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

Add support for HEIC files, and a script to run them all #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abrahammurciano
Copy link

I just discovered this repo and it was massively helpful to me; thanks!

One thing I did notice is that in my export there were lots of JPEG files that were mislabelled with a .heic extension, so I copied the PNG to JPEG scripts and modified them for HEIC files.

Also I added a single bash script to run all the others, for convinience.

@@ -0,0 +1,21 @@
# Rename JPEGs that were incorrectly marked with the PNG extension
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update "PNG" to "HEIC" in this file?

@@ -0,0 +1,34 @@
# Fill in from Google's JSON for those JPEGs that were originally PNGSs
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as the other file to replace "PNG" to "HEIC"

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

Successfully merging this pull request may close these issues.

2 participants