Search found 1 match
- 2011-09-22T01:57:39-07:00
- Forum: Users
- Topic: Convert -Resize Freezes
- Replies: 11
- Views: 20722
Re: Convert -Resize Freezes
I solved this by downloading a binary distribution for Windows, and referring to it in bash script. Do not use backslash as a directory sign in shell. so my call is for instance: c:/path/to/ImageMagick/convert.exe -resize 900x600 input.jpg ./resize/output.jpg After doing this, I never came accross ...