Destroy Image

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
Luyen
Posts: 12
Joined: 2016-06-10T00:05:43-07:00
Authentication code: 1151

Destroy Image

Post by Luyen »

Hello there,

Is there any function to destroy Image in Magick++?
For example:

Code: Select all

Image image;
image.read("myImage.tiff"); 
image.addNoise(GaussianNoise); 
And then I want to destroy image. How can I do now?
Thanks!
Thank you
Post Reply