Page 3 of 3

Re: RESOLVED: EPS Returning CMYK result for all type of color format

Posted: 2018-08-17T09:15:23-07:00
by snibgo
Just save is as a "txt:" format file, eg "txt:mycmyk.txt".

Re: RESOLVED: EPS Returning CMYK result for all type of color format

Posted: 2018-08-18T02:46:39-07:00
by robert81
Thank you snibgo!

I have just started learning here.
Please let me know the general steps and commands I should learn for writing this code. From which point I should start?

Or maybe there is a similar software or code already written by the others.

Thank you :-)

Re: RESOLVED: EPS Returning CMYK result for all type of color format

Posted: 2018-08-18T09:40:30-07:00
by snibgo
You are in the Magick.NET forum, which is for people who want to write Magick.NET programs. Do you want to? Why? For simple jobs, using the command line is far easier. For example:

Code: Select all

magick mycmyk.tiff txt:out.txt

Re: RESOLVED: EPS Returning CMYK result for all type of color format

Posted: 2018-08-20T08:10:18-07:00
by robert81
Thank you snibgo,
Actually at first I searched the forum and did not notice that here is for magick.NET!
So I will continue my questions in related forum.
Thank you