Search found 2 matches
- 2017-08-04T02:37:41-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: 21988
Re: Writing a white image: after a certain size it gives me a "pixels are not authentic" error
Oh my gosh.. yeah, that was the problem.. sorry and thanks
- 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: 21988
[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 ...