![]() |
KSquare Utilities
|
Methods for reading and writing Images. More...
#include "KKStr.h"Go to the source code of this file.
Namespaces | |
| KKB | |
| KKB The namespace for KKBase Library supporting general functionality needed by almost any application. | |
Functions | |
| void | KKB::DisplayImage (const Raster &raster, const KKStr &title) |
| void | KKB::DisplayImage (const Raster &image) |
| RasterPtr | KKB::ReadImage (const KKStr &imageFileName) |
| void | KKB::SaveImage (const Raster &image, const KKStr &imageFileName) |
| void | KKB::SaveImageGrayscaleInverted4Bit (const Raster &image, const KKStr &_fileName) |
| Saves image as BMP file using 4 bit compressed gray-scale where Background = 255 and foreground = 0. More... | |
| void | KKB::SaveImageGrayscaleInverted8Bit (const Raster &image, const KKStr &_fileName) |
| Saves image as BMP using compressed gray-scale where Background = 255 and foreground = 0. More... | |
| void | KKB::SaveImageInverted (Raster &raster, const KKStr &imageFileName) |
| bool | KKB::SupportedImageFileFormat (const KKStr &imageFileName) |
Methods for reading and writing Images.
Definition in file ImageIO.h.