Search found 5 matches

by aw1
2016-04-15T03:10:12-07:00
Forum: Magick++
Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
Replies: 6
Views: 12239

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);]
by aw1
2016-04-15T02:47:25-07:00
Forum: Magick++
Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
Replies: 6
Views: 12239

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...
by aw1
2016-04-13T22:24:46-07:00
Forum: Magick++
Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
Replies: 6
Views: 12239

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 lowe...
by aw1
2016-04-12T23:43:20-07:00
Forum: Magick++
Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
Replies: 6
Views: 12239

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.
by aw1
2016-04-12T23:35:02-07:00
Forum: Magick++
Topic: unrecognized pixel map error| VS2015 x64 Modified Demo\Button.dsp
Replies: 6
Views: 12239

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 au...