Search found 1 match
- 2012-10-09T03:42:31-07:00
- Forum: Magick++
- Topic: Magick++ composite problem
- Replies: 0
- Views: 7229
Magick++ composite problem
Hello! I'm new to Magick++ and have one problem with composite(). Code: Image fullImg(full); width = fullImg.size().width(); height = fullImg.size().height(); Image resultImg = Image(Geometry(width, height), Color(MaxRGB, MaxRGB, MaxRGB, 0)); resultImg.colorSpace(CMYKColorspace); resultImg.composite ...