Search found 6 matches

by guangzhe_yue
2016-03-21T22:27:35-07:00
Forum: Users
Topic: The color is different
Replies: 6
Views: 2649

Re: The color is different

The file contains "Profile-8bim", which is from Photoshop. This may contain colour transfer functions, which ImageMagick doesn't read. Assigning a CMYK profile, then converting to an sRGB profile, might make the image look similar or even identical to how it appears in Photoshop. OK,Thank You !
by guangzhe_yue
2016-03-21T20:44:31-07:00
Forum: Users
Topic: The color is different
Replies: 6
Views: 2649

Re: The color is different

Sorry, I meant "identify -verbose 1.tif[1]". But even without "-verbose", we see your tiff file is CMYK. So how are you viewing it? Image: 1.tif Base filename: 1.tif Format: TIFF (Tagged Image File Format) Mime type: image/tiff Class: DirectClass Geometry: 843x554+0+0 Resolution: 300x300 Print size ...
by guangzhe_yue
2016-03-21T20:22:06-07:00
Forum: Users
Topic: The color is different
Replies: 6
Views: 2649

Re: The color is different

I couldn't download from that site. Please post the result of "identify 1.tif[]". I suspect the image is in a format such as CMYK that can't be stored in PNG, so it is converted. D:\>identify 1.tif[1] 1.tif[1]=>1.tif TIFF 843x554 843x554+0+0 8-bit CMYK 0.000u 0:00.000 identify.exe: Incompatible ...
by guangzhe_yue
2016-03-21T05:40:59-07:00
Forum: Users
Topic: The color is different
Replies: 6
Views: 2649

The color is different

Hello,

I've generated image using the command "convert 1.tif[1] 1.png",but the color of these files is different.

What's wrong with my operation ? Thanks !

Files in this url:
http://pan.baidu.com/s/1nuobAwp
by guangzhe_yue
2016-03-21T01:19:09-07:00
Forum: Users
Topic: convert tif to png
Replies: 2
Views: 1564

Re: convert tif to png

You're right! Thank you!
by guangzhe_yue
2016-03-21T00:57:51-07:00
Forum: Users
Topic: convert tif to png
Replies: 2
Views: 1564

convert tif to png

I want to convert TIF to PNG with the command "convert 1.tif 1.png".It generated 2 files "1-0.png" and "1-1.png",but I want only one.
How can I do?