I downloaded version 6.6.7-2 (previously I used imagemagick-windows.zip, which is based on 6.6.7), and it is indeed fixed there.
Thank you!
Greetings,
Roland
Search found 3 matches
- 2011-01-27T05:36:07-07:00
- Forum: Bugs
- Topic: BUG: WriteOnePNGImage() opaque array is too small
- Replies: 3
- Views: 8818
- 2011-01-25T05:46:00-07:00
- Forum: Bugs
- Topic: BUG: WriteOnePNGImage() opaque array is too small
- Replies: 3
- Views: 8818
Re: BUG: WriteOnePNGImage() opaque array is too small
I forgot to mention:
I encountered the bug using the following commandline:
convert.exe -resize 100x100 d:\amsterdam.jpg d:\amsterdam.png
Where amsterdam.jpg is the image downloaded from here:
http://news.cheapflights.com/wp-content ... terdam.jpg
Greetings,
Roland
I encountered the bug using the following commandline:
convert.exe -resize 100x100 d:\amsterdam.jpg d:\amsterdam.png
Where amsterdam.jpg is the image downloaded from here:
http://news.cheapflights.com/wp-content ... terdam.jpg
Greetings,
Roland
- 2011-01-25T05:40:30-07:00
- Forum: Bugs
- Topic: BUG: WriteOnePNGImage() opaque array is too small
- Replies: 3
- Views: 8818
BUG: WriteOnePNGImage() opaque array is too small
When compiling and testing the imagemagick library under windows, I encountered the following error: in the WriteOnePNGImage() function, an array opaque is defined: PixelPacket opaque[260] The array consists of 260 elements, but up to 300 elements (indices 0 - 299) may be accessed and set by the ...