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

Question: Does this retain color profiles #2

Open
TheJaredWilcurt opened this issue Mar 3, 2017 · 0 comments
Open

Question: Does this retain color profiles #2

TheJaredWilcurt opened this issue Mar 3, 2017 · 0 comments

Comments

@TheJaredWilcurt
Copy link

I'm looking to convert JPG's to PNG's using ImageMagick's convert.exe. However, just running convert.exe input.jpg output.png will add additional EXIF metadata I don't want to the output. The convert.exe has an argument called -strip that removes the EXIF data, all comments, and all profiles. That includes removing the color profile data, and since I want the output to be lossless, I need to retain the color profile.

I'm looking into Exif-Stripper as a pre-step, to remove the EXIF data, then have convert.exe run to create the PNG.

Does Exif-Stripper retain profile information, specifically color profiles?

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

1 participant