Photon 1.0.0
|
Classes | |
class | container |
class | converter |
class | html_config |
Enumerations | |
enum | png_diff_t { png_diff_same , png_diff_dimensions , png_diff_data , png_diff_error } |
Functions | |
png_diff_t | pngcmp (const GdkPixbuf *pixbuf1, const GdkPixbuf *pixbuf2) |
png_diff_t | pngcmp (const std::string &png_file1, const std::string &png_file2) |
png_diff_t | pngcmp (const GdkPixbuf *pixbuf, const std::string &png_file) |
enum html2png::png_diff_t |
png_diff_t html2png::pngcmp | ( | const GdkPixbuf * | pixbuf, |
const std::string & | png_file | ||
) |
png_diff_t html2png::pngcmp | ( | const GdkPixbuf * | pixbuf1, |
const GdkPixbuf * | pixbuf2 | ||
) |
png_diff_t html2png::pngcmp | ( | const std::string & | png_file1, |
const std::string & | png_file2 | ||
) |