RESOLVED: EPS Returning CMYK result for all type of color format
-
- 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
Just save is as a "txt:" format file, eg "txt:mycmyk.txt".
snibgo's IM pages: im.snibgo.com
Re: RESOLVED: EPS Returning CMYK result for all type of color format
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
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
-
- 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
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
Re: RESOLVED: EPS Returning CMYK result for all type of color format
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
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