It appears that the color space has changed to "gray", how can I keep it exactly the same during/after conversion ?
![Image](http://i45.tinypic.com/2eb7at5.jpg)
I am only performing a "convert -resize".
The embedded ICC profile cannot be used because the ICC profile is invalid. Ignoring the profile.
Code: Select all
convert -resize x600 sample.jpg -set colorspace RGB sample_output.jpg
I first install all my delegate libraries via MacPorts. Then rather than waiting for macports to create a version of IM, I install IM from source code available at http://www.imagemagick.org/download/. I modify the normal install instructions for the ./configure command from http://www.imagemagick.org/download/www ... .html#unix and customize it using certain options from http://www.imagemagick.org/script/advan ... #configure. See also http://www.imagemagick.org/script/advan ... php#macosxHow do you install from the source on OSX ?
Code: Select all
./configure CC='/opt/local/bin/gcc-mp-5' CXX='/opt/local/bin/g++-mp-5' \
CPPFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib' \
--enable-delegate-build --enable-shared --disable-static \
--with-modules --with-quantum-depth=16 --enable-hdri --with-gslib \
--disable-silent-rules --disable-dependency-tracking --with-rsvg \
--with-gs-font-dir=/opt/local/share/ghostscript/fonts/