Euphoria
image_to_text.cc File Reference
#include "core/image_to_text.h"
#include <iostream>
#include "core/image.h"
#include "core/palette.h"
#include "base/stringbuilder.h"

Go to the source code of this file.

Namespaces

 eu
 
 eu::core
 

Functions

Table< char > eu::core::from_image_to_string_table (const Image &img, const std::vector< ImageMapAction > &map)
 
Table< char > eu::core::from_image_to_string_table_exact (const Image &img, const std::vector< ImageMapAction > &map, char missing)
 
Table< char > eu::core::from_image_to_string_table (const Image &img, bool shorter, Grayscale grayscale)
 
std::vector< std::string > eu::core::to_strings (const Table< char > &table)