Search found 2 matches

by rcgordon
2017-01-20T02:11:12-07:00
Forum: Users
Topic: Mogrify: Apply vs. Convert to Profile
Replies: 3
Views: 2896

Re: Mogrify: Apply vs. Convert to Profile

Thank you. It seems that apply the profile with exiftool in a way that does not rewrite the image data (or change the mod date), using the command:

Code: Select all

exiftool "-icc_profile<=/PATH/TO/sRGB.icm" -overwrite_original TARGET_FILE
so I think that that will be my choice for this application.
by rcgordon
2017-01-19T21:12:29-07:00
Forum: Users
Topic: Mogrify: Apply vs. Convert to Profile
Replies: 3
Views: 2896

Mogrify: Apply vs. Convert to Profile

I have installed ImageMagick on a Linux server hosting a WordPress site. If I run the command mogrify -profile PATH/TO/sRGB.icm MY_TARGET_IMAGE …will that apply/assign the profile or convert the image to that profile? The docs seem to be confusing on this issue. The top of http://www.imagemagick.org/ ...