Search found 8 matches

by wfzimmerman
2013-07-07T16:17:50-07:00
Forum: Users
Topic: identify -format %[resolution.x] doesn't match %x
Replies: 5
Views: 6006

Re: identify -format %[resolution.x] doesn't match %x

Puzzler! In ImageMagick 6.5.8-9 I get

identify -format "%x - %[resolution.x] - %[fx:resolution.x]" SeedImage_9.jpg
72 PixelsPerInch - - 72

i.e. it doesn't report the middle one.

I can just use the fx option. But is this a bug?
by wfzimmerman
2013-07-07T14:04:37-07:00
Forum: Users
Topic: identify -format %[resolution.x] doesn't match %x
Replies: 5
Views: 6006

identify -format %[resolution.x] doesn't match %x

identify -format "%x" SeedImage_9.jpg produces 72 PixelsPerInch
identify -format "[resolution.x]" SeedImage_9.jpg produces empty line.


What gives? I just want the dpi without having to parse out the unit text.

Fred

http://www.pagekicker.com/pk-main/development/scripts/tmp/1f92adb6-e746-11e2 ...
by wfzimmerman
2013-04-29T12:24:52-07:00
Forum: Users
Topic: create box to fit caption rather than other way around
Replies: 1
Views: 3599

create box to fit caption rather than other way around

Hi,

I am trying to figure out how to create a box of the necessary size to underlay a caption of arbitrary length. As I understand it, that is the opposite of how caption normally works so am a bit stumped.

my requirements are as follows:

image of arbitrary size (typically around 1200 x 800 ...
by wfzimmerman
2013-04-28T12:25:42-07:00
Forum: Users
Topic: overlaying CMYK pure black object onto PNG image
Replies: 1
Views: 3637

overlaying CMYK pure black object onto PNG image

Hi,

I am overlaying a bar code which must be in pure black (0,0,0,1 CMYK) on to a book cover which starts out in RGB. When I composite the bar code file onto the book cover canvas, something is causing the pure black to be converted to RGB blacks that are not pure black. The printer requires the ...
by wfzimmerman
2013-04-26T10:58:54-07:00
Forum: Users
Topic: how to set colorspace prior to a long series of converts
Replies: 2
Views: 4354

how to set colorspace prior to a long series of converts

hi,

I want to set the colorspace as CMYK prior to a long series of (independent) convert commands in a bash script, then return it to sRGB when the script is done. How do I do that?

FredZ
by wfzimmerman
2013-04-25T11:38:01-07:00
Forum: Users
Topic: eps to png barcode is blurry
Replies: 6
Views: 15748

Re: eps to png barcode is blurry

That's odd.

1) the EPS that bookland generates is 72 x 72.

2) the result of

convert -units "PixelsPerInch" -density 300 -colorspace CMYK images/$uuid/print/$userprovidedprintISBN.eps -density 300 images/$uuid/print/$userprovidedprintISBN.png

is an image that is

Geometry: 671x396+0+0
Resolution ...
by wfzimmerman
2013-04-25T11:19:15-07:00
Forum: Users
Topic: eps to png barcode is blurry
Replies: 6
Views: 15748

eps to png barcode is blurry

Hi

Must be doing something simple wrong...

I am using Judah Milgram's bookland program to create an EPS bar code to lay on a book cover.

http://www.tux.org/~milgram/bookland/

I want to convert the resulting ISBN.eps file to a PNG. The barcode object on the book cover is supposed to be 1.75 x 0 ...
by wfzimmerman
2013-04-17T11:35:37-07:00
Forum: Users
Topic: spine for book with text left j / space / right j
Replies: 2
Views: 4492

spine for book with text left j / space / right j

How can I create the spine for a book with the title left justified, some space, followed by the publisher name right justified? I understand how to rotate, the problem I am having is that I don't know how to make the title gravity west and the publisher name gravity right at the same time.