Search found 3 matches
- 2015-02-04T02:28:13-07:00
- Forum: Users
- Topic: How to conditionally resize canvas. [SOLVED]
- Replies: 3
- Views: 2668
Re: How to conditionally resize canvas.
I figured it out, thanks to the very last example on Bonzo's batch scripts page: http://rubblewebs.co.uk/imagemagick/batch.php It got me off to a really good start. Within a few hours of customizing for my needs and debugging I was able to accomplish what I wanted. I'm multiplying everything by 100 ...
- 2015-02-01T19:24:16-07:00
- Forum: Users
- Topic: How to conditionally resize canvas. [SOLVED]
- Replies: 3
- Views: 2668
Re: How to conditionally resize canvas.
Thanks for the reply. You are correct, that was one thing I missed, passing the file name to the identify -format command. However, I think I still have many other problems with my code. It seems maybe I still don't fully understand how some of these commands work. I was using the FOR loop with the ...
- 2015-01-30T02:47:03-07:00
- Forum: Users
- Topic: How to conditionally resize canvas. [SOLVED]
- Replies: 3
- Views: 2668
How to conditionally resize canvas. [SOLVED]
Hey ImageMagick/Windows/cmd prompt pros. I'm using IM 6.9.0-3 on Windows 7 x64. I have a directory of many images that need to be "corrected" to a 4:3 aspect ratio. They are all "auto-cropped", and are of various sizes and aspect ratios due to the nature of the image content. I don't want to resize ...