victordomingos / optimize-images

A command-line interface (CLI) utility written in pure Python to help you reduce the file size of images.
https://no-title.victordomingos.com/projects/optimize-images
MIT License
273 stars 49 forks source link

Support HEIC/HEVC format? #43

Open tabekg opened 8 months ago

tabekg commented 8 months ago

I accept images from camera iPhones, the HEIC images are so large, that I would like to optimize them before saving them to the server. Thank you

victordomingos commented 8 months ago

That would be nice, yes. Until now, it has not been possible because Pillow does not support that format, but maybe it can be added by using optional dependencies.

Can you please specify in what platform you use Optimize Images?

victordomingos commented 8 months ago

Are you using Pythonista on iOS to capture, optimize and store those images before sending to server, or are you using Optimize Images on the server itself?