-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve HEIC conversion #16
Comments
My conversion stalled in the middle with this error:
|
Ah, yes, that could also stand to be a warning (just referencing the HEIC file in the PDF when the conversion fails). I'll make that change. @richardsprague, the full error message should give you the name of the file that bagoup is trying to convert. A couple of questions:
|
|
Thanks for that info. That's great that Just to confirm, both the HEIF and JPG files are openable and look good in Preview? |
Yes, both HEIC and the JPG converted by Magick are openable and look fine. |
Thanks! I think this anecdote gives enough motivation to abandon goheif when combined with its other issues
|
Hmm,
|
In light of the performance advantages of There is probably still room for stability improvement by either
PRs welcome |
What about the sips command? It's only on Mac OS, but it's also guaranteed to exist. It only supports HEIC on whatever OS version added HEIC though - but then it's unlikely* you'd have messages with HEIC images on an OS before that. *Messages is stupid and I've gotten HEIC's before in this manner. |
I did not know about this command! When I created this issue, I was still trying to keep bagoup consistent across MacOS and Linux. However, they've since diverged when I added an Objective C program to parse the contents of the |
Several possible routes here:
Three main benefits:
magick appears to be stable at the cost of adding another system dependency.
The text was updated successfully, but these errors were encountered: