get and delete ICC profile from tiff jpeg images

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Dominique

get and delete ICC profile from tiff jpeg images

Post by Dominique »

Hi,

I need to get and delete ICC profile from tiff jpeg images..

Thanks for your help!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: get and delete ICC profile from tiff jpeg images

Post by fmw42 »

Dominique wrote:Hi,

I need to get and delete ICC profile from tiff jpeg images..

Thanks for your help!

see information about -profile, +profile and -strip at http://www.imagemagick.org/script/comma ... hp#profile

use -strip to remove all profiles without having to know what is there
use dentify -verbose to get info on profiles
Post Reply