zulip/zerver/tests/images
Alex Vandiver e4a8304f57 thumbnail: Store the post-orientation-transformation dimensions.
Modern browsers respect the EXIF orientation information of images,
applying rotation and/or mirroring as specified in those tags.  The
the `width="..."` and `height="..."` tags are to size the image
_after_ applying those orientation transformations.

The `.width` and `.height` properties of libvips' images are _before_
any transformations are applied.  Since we intend to use these to hint
to rendering clients the size that the image should be _rendered at_,
change to storing (and providing to clients) the dimensions of the
rendered image, not the stored bytes.
2024-07-24 09:56:42 -07:00
..
actually-a-bmp.png thumbnail: Lock down which formats we parse. 2024-07-11 07:31:39 -07:00
animated_img.gif
animated_large_img.gif
animated_unequal_img.gif
bomb.png
cmyk.jpg
corrupt.gif
corrupt.png
gif_resized.png
img.bmp
img.gif
img.jpg
img.png
img.svg
img.tif
jpg_resized.png
orientation.jpg thumbnail: Store the post-orientation-transformation dimensions. 2024-07-24 09:56:42 -07:00
png_resized.png
still_large_img.gif
text.txt
tif_resized.png
truncated.gif upload: Generate thumbnails when images are uploaded. 2024-07-16 13:22:15 -07:00
unsupported.bmp