|
Wavelet and Image class library
1.3.2
|

Go to the source code of this file.
Namespaces | |
| namespace | Magick |
| namespace | MagickInter |
Enumerations | |
| enum | MagickInter::TransparencyBackground { MagickInter::NONE, MagickInter::WHITE, MagickInter::BLACK } |
Functions | |
| Magick::Image | MagickInter::magickImageFromColorImageWithTransparency (ColorImage &img, bool withTransparency=false, coeff *transparentColors=NULL, int colorBytes=1) |
| Magick::Image | MagickInter::magickImageFromColorImage (ColorImage &img) |
| std::auto_ptr< ColorImage > | MagickInter::colorImageFromMagickImage (Magick::Image &img) |
| std::auto_ptr< ColorImage > | MagickInter::obtainColorImage (const std::string &inFile, const TransparencyBackground &transparencyBackground=NONE) |
| void | MagickInter::writeColorImage (ColorImage &img, const std::string &outFile, int quality=100) |
| void | MagickInter::writeColorImageWithTransparency (ColorImage &img, const std::string &outFile, int quality=100, bool withTransparency=false, coeff *transparentColors=NULL, int colorBytes=1) |
| void | MagickInter::scaleAndWriteColorImage (ColorImage &img, int rows, int cols, const std::string &outFile, int quality=100) |
1.7.6.1