+2010-06-22 6.6.2-8 Cristy <quetzlzacatenango@image...>
+ * Skip byte when DDS bitcount is 32 (reference
+ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16487).
+
2010-06-17 6.6.2-7 Cristy <quetzlzacatenango@image...>
* Support new label:pointsize property.
* Miscellany->Slide Show, in the display program, now cycles through the
q->blue = ScaleCharToQuantum( (unsigned char) ReadBlobByte(image) );
q->green = ScaleCharToQuantum( (unsigned char) ReadBlobByte(image) );
q->red = ScaleCharToQuantum( (unsigned char) ReadBlobByte(image) );
+ if (dds_info->pixelformat.rgb_bitcount == 32)
+ (void) ReadBlobByte(image);
q++;
}
<configure name="LIB_VERSION" value="0x662"/>
<configure name="LIB_VERSION_NUMBER" value="6,6,2,8"/>
<configure name="RELEASE_DATE" value="2010-06-22"/>
- <configure name="CONFIGURE" value="./configure "/>
+ <configure name="CONFIGURE" value="./configure '--without-magick-plus-plus'"/>
<configure name="PREFIX" value="/usr/local"/>
<configure name="EXEC-PREFIX" value="/usr/local"/>
<configure name="VERSION" value="6.6.2"/>
#endif
/* define if bool is a built-in type */
-#ifndef MAGICKCORE_HAVE_BOOL
-#define MAGICKCORE_HAVE_BOOL /**/
-#endif
+/* #undef HAVE_BOOL */
/* Define to 1 if you have the `cimag' function. */
#ifndef MAGICKCORE_HAVE_CIMAG
#endif
/* define if the compiler implements L"widestring" */
-#ifndef MAGICKCORE_HAVE_LSTRING
-#define MAGICKCORE_HAVE_LSTRING /**/
-#endif
+/* #undef HAVE_LSTRING */
/* Define this if a modern libltdl is already installed */
#ifndef MAGICKCORE_HAVE_LTDL
#endif
/* define if the compiler implements namespaces */
-#ifndef MAGICKCORE_HAVE_NAMESPACES
-#define MAGICKCORE_HAVE_NAMESPACES /**/
-#endif
+/* #undef HAVE_NAMESPACES */
/* Define if g++ supports namespace std. */
-#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
-#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
-#endif
+/* #undef HAVE_NAMESPACE_STD */
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
#endif
/* define if the compiler supports ISO C++ standard library */
-#ifndef MAGICKCORE_HAVE_STD_LIBS
-#define MAGICKCORE_HAVE_STD_LIBS /**/
-#endif
+/* #undef HAVE_STD_LIBS */
/* Define to 1 if you have the `strcasecmp' function. */
#ifndef MAGICKCORE_HAVE_STRCASECMP
#define MagickLibInterface 3
#define MagickLibMinInterface 3
#define MagickReleaseDate "2010-06-22"
-#define MagickChangeDate "20100617"
+#define MagickChangeDate "20100622"
#define MagickAuthoritativeURL "http://www.imagemagick.org"
#define MagickHomeURL "file:///usr/local/share/doc/ImageMagick-6.6.2/index.html"
#if (MAGICKCORE_QUANTUM_DEPTH == 8)