Search found 19 matches

by mootools
2006-04-11T06:46:43-07:00
Forum: Bugs
Topic: Error reading this WMF file
Replies: 2
Views: 18456

Thanks!

I am using 6.2.6 and I am enjoy to know that it is corrected on the coming release.

Manuel
by mootools
2006-04-10T01:19:21-07:00
Forum: Bugs
Topic: Error reading this WMF file
Replies: 2
Views: 18456

Error reading this WMF file

Hello, http://www.mootools.com/tmp/error.wmf This WMF is incorrectly handled by ImageMagick and I does not understand why a problem occur? The file is correctly readed by Microsoft WMF file viewer. ImageMagick opens the file and loops infinitely. The process must be killed in order to stop it. Any h...
by mootools
2006-04-03T08:55:18-07:00
Forum: Bugs
Topic: Exception not destroyed
Replies: 0
Views: 10050

Exception not destroyed

Hello, There is a memory leak in Magick++ (options.cpp) void Magick::Options::magick ( const std::string &magick_ ) { ExceptionInfo exception; FormatString( _imageInfo->filename, "%.1024s:", magick_.c_str() ); GetExceptionInfo(&exception); SetImageInfo( _imageInfo, MagickTrue, &...
by mootools
2006-04-03T08:06:14-07:00
Forum: Bugs
Topic: Error in Studio.h when compiling under Windows
Replies: 0
Views: 9564

Error in Studio.h when compiling under Windows

Hello, This error applies in magick 6.2.6 under Windows in multithreaded DLL runtimes. There is an error in the studio.h file. In that config magick is statically linked to my application, and no DLL are needed, and magick shouldn't look for extension module. This is where studio.h defines are false...