Search found 7 matches

by robert81
2018-08-23T08:28:12-07:00
Forum: Users
Topic: Reporting CMYK values
Replies: 6
Views: 4155

Re: Reporting CMYK values

Yes ...Thanks

I am just curious that if commercial printers use similar codes in their drivers to print a color image on paper?
by robert81
2018-08-20T11:36:28-07:00
Forum: Users
Topic: Reporting CMYK values
Replies: 6
Views: 4155

Re: Reporting CMYK values

I think i did not enter correct command at first. now it reports the results in the text file. Thank you for your help! : - ) my image pixels is 594*584. this is the first lines of the result text: # ImageMagick pixel enumeration: 594,584,65535,cmyk 0,0: (0,33257,42060,48316) #0081A4BC cmyk(0,129,16...
by robert81
2018-08-20T10:32:40-07:00
Forum: Users
Topic: Reporting CMYK values
Replies: 6
Views: 4155

Re: Reporting CMYK values

Dear fmw42,

Thank you for your advice.
I place the image file in a folder and run the command but it sent back an error...
magick: no decode delegate for this image format @error/constitute.c/readimage/554

I tried both image and image.jpg but there is the same error.
by robert81
2018-08-20T08:51:44-07:00
Forum: Users
Topic: Reporting CMYK values
Replies: 6
Views: 4155

Reporting CMYK values

Hi ! Is there any source code or command line for reporting CMYK values automatically in a text file? Suppose a 10*10 pixel image...is there any code to read the image and report each pixel CMYK value (values between 0-100) and export to a text file? I have installed ImageMagick-7.0.8-10-Q16-x64-dll...
by robert81
2018-08-20T08:10:18-07:00
Forum: Magick.NET
Topic: RESOLVED: EPS Returning CMYK result for all type of color format
Replies: 33
Views: 74774

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
by robert81
2018-08-18T02:46:39-07:00
Forum: Magick.NET
Topic: RESOLVED: EPS Returning CMYK result for all type of color format
Replies: 33
Views: 74774

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 :-)
by robert81
2018-08-17T08:47:46-07:00
Forum: Magick.NET
Topic: RESOLVED: EPS Returning CMYK result for all type of color format
Replies: 33
Views: 74774

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

Hi !

Is there any source code for reporting CMYK values automatically in a text file?

Suppose a 10*10 pixel image...is there any code to read the image and report each pixel CMYK value (here it will be 100 values) and export to a text file?