Search found 3 matches
- 2015-12-04T14:33:32-07:00
- Forum: Users
- Topic: IM equivalent to Adobe JS action script
- Replies: 1
- Views: 1537
Re: IM equivalent to Adobe JS action script
I was able to figure it out!
- 2015-12-04T13:49:07-07:00
- Forum: Users
- Topic: IM equivalent to Adobe JS action script
- Replies: 1
- Views: 1537
IM equivalent to Adobe JS action script
Hi everyone, can someone help me convert this adobe action script to something in imagemagick. #target photoshop app.preferences.rulerUnits = Units.PIXELS; var backgroundC = new SolidColor(); backgroundC.rgb.red = 255; backgroundC.rgb.green = 255; backgroundC.rgb.blue = 255; backgroundColor ...
- 2015-10-05T09:04:32-07:00
- Forum: Users
- Topic: Keeping an image squared
- Replies: 2
- Views: 1448
Keeping an image squared
Hi everyone. I am using imagemagick to batch trim a set of images to remove whitespace with the following command: mogrify -trim -fuzz 5 *.jpg This works fine however how do I get the output image size to be squared? The images vary so there can't be a set squared size. I also saw this http://www ...