This commit is contained in:
John Cupitt 2016-08-02 17:21:44 +01:00
parent 3f41e21c8b
commit cfdfc0d393
1 changed files with 8 additions and 3 deletions

View File

@ -32,8 +32,8 @@
*/
/*
*/
#define DEBUG
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
@ -125,6 +125,11 @@ vips_foreign_load_magick7_genesis_cb( void *client )
MagickCoreGenesis( vips_get_argv0(), MagickFalse );
#ifdef DEBUG
printf( "MagickCoreGenesis: sizeof( Quantum ) == %zd\n",
sizeof( Quantum ) );
#endif /*DEBUG*/
return( NULL );
}
@ -460,8 +465,8 @@ vips_foreign_load_magick7_parse( VipsForeignLoadMagick7 *magick7,
return( 0 );
}
/* We don't bother with GetPixelReadMask((), assume it's everywhere. Don't
* bother with traits, assume taht's always update.
/* We don't bother with GetPixelReadMask(), assume it's everywhere. Don't
* bother with traits, assume that's always update.
*
* We do skip index channels. Palette images add extra index channels
* containing the index value from the file before colourmap lookup.