Search found 7 matches

by coldkingnowhere
2012-01-06T08:12:03-07:00
Forum: Users
Topic: Argument too long even with quotes
Replies: 6
Views: 12656

Re: Argument too long even with quotes

It does work now. I was a little unclear on how the mogrify -format command worked but I've got it now (specifically, I knew that it created a new file if the format was changing but didn't know that if the format doesn't change that there will be no duplication; I just added a few rm commands to ...
by coldkingnowhere
2012-01-05T16:46:29-07:00
Forum: Users
Topic: Argument too long even with quotes
Replies: 6
Views: 12656

Re: Argument too long even with quotes

Thanks for the input; I tried to emulate what you suggested but with a few tweaks because of the result I want but I've got one more issue. (Since you were wondering, I don't want the flattened image for the .psd's, on all my source files, I do just want the first layer.) I want one folder to have ...
by coldkingnowhere
2012-01-05T14:59:30-07:00
Forum: Users
Topic: Argument too long even with quotes
Replies: 6
Views: 12656

Argument too long even with quotes

I've been using the shell below to take a series of images and make two, differently edited images of each original. Until now it worked fine but upon trying it on a batch of ~2000 images now, I'm getting the error "Argument list too long". I have since edited the code to include the quotes you see ...
by coldkingnowhere
2011-11-02T13:51:55-07:00
Forum: Users
Topic: How to enlarge canvas of various images to one size
Replies: 3
Views: 7709

Re: How to enlarge canvas of various images to one size

That worked great! Thanks.
by coldkingnowhere
2011-11-02T12:58:24-07:00
Forum: Users
Topic: How to enlarge canvas of various images to one size
Replies: 3
Views: 7709

How to enlarge canvas of various images to one size

Part of what I'm currently trying to do has me resizing a number of images to be within 800x800px (but they all have different aspect ratios) and then center each image on a 1920x1080 canvas. All of the functions I've looked at (-border, -extent, -frame, -splice) seem to be dependent on adding a ...
by coldkingnowhere
2011-11-01T15:26:40-07:00
Forum: Users
Topic: Issues executing a bash script
Replies: 3
Views: 7143

Re: Issues executing a bash script

You were right about the line endings. It all works fine now. Thank you!
by coldkingnowhere
2011-11-01T13:49:25-07:00
Forum: Users
Topic: Issues executing a bash script
Replies: 3
Views: 7143

Issues executing a bash script

This is my first time using imagemagick or even Unix-style scripts for that matter so feel free to berate me for stupid mistakes. I am using Cygwin in Windows 7 to make this work. When I try to execute the .sh file posted below, I get a number of errors. I am simply trying to edit all the .png files ...