[magick-developers] Submit Patch
duc.sequere.aut.de.via.decede at imagemagick.org
duc.sequere.aut.de.via.decede at imagemagick.org
Sat May 17 19:35:52 PDT 2008
> http://www.lis.ic.unicamp.br/~tiago/ImageMagick/parallel_SetImageChannelDepth.patch
Instead of making q private, change lines like q->red to (q+x)->red.
Don't forget to delete the q++ statement. With this change, q_original
is not needed. It may run in the same time as your patch but it seems
cleaner. Try timing on both methods and see which is speeder.
More information about the Magick-developers
mailing list