Hi there,
can anyone please tell me the possible differences of the command line options / usage of "convert" in versions 6.2.x and 6.5.x of ImageMagick (on Linux). I have a special gallery TYPO3-Extension which explicitly runs with ImageMagick 6.2.x only but not with 6.5.x.
With best regards
Christian
differences between 6.2.x and 6.5.x
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: differences between 6.2.x and 6.5.x
There are lots of differences and improvements but mostly they should be backward compatible.
The biggest different is probably using -define jpeg:size={WIDTH}x{HEIGHT}
instead of the overloaded image creation size setting -size {WIDTH}x{HEIGHT}
See IM Examples, Thumbnail generation
http://www.imagemagick.org/Usage/thumbnails/#profiles
and JPEG reading settings...
http://www.imagemagick.org/Usage/formats/#jpg_read
The biggest different is probably using -define jpeg:size={WIDTH}x{HEIGHT}
instead of the overloaded image creation size setting -size {WIDTH}x{HEIGHT}
See IM Examples, Thumbnail generation
http://www.imagemagick.org/Usage/thumbnails/#profiles
and JPEG reading settings...
http://www.imagemagick.org/Usage/formats/#jpg_read
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/