diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-10 15:47:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-10 15:47:06 +0100 |
| commit | cc4a67b7eb8ecaed076e261960848f70e3e741af (patch) | |
| tree | a41a122341543aee630d6842785d90830298a297 /src/lib/image.h | |
| parent | d382f34db155ddaf4bb61538c18b87c7564e00b2 (diff) | |
Subs successfully exported with thumbs.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 0161d2b01..d10bcae9e 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -66,6 +66,7 @@ public: int components () const; int lines (int) const; boost::shared_ptr<RGBFrameImage> scale_and_convert_to_rgb (Size, int, Scaler const *) const; + boost::shared_ptr<Image> scale (Size, Scaler const *) const; boost::shared_ptr<PostProcessImage> post_process (std::string) const; void make_black (); @@ -108,8 +109,6 @@ public: int * line_size () const; Size size () const; - void set_line_size (int, int); - private: Size _size; ///< size in pixels uint8_t** _data; ///< array of pointers to components |
