Skip to content

Avoid loading and decoding entire image when asked for size

Image viewers that support thumbnails need to verify the size of the image when deciding whether to load the thumbnail or load the entire image.

If the image plugin always just loads and decodes the entire image that's bad.

Merge request reports