Search found 3 matches

by Mihail
2017-08-20T05:43:50-07:00
Forum: Developers
Topic: Switch from Magick 6 --> Magick 7 with problems
Replies: 5
Views: 13965

Re: Switch from Magick 6 --> Magick 7 with problems

Is there any difference between Magick::Image and MagickCore::Image? Good question, anyway, it seems that exist since I wasn't able to convert from one type to another :D Finally, I manage to transfer all pixels from Quantum to lpBits. In PixelPacket (v6), pixels are represented as RGB, since in Qu...
by Mihail
2017-08-19T10:52:53-07:00
Forum: Developers
Topic: Switch from Magick 6 --> Magick 7 with problems
Replies: 5
Views: 13965

Re: Switch from Magick 6 --> Magick 7 with problems

Thank you for the answer! I tried to use ExportImagePixels(), but, In my application I use Magick::Image and not MagickCore::Image - it seems that ExportImagePixels wants MagickCore::Image as first parameter, and I get an error. Also, GetPixelRed/Green/Blue works only with MagickCore::Image. I didn'...
by Mihail
2017-08-18T16:15:37-07:00
Forum: Developers
Topic: Switch from Magick 6 --> Magick 7 with problems
Replies: 5
Views: 13965

Switch from Magick 6 --> Magick 7 with problems

Hi All, I would have a question on you. I switched from Magick 6 to Magick 7 and I have a problem: when I try to display an image I see a broken image (random pixels) and I think that is something related to Quantum type - when I use PixelPacket everything is fine, but when I use Quantum I get that ...