Search found 3 matches

by scraft
2014-09-04T08:32:38-07:00
Forum: Bugs
Topic: 32 bpp PNG -> 8 bpp PNG problem
Replies: 3
Views: 3110

Re: 32 bpp PNG -> 8 bpp PNG problem

Version: #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2014 ImageMagick Studio LLC" #define MagickSVNRevision "15693M" #define MagickLibVersion 0x689 #define MagickLibVersionText "6.8.9" #define MagickLibVersionNumber 2,0,0 #define MagickLibAddendum "-1" #define ...
by scraft
2014-09-04T07:32:22-07:00
Forum: Bugs
Topic: 32 bpp PNG -> 8 bpp PNG problem
Replies: 3
Views: 3110

32 bpp PNG -> 8 bpp PNG problem

I'm not really sure if this is a bug or not... if not it is a help/advice request! I have an input image: https://dl.dropboxusercontent.com/u/4853432/ImageMagick/Input.png https://dl.dropboxusercontent.com/u/4853432/ImageMagick/Input.png I perform the following: Magick::Image img( "Input.png" ); img ...
by scraft
2012-06-20T10:28:05-07:00
Forum: Developers
Topic: Memory/warning issues
Replies: 1
Views: 3785

Memory/warning issues

Hi, I have used the VisualMagic workspace generator to create a static multithreaded version of the ImageMagick library (the solution name is VisualStaticMT). I am able to successfully build the library. When I link this library against my projects, I get a couple of warnings along the lines of ...