]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- I believe, that this forgotten parameter should be (int) 0
authorradzio <radzio@pld-linux.org>
Wed, 19 Jan 2005 00:42:17 +0000 (00:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use grep *.c -e ImportQuantumPixels too see why?

Changed files:
    ImageMagick-fpx.c.patch -> 1.1

ImageMagick-fpx.c.patch [new file with mode: 0644]

diff --git a/ImageMagick-fpx.c.patch b/ImageMagick-fpx.c.patch
new file mode 100644 (file)
index 0000000..8c0f362
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Naur ImageMagick-6.1.8.orig/coders/fpx.c ImageMagick-6.1.8/coders/fpx.c
+--- ImageMagick-6.1.8.orig/coders/fpx.c        2005-01-19 01:11:40.339582104 +0100
++++ ImageMagick-6.1.8/coders/fpx.c     2005-01-19 01:11:55.056344816 +0100
+@@ -975,7 +975,7 @@
+     if (p == (const PixelPacket *) NULL)
+       break;
+     if (fpx_info.numberOfComponents == 1)
+-      (void) ImportQuantumPixels(image,GrayQuantum,pixels);
++      (void) ImportQuantumPixels(image,GrayQuantum,0,pixels);
+     else
+       if (image->matte == MagickFalse)
+         (void) ImportQuantumPixels(image,RGBQuantum,0,pixels);
This page took 0.051204 seconds and 4 git commands to generate.