Skip to content
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

Closed
sandyaiotsoft opened this issue May 22, 2022 · 4 comments
Closed

support PNG #28

sandyaiotsoft opened this issue May 22, 2022 · 4 comments

Comments

@sandyaiotsoft
Copy link

Hi, what can I do to make the project support PNG, thanks!

@waschinski
Copy link
Owner

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.

waschinski added a commit that referenced this issue May 24, 2022
@timdonovanuk
Copy link

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).

@waschinski
Copy link
Owner

@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.

@waschinski
Copy link
Owner

PNG support will be coming along with WebP support #68

pull bot pushed a commit to OrangeCatSleepless/photo-stream that referenced this issue Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants