I need to convert various rgb files inte sRGB. As quality matters, I use color profiles.
Until now I use the commandline convert in my PHP script:
convert 'anyRGBfile.jpg' -profile '$sRGBprofil' 'sRGBfile.jpg'
This works exact in the way I want: If there is a profile in the source file included ...
Search found 1 match
- 2013-04-22T07:45:41-07:00
- Forum: IMagick
- Topic: Colour profiles in php Imagick
- Replies: 0
- Views: 7018