Search found 2 matches

by hirofumi
2015-10-01T23:51:20-07:00
Forum: Users
Topic: converting gray image to color.
Replies: 3
Views: 1429

Re: converting gray image to color.

Thanks snibgo and fmw42!
I understood how identify command behaves.
and decided to use IM 6.9.x series.
by hirofumi
2015-10-01T06:38:04-07:00
Forum: Users
Topic: converting gray image to color.
Replies: 3
Views: 1429

converting gray image to color.

I'm totally new to imagemagick, please help. I need jpeg files in TrueColor, 3 channels with no exif info. so I converted gray image with command below, convert gray.jpg -strip -colorspace YCbCr -type TrueColor result.jpg GIMP recognized it was 3 channel RGB color. but identify command below says it ...