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

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

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

Post by snibgo »

Just save is as a "txt:" format file, eg "txt:mycmyk.txt".
snibgo's IM pages: im.snibgo.com
robert81
Posts: 7
Joined: 2018-08-17T05:03:19-07:00
Authentication code: 1152

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

Post 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 :-)
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

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

Post 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
snibgo's IM pages: im.snibgo.com
robert81
Posts: 7
Joined: 2018-08-17T05:03:19-07:00
Authentication code: 1152

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

Post 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
Post Reply