/[packages]/cauldron/imagemagick/current/SOURCES/ImageMagick-6.7.7-9-fix-montageimages-test.patch
ViewVC logotype

Contents of /cauldron/imagemagick/current/SOURCES/ImageMagick-6.7.7-9-fix-montageimages-test.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 263796 - (show annotations) (download)
Tue Jun 26 03:14:45 2012 UTC (11 years, 9 months ago) by fwang
File size: 337 byte(s)
new version 6.7.7-9
1 --- ImageMagick-6.7.7-9/magick/gem.c.ppc 2012-06-17 02:18:30.000000000 +0000
2 +++ ImageMagick-6.7.7-9/magick/gem.c 2012-06-26 03:11:49.000000000 +0000
3 @@ -376,7 +376,10 @@
4 *saturation=delta/max;
5 *brightness=QuantumScale*max;
6 if (delta == 0.0)
7 + {
8 + *hue=0.0;
9 return;
10 + }
11 if (r == max)
12 *hue=(g-b)/delta;
13 else

  ViewVC Help
Powered by ViewVC 1.1.30