Write into xbm

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
wizard29
Posts: 58
Joined: 2014-03-21T00:40:16-07:00
Authentication code: 6789
Location: Russia, Saint Petersburg
Contact:

Write into xbm

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Write into xbm

Post 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.
snibgo's IM pages: im.snibgo.com
wizard29
Posts: 58
Joined: 2014-03-21T00:40:16-07:00
Authentication code: 6789
Location: Russia, Saint Petersburg
Contact:

Re: Write into xbm

Post 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.
Post Reply