List Info

Thread: Scaling an image and processing the scaled image (Magick++)




Scaling an image and processing the scaled image (Magick++)
user name
2006-12-07 20:41:00
> that has been scaled the image looks like noise (using
my own display

You'll need to post a small program that we can download,
execute, and reproduce
the problem.  We did a quick test with this program and
ImageMagick 6.3.1

   try
   {
     Image image;
     image.read( "logo:" );
     image.modifyImage();
     image.scale( "50x50%" );
     const PixelPacket *pixels =
        image.getConstPixels(0, 0, image.columns(),
image.rows());
     ..
   }
   catch( exception &error_ )
   {
      cerr << "Caught exception: " <<
error_.what() << endl;
   }

and it ran without complaint.
_______________________________________________
Magick-developers mailing list
Magick-developersimagemagick.org
http://studio.imagemagick.org/mailman/listinfo/m
agick-developers
Scaling an image and processing the scaled image (Magick++)
user name
2006-12-07 20:37:28
Ok, no problem, attached is a small sample program which
illustrates my problem.
_______________________________________________
Magick-developers mailing list
Magick-developersimagemagick.org
http://studio.imagemagick.org/mailman/listinfo/m
agick-developers
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )