40 const KKStr& imageFileName
44 const KKStr& imageFileName
54 const KKStr& _fileName
64 const KKStr& _fileName
A class that is used by to represent a single image in memory.
bool SupportedImageFileFormat(const KKStr &imageFileName)
RasterPtr ReadImage(const KKStr &imageFileName)
void DisplayImage(const Raster &raster, const KKStr &title)
void SaveImageGrayscaleInverted4Bit(const Raster &image, const KKStr &_fileName)
Saves image as BMP file using 4 bit compressed gray-scale where Background = 255 and foreground = 0...
void SaveImage(const Raster &image, const KKStr &imageFileName)
void SaveImageGrayscaleInverted8Bit(const Raster &image, const KKStr &_fileName)
Saves image as BMP using compressed gray-scale where Background = 255 and foreground = 0...
void SaveImageInverted(Raster &raster, const KKStr &imageFileName)
static KKStr Concat(const std::vector< std::string > &values)
Concatenates the list of 'std::string' strings.
void DisplayImage(const Raster &image)