Search found 2 matches

by edrid
2017-08-03T04:21:59-07:00
Forum: Magick++
Topic: [SOLVED]Writing a white image: after a certain size it gives me a "pixels are not authentic" error
Replies: 2
Views: 20682

[SOLVED]Writing a white image: after a certain size it gives me a "pixels are not authentic" error

I'm playing around with Magick++ prior to a uni project I've to do in C++. In particular, as of now, I'm implementing some kernel image processing. Long story short, after certain operations (i.e. exporting, doing the convolution on the 2D std::vectors, etc.) I want to set the pixel of a completely ...