Hallo,
i have uninstalled the old version and followed your second link.
the result 1 fail:
FAIL: tests/wandtest.tap 1
make[5]: Entering directory `/install/ImageMagick-6.8.8-8'
make all-recursive
make[6]: Entering directory `/install/ImageMagick-6.8.8-8'
Making all in .
make[7]: Entering ...
Search found 3 matches
- 2014-03-15T04:24:34-07:00
- Forum: Users
- Topic: Crop Resize Windows/Debian
- Replies: 5
- Views: 3671
- 2014-03-14T15:22:29-07:00
- Forum: Users
- Topic: Crop Resize Windows/Debian
- Replies: 5
- Views: 3671
Re: Crop Resize Windows/Debian
i have ImageMagick 6.3.7 11/16/10 Q16 on linux and ImageMagick 6.5.1-1 2009-04-10 Q16 on Windows
i use debian lenny .. all is automatically updated/upgraded but lenny is a bit older.
can i manual download and install a newer version without trouble ?
i use debian lenny .. all is automatically updated/upgraded but lenny is a bit older.
can i manual download and install a newer version without trouble ?
- 2014-03-14T14:14:57-07:00
- Forum: Users
- Topic: Crop Resize Windows/Debian
- Replies: 5
- Views: 3671
Crop Resize Windows/Debian
Hallo i use the following parameters to convert crop/resize/zoom in-out under windows and it works perferct for me:
convert "source.jpg" -resize "1920x500^" -gravity center -crop 1920x500+0+0 +repage "destination.jpg"
under debian i get the following error:
convert: invalid argument for option ...
convert "source.jpg" -resize "1920x500^" -gravity center -crop 1920x500+0+0 +repage "destination.jpg"
under debian i get the following error:
convert: invalid argument for option ...