Search found 1 match
- 2018-11-22T08:56:51-07:00
- Forum: Magick++
- Topic: Read gif with Magick++, process frames with OpenCV, save back to gif with Magick++
- Replies: 0
- Views: 81743
Read gif with Magick++, process frames with OpenCV, save back to gif with Magick++
Hello, I am writing a program in c++ that uses Magick++ API and OpenCV. The idea is that program reads a gif image, does some image processing with OpenCV on the frames and saves the frames back to a gif image. After some experimenting, I realized that when the frames from gif are processed with ...