Processing time in dithering.

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Processing time in dithering.

Post by anthony »

As your image gets bigger the image starts to be stored in a disk cache rather than memory.

OR perhaps it could be something to do with the calculation of the Hilbert curve that the error-correction dither follows though the image, in which case it is a bug in the way the dither path is calculated.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply