Mogrify Crashes on Windows7 32bit dynamic version when converting multiple files
Posted: 2015-12-11T01:08:22-07:00
Hi,
I'm trying to convert svgs in a folder to PNGs. The command I'm calling is:
mogrify -format png Dir1\*.svg
The aim is to convert all svg files in Dir1 to png files.
The conversion works, but windows claims, that Imagemagick crashed and the terminal is blocked until I press the close program button.
My problem is, that I'm running this command as part of a larger program, and due to this blockage and error, the program itself blocks and I hae to confirm the close program request multiple times.
I'm not sure, what might be going wrong, since the conversion is finished and only then the crash message pops up. To me it seems, like the exit status of mogrify is not set properly in the windows32 bit dynamic version.
It does however work fine when I use the static version.
I'm trying to convert svgs in a folder to PNGs. The command I'm calling is:
mogrify -format png Dir1\*.svg
The aim is to convert all svg files in Dir1 to png files.
The conversion works, but windows claims, that Imagemagick crashed and the terminal is blocked until I press the close program button.
My problem is, that I'm running this command as part of a larger program, and due to this blockage and error, the program itself blocks and I hae to confirm the close program request multiple times.
I'm not sure, what might be going wrong, since the conversion is finished and only then the crash message pops up. To me it seems, like the exit status of mogrify is not set properly in the windows32 bit dynamic version.
It does however work fine when I use the static version.