diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-12-18 21:26:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-12-23 12:59:56 +0100 |
| commit | 9b169d0feb2ecb3d8e833f5171093eca27cb9923 (patch) | |
| tree | fd79dd6f50d3612580368baa6eed892744369fcd /src/lib/image.h | |
| parent | a7a78af62afa78dabc9a92f595abc89312d2559b (diff) | |
Move Image::as_png() out to image_as_png().
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 328252e68..73d08b902 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -95,8 +95,6 @@ public: size_t memory_used () const; - dcp::ArrayData as_png () const; - static std::shared_ptr<const Image> ensure_alignment (std::shared_ptr<const Image> image, Alignment alignment); private: |
