Search found 7 matches

by omgoleus
2012-07-16T11:07:44-07:00
Forum: Users
Topic: -gravity center: am I thinking about it wrong?
Replies: 11
Views: 20564

Re: -gravity center: am I thinking about it wrong?

OK, thanks! The parentheses version does, indeed, work correctly. So my problem is solved. Also, your version of the command still works even if I leave out the +repage -strip part. But I'll leave that in as a precaution. I'm still mystified about what the sequence of operations is when I provide th...
by omgoleus
2012-07-16T07:21:19-07:00
Forum: Users
Topic: -gravity center: am I thinking about it wrong?
Replies: 11
Views: 20564

Re: -gravity center: am I thinking about it wrong?

OK, I'm sorry, I thought that my intention was clear from the code I posted. I want the overlay image to be placed so that its center is located over a fixed point on the underlay image. You'll notice that there's a circular frame on the underlay image of the lottery ticket. I want the overlay image...
by omgoleus
2012-07-15T17:02:48-07:00
Forum: Users
Topic: -gravity center: am I thinking about it wrong?
Replies: 11
Views: 20564

Re: -gravity center: am I thinking about it wrong?

I don't want the images centered; I want the handle of overlay to be the center so that the -geometry offset is measured from the center of the underlay image to the center of the overlay image. According to what you're saying, that is what I should be getting with this, but if you look at the image...
by omgoleus
2012-07-15T14:34:10-07:00
Forum: Users
Topic: -gravity center: am I thinking about it wrong?
Replies: 11
Views: 20564

Re: -gravity center: am I thinking about it wrong?

Hmm, that seems logical, but it made no difference: Trinley:StudyEssentials omgoleus$ convert Ticket.png dPerlman.jpg -gravity center -geometry 30x30+520+118 -composite test1.png Trinley:StudyEssentials omgoleus$ convert Ticket.png dPerlman.jpg -gravity center -geometry 60x60+520+118 -composite test...
by omgoleus
2012-07-15T11:15:43-07:00
Forum: Users
Topic: -gravity center: am I thinking about it wrong?
Replies: 11
Views: 20564

-gravity center: am I thinking about it wrong?

I am trying to write a script that will take a fixed template image, and an arbitrary user-supplied overlay image, and place the overlay image centered in a frame space on the template image. This seems like exactly the kind of thing that should be straightforward with ImageMagick, and indeed conver...
by omgoleus
2011-08-25T15:49:12-07:00
Forum: Users
Topic: All ImageMagic CLI fail on OSX 10.6
Replies: 3
Views: 20203

Re: All ImageMagic CLI fail on OSX 10.6

Oh man, really? No binaries for other versions? I'm trying to set up an installation script for a class in computing methods for experimental psychology. I have a script that installs all the right software in the right places, which has taken me a week to get sorted out so far, with all the complic...
by omgoleus
2011-08-25T08:16:29-07:00
Forum: Users
Topic: Is there a mac dmg for IM or quick install option
Replies: 2
Views: 9024

Re: Is there a mac dmg for IM or quick install option

Bump. I have ImageMagick installed from MacPorts, but I am trying to put together an installation package for students to use in a class on scientific computing for experimental psychology. I would like to use the precompiled binaries, but since it's not distributed as an installer, I have some conf...