Page 1 of 1

Write into xbm

Posted: 2014-11-25T07:50:01-07:00
by wizard29
Hi, everybody.

I tried to write 10000x6628 px image into the xbm file. The Image::write call to hangs up my application in this case.

It looks like a bug.
I use Magick++ and MagickCore.

Re: Write into xbm

Posted: 2014-11-25T09:00:55-07:00
by snibgo
It works fine at the command level:

Code: Select all

convert -size 10000x6628 xc: xbm:x.xbm
IM v6.9.0-0 on Windows 8.1.

If you can isolate it to a small program and put that up here, someone might take a look.

Re: Write into xbm

Posted: 2014-11-26T00:27:58-07:00
by wizard29
Hi, thank you for replay.
But I use IM v6.8.9 on windows 7 and Magick++ interface.
I will try some more cases and replay about results.