Runtime error when writing file on windows (mingw)
Posted: 2009-10-16T04:58:24-07:00
Hi folks,
I use ImageMagick-6.5.6-10 for Windows (self compiled) with mingw.
When I try to save an image with
I get an runtime error and my program crashes. The error is precisely at this call. Before the error the file is saved.
The same code works perfectly with linux.
Any ideas?
Thanks for your help.
greets mike
I use ImageMagick-6.5.6-10 for Windows (self compiled) with mingw.
When I try to save an image with
Code: Select all
image.write(FileName);
The same code works perfectly with linux.
Any ideas?
Thanks for your help.
greets mike