Search found 3 matches
- 2010-12-28T13:04:40-07:00
- Forum: Users
- Topic: Identify command to output to Variable
- Replies: 2
- Views: 10732
Identify command to output to Variable
I'm so close , but the syntax must be off. I'm using the identify command to see the height & width of an image. I then need to see that as a variable so that it can be processed by an If/Then statement. I've tried the following things but they are all wrong. Does anyone know how to output the ...
- 2010-12-28T11:00:00-07:00
- Forum: Users
- Topic: Enlarge image canvas using ImageMagic
- Replies: 2
- Views: 31643
Re: Enlarge image canvas using ImageMagic
YES! That's exactly what I was looking for. It's going to take a little more doing because I have to calculate height vs width, but it's all in good fun anyway. By the way, your page is AMAZING ! It's chock full of scripts, but the impressive part is the documentation and matching pictures! I will ...
- 2010-12-27T23:27:27-07:00
- Forum: Users
- Topic: Enlarge image canvas using ImageMagic
- Replies: 2
- Views: 31643
Enlarge image canvas using ImageMagic
I've been learning about ImageMagick & it's great! For the most part, I can learn on my own, though the one thing that I can't learn to do is to expand the canvas size. So if the ratio is 3x2, I want to add extra white space to make it 3x3. If I use the -geometry function, it enlarges the image to ...