Search found 1 match
- 2013-05-11T05:13:34-07:00
- Forum: Users
- Topic: Modify image after writing to the disk fail (Magick++)
- Replies: 0
- Views: 4758
Modify image after writing to the disk fail (Magick++)
Hi, I'm desperately in need of help. Can someone please tell me what's the stupid thing I'm doing in below? It compiles and writes to the disk. But two png files created are identical. #include "Magick++.h" #include <unistd.h> #include <iostream> using namespace Magick; using namespace std; int main ...