zulip/zerver/tests/images
Alex Vandiver 2e38f426f4 upload: Generate thumbnails when images are uploaded.
A new table is created to track which path_id attachments are images,
and for those their metadata, and which thumbnails have been created.
Using path_id as the effective primary key lets us ignore if the
attachment is archived or not, saving some foreign key messes.

A new worker is added to observe events when rows are added to this
table, and to generate and store thumbnails for those images in
differing sizes and formats.
2024-07-16 13:22:15 -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
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 thumbnail: Use a consistent set of supported image types. 2024-07-11 07:31:39 -07:00