vevcom / projectNext

Project Next is Omegas new website coming soon
MIT License
8 stars 0 forks source link

chore/Better-Image-formatting #99

Open Paulijuz opened 8 months ago

Paulijuz commented 8 months ago

HEIC images display only on safari. A possible solution is to convert them to another image format upon upload.

JohanHjelsethStorstad commented 8 months ago

Converting them in images/create action is probably the best soulution

JohanHjelsethStorstad commented 8 months ago

What we really should do is to covert all images to avif (retaining the original copy in fsLocation). This format provides better compression for the web than the older formats

JohanHjelsethStorstad commented 8 months ago

This branch should also make it so the images/destroy and images/collection/destroy actions actually remove all the fsLocations from the store/images directory.