Search found 5 matches

by hmc2323
2011-04-14T05:36:41-07:00
Forum: Users
Topic: Convert -Resize Freezes
Replies: 11
Views: 20730

Re: Convert -Resize Freezes

Thank you. These files are not too large (200kb at most and max width/height of 1100 pixels). Is there a way to force ImageMagick to use in-memory processing only (and restrict the total amount of memory it consumes)?

Also, the reason I'm using find is so that it searches sub-directories.
by hmc2323
2011-04-13T13:45:18-07:00
Forum: Users
Topic: Convert -Resize Freezes
Replies: 11
Views: 20730

Re: Convert -Resize Freezes

ImageMagick 6.4.0
by hmc2323
2011-04-13T13:18:18-07:00
Forum: Users
Topic: Convert -Resize Freezes
Replies: 11
Views: 20730

Re: Convert -Resize Freezes

Yes I can try VirtualBox instead of Cygwin to see if that helps. Yes the command that is the cause (or at least the command that freezes) is the "convert" line. My computer seems to be at 60% CPU (which is higher than baseline). Once I get an image that freezes I have tried running the convert ...
by hmc2323
2011-04-13T11:23:41-07:00
Forum: Users
Topic: Convert -Resize Freezes
Replies: 11
Views: 20730

Re: Convert -Resize Freezes

I tried those code changes and still got hung up after processing some images. As far as I can tell those were just syntax suggestions, is that right?

Thanks for the help. Version info:
IM Version: 6.4.0 Q16
OS: cygwin 1.7.9 on Windows 7
by hmc2323
2011-04-13T10:05:05-07:00
Forum: Users
Topic: Convert -Resize Freezes
Replies: 11
Views: 20730

Convert -Resize Freezes

I wrote a script to loop through files in a folder and resize them. The convert command freezes on some of the images for a long time. I posted on Stack Overflow:

http://stackoverflow.com/questions/5650 ... loop-hangs