--- poppler-26jun09/utils/ImageOutputDev.cc- 2009-06-28 08:31:31.000000000 +0200 +++ poppler-26jun09/utils/ImageOutputDev.cc 2009-06-29 05:51:38.000000000 +0200 @@ -230,8 +230,8 @@ int width, int height, GfxImageColorMap *colorMap, GBool interpolate, Stream *maskStr, int maskWidth, int maskHeight, GBool maskInvert, GBool maskInterpolate) { drawImage(state, ref, str, width, height, colorMap, interpolate, NULL, gFalse); - drawImageMask(state, ref, maskStr, maskWidth, maskHeight, maskInterpolate, - maskInvert, gFalse); + drawImageMask(state, ref, maskStr, maskWidth, maskHeight, + maskInvert, maskInterpolate, gFalse); } void ImageOutputDev::drawSoftMaskedImage( --- poppler-26jun09/poppler/SplashOutputDev.cc- 2009-06-28 08:31:31.000000000 +0200 +++ poppler-26jun09/poppler/SplashOutputDev.cc 2009-06-29 06:29:38.000000000 +0200 @@ -1971,7 +1971,7 @@ void SplashOutputDev::drawImageMask(GfxState *state, Object *ref, Stream *str, int width, int height, GBool invert, - GBool inlineImg, GBool interpolate) { + GBool interpolate, GBool inlineImg) { double *ctm; SplashCoord mat[6]; SplashOutImageMaskData imgMaskData;