Check if a preview image with given params exists in the image
| 63 | |
| 64 | //! Check if a preview image with given params exists in the image |
| 65 | [[nodiscard]] virtual bool valid() const { |
| 66 | return valid_; |
| 67 | } |
| 68 | |
| 69 | //! Get properties of a preview image with given params |
| 70 | [[nodiscard]] virtual PreviewProperties getProperties() const; |