Skip to content

About the Speed and Compression Effectiveness of ImageMagick Processing #7289

Closed Answered by snibgo
urain39 asked this question in Help
Discussion options

You must be logged in to vote

Commands can be written that will work identically in v6 or v7 syntax. Writing them to work only in v6 seems a strange choice.

IM can be built to do the calculations in integer or floating-point. If building with ./configure bash script, the --enable-hdri option uses floating-point.

IM has multiple methods for resampling images, including -resize, -scale and -sample, in order of decreasing quality and increasing speed.

I rarely resize jpegs, and never for serious work. Jpeg is a useful output-only format, and a terrible format for inputs to any image processing.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by urain39
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants