Search found 1 match
- 2012-01-23T05:36:14-07:00
- Forum: Users
- Topic: Getting RGB for an Image, CMD or PHP
- Replies: 1
- Views: 3641
Getting RGB for an Image, CMD or PHP
I'm working on comparing images but having problems setting the output to be RGB. 'convert image.jpg -strip -normalize -resize 4x4! +profile "*" -colorspace sRGB output.png' I've tried profile instead of colour space '-profile "C:\ImageMagick\sRGB_v4_ICC_preference.icc"' Which is correct? The idea ...