Search found 6 matches

by mogadanez
2015-08-06T04:21:44-07:00
Forum: Users
Topic: Combining Channel Images with custom colors
Replies: 14
Views: 12749

Re: Combining Channel Images with custom colors

It works on previous sample but not for more complex images. see: https://www.dropbox.com/sh/fh2i1vu4604lafm/AAA2w0Gur6OSmHMU7y4iSBkia?dl=0 i use command convert ^ -size 512x512 xc:white ^ -size 512x512 xc:white ^ -size 512x512 xc:white ^ -combine ^ ( img1.png -fill rgb(0,175,235) -opaque Black ) ^ ...
by mogadanez
2015-08-05T02:02:06-07:00
Forum: Users
Topic: Combining Channel Images with custom colors
Replies: 14
Views: 12749

Re: Combining Channel Images with custom colors

Nice, thank you,
last question - how to turn out single layers?
with spot colors its pretty easy - just removing it's line.
but how to turn out single color from base CMYK ?
by mogadanez
2015-08-04T15:01:15-07:00
Forum: Users
Topic: Combining Channel Images with custom colors
Replies: 14
Views: 12749

Re: Combining Channel Images with custom colors

https://www.dropbox.com/s/ll43uiikkmf34 ... 1.pdf?dl=0
this is source pdf. I can export separations as gray-scales.
now I need to make preview like in acrobat preview based on this grayscales
by mogadanez
2015-08-04T11:47:49-07:00
Forum: Users
Topic: Combining Channel Images with custom colors
Replies: 14
Views: 12749

Re: Combining Channel Images with custom colors

image set: https://www.dropbox.com/sh/984qvm7z2qrw1v5/AADk4d_FmtGNtJmDlFNwiDxza?dl=0 img_x.png - sources spotcolors - result I want to achieve when all channels is enabled, or combination of boxes when only part of channels used. last example, worked more or less fine with basic CMYK boxes: convert ...
by mogadanez
2015-08-04T10:30:40-07:00
Forum: Users
Topic: Combining Channel Images with custom colors
Replies: 14
Views: 12749

Combining Channel Images with custom colors

I have set of grayscale ( negated?? see command bellow ) images, img_0 .... img_7 where first 4 is CMYK channels, and rest is custom spot colors channels. I can combine CMYK channels with convert img_?.png -set colorspace CMYK -negate -combine -colorspace RGB result.png it requires -negate option, w...
by mogadanez
2014-07-14T05:52:58-07:00
Forum: Users
Topic: montage files input with index more than 10
Replies: 1
Views: 1886

montage files input with index more than 10

Code: Select all

montage  page-[0-24].jpeg  -tile 5x5  -geometry +0+0  m-0.jpeg
takes pages 0,1,2 ( 0-2 range ) and 4.
how can I get exactly 25 images 0-24?

tried

Code: Select all

montage  page-[0-'24'].jpeg  -tile 5x5  -geometry +0+0  m-0.jpeg
but it is not helps