Search found 5 matches
- 2016-04-15T03:10:12-07:00
- Forum: Magick++
- Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
- Replies: 6
- Views: 13783
Re: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
Turns out UndefinedPixel matches up with the example on https://www.imagemagick.org/Magick++/Image++.html [image.write(0,0,640,1,"RGB",0,pixels);]
- 2016-04-15T02:47:25-07:00
- Forum: Magick++
- Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
- Replies: 6
- Views: 13783
Re: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
I think I've worked it out, the issue was with using "MagickCore::StorageType::UndefinedPixel", not with the map. Line 2065 in the Windows source lines up with line 2129 on the previous git link. There's no export method for the storage type, and to be honest I'm not sure why I was testing with it ...
- 2016-04-13T22:24:46-07:00
- Forum: Magick++
- Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
- Replies: 6
- Views: 13783
Re: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
Thanks for replying, but that doesn't appear to be it. I've tried upper and lower case and different letters. Also can you link me to the source code, I've been looking at "http://git.imagemagick.org/repos/ImageMagick/blob/master/MagickCore/pixel.c", which seems to take both upper and lower case ...
- 2016-04-12T23:43:20-07:00
- Forum: Magick++
- Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
- Replies: 6
- Views: 13783
Re: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
Additionally, using "ImageMagick-6.9.3-8-Q16-x64-dll.exe", though happens with other versions as well.
- 2016-04-12T23:35:02-07:00
- Forum: Magick++
- Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
- Replies: 6
- Views: 13783
unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
Hi, I could really use some help. I'm receiving an error, "Caught exception: button.exe: unrecognized pixel map `p' @ error/pixel.c/ExportImagePixels/2065", when using the image.write() command. I think it has something to do with the project configuration, presumably arising due to the automatic ...