Search found 6 matches
- 2012-11-28T13:19:34-07:00
- Forum: Users
- Topic: Generating CMYK text
- Replies: 3
- Views: 3552
Re: Generating CMYK text
Unfortunately it didn't work.
- 2012-11-26T18:10:05-07:00
- Forum: Users
- Topic: Generating CMYK text
- Replies: 3
- Views: 3552
Generating CMYK text
I am trying to generate CMYK text with accurate values for C,M,Y,K channels to be used in a printing project. However after using this command: convert -fill "cmyk(20%,30%,40%,10%)" -pointsize 100 -colorspace cmyk label:TEST 1.jpg when I open the file in Photoshop the CMYK values I see are: (0,25,47 ...
- 2012-01-19T13:07:23-07:00
- Forum: Bugs
- Topic: Text shift at different densities
- Replies: 3
- Views: 6395
Re: Text shift at different densities
Thanks. We need to use variety of fonts so fixed width fonts cannot be an option for us, plus that this issue still appears for fixed-width fonts in a different way. We actually use density for printing. Our output for print file should be generated at 300dpi while it should be generated at a much ...
- 2012-01-18T20:02:59-07:00
- Forum: Bugs
- Topic: Text shift at different densities
- Replies: 3
- Views: 6395
Text shift at different densities
Hello all, We are encountering unexpected behavior when changing the density for text generation: convert -pointsize 24 -density 100 -size 500x200 caption:"IIIIIIIIIIIIIIIIIIIIIIIII\r\nOOOOOOOOO" test1.png convert -pointsize 24 -density 200 -size 500x200 caption:"IIIIIIIIIIIIIIIIIIIIIIIII\r ...
- 2011-06-23T20:14:34-07:00
- Forum: Users
- Topic: Simulating CMYK colors in RGB
- Replies: 3
- Views: 6751
Re: Simulating CMYK colors in RGB
Hi thanks for your quick reply Both my input and output files are in RGB, but I want the output to "look like" it's CMYK (in which colors are usually more dull than RGB). So if I have a plain RGB(0,255,0) file, I want the output to be plain RGB(105,180,69). You can gain this in Photoshop by ...
- 2011-06-23T18:50:27-07:00
- Forum: Users
- Topic: Simulating CMYK colors in RGB
- Replies: 3
- Views: 6751
Simulating CMYK colors in RGB
Hello world! I want to simulate CMYK colors in RGB format, so user will have an idea how her uploaded file will be printed. It means that if someone uploads a sharp green RGB(0,255,0) I want to show something like RGB(105,180,69) but it should be shown in RGB because some browsers doesn't support ...