Search found 2 matches
- 2018-07-31T23:07:11-07:00
- Forum: Bugs
- Topic: Color profile missing after convert with -profil param
- Replies: 2
- Views: 5667
Re: Color profile missing after convert with -profil param
Thanks for you comment. I tried out just applying the profile and it seems to work. Now the new profile is embedded in the image. I wasn't aware that mixing "-profile" and "-colorspace" leads to problems. Thanks for the clarification.
- 2018-07-31T04:58:09-07:00
- Forum: Bugs
- Topic: Color profile missing after convert with -profil param
- Replies: 2
- Views: 5667
Color profile missing after convert with -profil param
Hi there, I convert an original image from CMYK to RGB and also apply the respective profile. convert in.jpg -profile sRGB_v4_ICC_preference_displayclass.icc -colorspace rgb -density 150 out.jpg When I check the embedded profile after conversion with identify --verbose out.jpg the profile is not ...