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.
Write into xbm
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Write into xbm
It works fine at the command level:
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.
Code: Select all
convert -size 10000x6628 xc: xbm:x.xbm
If you can isolate it to a small program and put that up here, someone might take a look.
snibgo's IM pages: im.snibgo.com
-
- Posts: 58
- Joined: 2014-03-21T00:40:16-07:00
- Authentication code: 6789
- Location: Russia, Saint Petersburg
- Contact:
Re: Write into xbm
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.
But I use IM v6.8.9 on windows 7 and Magick++ interface.
I will try some more cases and replay about results.