Search found 2 matches

by grepnold
2014-12-08T13:28:38-07:00
Forum: MagickWand
Topic: Creating/reusing wands and images
Replies: 2
Views: 11734

Re: Creating/reusing wands and images

Thanks snibgo. I've now proved that I can change pixels in the array and write it back, so I'm not doing something wrong with MagickWand. My code must be corrupting something.
by grepnold
2014-12-08T10:53:16-07:00
Forum: MagickWand
Topic: Creating/reusing wands and images
Replies: 2
Views: 11734

Creating/reusing wands and images

Hi all, I'm just starting to use MagickWand's C API. I'm using it for testing some low-level pixel-level operations. I use MagickWand to open a file, I export the pixels into my own malloc'd array, mess around with it a bit and import the array back into the same image and wand. Then when I write th...