I want to convert CMYK to RGB and embed an icc profile so the colors match. I don't believe my source image has a color profile.
Here's the direct link https://www.dropbox.com/s/1xrowit0719d47g/00000011.jpg
This is what identify.exe returns on it.
Darren
![Image](http://www.dropbox.com/s/1xrowit0719d47g/00000011.jpg)
This is what identify.exe returns on it.
D:\Apps\ImageMagick-6.8.8-Q16>identify -verbose 00000003.jpg
Image: 00000003.jpg
Format: JPEG (Joint Photographic Experts Group JFIF format)
Mime type: image/jpeg
Class: DirectClass
Geometry: 675x286+0+0
Resolution: 179x179
Print size: 3.77095x1.59777
Units: PixelsPerInch
Type: ColorSeparation
Endianess: Undefined
Colorspace: CMYK
Depth: 8-bit
Channel depth:
cyan: 8-bit
magenta: 8-bit
yellow: 8-bit
black: 8-bit
Channel statistics:
Cyan:
min: 0 (0)
max: 255 (1)
mean: 44.982 (0.1764)
standard deviation: 54.7177 (0.214579)
kurtosis: 1.22171
skewness: 1.306
Magenta:
min: 0 (0)
max: 255 (1)
mean: 63.3404 (0.248394)
standard deviation: 73.9775 (0.290108)
kurtosis: 0.786581
skewness: 1.296
Yellow:
min: 0 (0)
max: 255 (1)
mean: 57.5256 (0.22559)
standard deviation: 77.7452 (0.304883)
kurtosis: 0.980444
skewness: 1.50539
Black:
min: 0 (0)
max: 255 (1)
mean: 26.7778 (0.105011)
standard deviation: 58.3135 (0.22868)
kurtosis: 7.24378
skewness: 2.83538
Image statistics:
Overall:
min: 0 (0)
max: 255 (1)
mean: 48.1564 (0.188849)
standard deviation: 66.9169 (0.262419)
kurtosis: 2.52627
skewness: 1.81497
Total ink density: 330.98%
Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Background color: cmyk(255,255,255,0)
Border color: cmyk(223,223,223,0)
Matte color: cmyk(189,189,189,0)
Transparent color: cmyk(0,0,0,0)
Interlace: JPEG
Intensity: Undefined
Compose: Over
Page geometry: 675x286+0+0
Dispose: Undefined
Iterations: 0
Compression: JPEG
Quality: 93
Orientation: TopLeft
Properties:
date:create: 2014-04-09T13:15:52-05:00
date:modify: 2014-04-02T16:06:23-05:00
exif:BitsPerSample: 8, 8, 8, 8
exif:ColorSpace: 65535
exif:Compression: 6
exif:DateTime: 2014:03:24 14:37:47
exif:ExifImageLength: 286
exif:ExifImageWidth: 675
exif:ExifOffset: 232
exif:ExifVersion: 48, 50, 50, 49
exif:ImageLength: 1074
exif:ImageWidth: 2531
exif:JPEGInterchangeFormat: 382
exif:JPEGInterchangeFormatLength: 5027
exif:Orientation: 1
exif:PhotometricInterpretation: 5
exif:ResolutionUnit: 2
exif:SamplesPerPixel: 4
exif:Software: Adobe Photoshop CS6 (Windows)
exif:XResolution: 1790000/10000
exif:YResolution: 1790000/10000
jpeg:colorspace: 4
jpeg:sampling-factor: 1x1,1x1,1x1,1x1
signature: 2c16abe5ce37547da68a619f286b31eb4e186c1cff36ec35e5369918e11d374b
Profiles:
Profile-8bim: 7494 bytes
Profile-exif: 5415 bytes
Profile-iptc: 15 bytes
City[1,90]: 0x00000000: 254700 -%
unknown[2,0]:
Profile-xmp: 3222 bytes
Artifacts:
filename: 00000003.jpg
verbose: true
Tainted: False
Filesize: 125KB
Number pixels: 193K
Pixels per second: 32.18MB
User time: 0.016u
Elapsed time: 0:01.005
Version: ImageMagick 6.8.8-10 Q16 x64 2014-03-25 http://www.imagemagick.org
Thanks,Darren