-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support PNG #28
Comments
Hi, I was discussing this with @boerniee today and we are considering moving away from using Exifr which can only handle JPEG and TIFF images. I am currently playing around with a Ruby wrapper for ExifTool and it looks quite promising! I will keep you updated. |
Big ask I appreciate, but video support would also be amazing. This is less out of scope than you'd think, what with iPhone live photo formats (HEIC/HEVC, which are basically jpeg + mov files). |
@timdonovanuk I am afraid it might be harder to implement videos than you think. :) While the library processing the images (libvips) does indeed support HEIC it still is a library for processing images only. Also since browsers are not able to display HEIC images you would have to convert HEIC videos to some other format. Right now I even struggle to get the convert function working so HEIC images get converted to JPEG. It just seems to ignore it when I set it in the config file. |
PNG support will be coming along with WebP support #68 |
Former-commit-id: 4e12e47
Hi, what can I do to make the project support PNG, thanks!
The text was updated successfully, but these errors were encountered: