Search found 1 match
- 2014-08-26T14:07:20-07:00
- Forum: Magick++
- Topic: how does Magick::Image.transparent work?
- Replies: 0
- Views: 8210
how does Magick::Image.transparent work?
Hi there: I have a problem to ask for advice. I create a bitmap file and pass the pixel data and bitmap info header to a Magick::blob and create a Magick::Image to read it. Now I want to set the color COLORREF(255, 255, 255) as the transparent color, so I call Magick::Image.transparent ...