Use https://github.com/ImageMagick/ImageMagick/discussions instead.
Skip to content
Post by magick » 2006-11-21T15:55:18-07:00
Code: Select all
#include <Magick++.h> #include <iostream> #include <string> using namespace std; using namespace Magick; int main(int argc, char** argv) { try { Magick::Image swatches(Magick::Geometry(5, 6), Magick::ColorRGB(1.0, 1.0, 1.0)); swatches.write("swatch.jpg"); } catch (Magick::Exception& err) { fprintf(stderr, "Exception:%s",err.what()); } }
Return to “Users”
Users browsing this forum: Amazon [Bot], Bing [Bot], Google [Bot], Semrush [Bot] and 10 guests