components_l enum value | Archon::Utilities::Image | |
components_la enum value | Archon::Utilities::Image | |
components_rgb enum value | Archon::Utilities::Image | |
components_rgba enum value | Archon::Utilities::Image | |
ComponentSpecifier enum name | Archon::Utilities::Image | |
getBitsPerComponent() const | Archon::Utilities::Image | [inline] |
getCharsPerPixel() const | Archon::Utilities::Image | [inline] |
getCharsPerRow() const | Archon::Utilities::Image | [inline] |
getComment() const | Archon::Utilities::Image | [inline] |
getComponentSpecifier() const | Archon::Utilities::Image | [inline] |
getHeight() const | Archon::Utilities::Image | [inline] |
getMaxComponentValue() const | Archon::Utilities::Image | [inline] |
getPixel(int x, int y, unsigned &l) const | Archon::Utilities::Image | [inline] |
getPixel(int x, int y, unsigned &l, unsigned &a) const | Archon::Utilities::Image | [inline] |
getPixel(int x, int y, unsigned &r, unsigned &g, unsigned &b) const | Archon::Utilities::Image | [inline] |
getPixel(int x, int y, unsigned &r, unsigned &g, unsigned &b, unsigned &a) const | Archon::Utilities::Image | [inline] |
getPixel(int x, int y, double &l) const | Archon::Utilities::Image | [inline] |
getPixel(int x, int y, double &l, double &a) const | Archon::Utilities::Image | [inline] |
getPixel(int x, int y, double &r, double &g, double &b) const | Archon::Utilities::Image | [inline] |
getPixel(int x, int y, double &r, double &g, double &b, double &a) const | Archon::Utilities::Image | [inline] |
getPixelBuffer() const | Archon::Utilities::Image | [inline] |
getPixelBuffer() | Archon::Utilities::Image | [inline] |
getPixelPtr(int x, int y) const | Archon::Utilities::Image | [inline] |
getPixelPtr(int x, int y) | Archon::Utilities::Image | [inline] |
getWidth() const | Archon::Utilities::Image | [inline] |
GIF | Archon::Utilities::Image | [static] |
Image() | Archon::Utilities::Image | [inline] |
Image(unsigned width, unsigned height, ComponentSpecifier components=components_rgba, unsigned bitsPerComponent=8, string comment="") | Archon::Utilities::Image | |
Image(Ref< Stream::Reader > r, string sourceName, string formatSpecifier="", Logger *l=Logger::get(), const Context *c=0) | Archon::Utilities::Image | [inline] |
Image(string filePath, string formatSpecifier="", Logger *l=Logger::get(), const Context *c=0) | Archon::Utilities::Image | [inline, explicit] |
JPEG | Archon::Utilities::Image | [static] |
load(Ref< Stream::Reader > r, string sourceName, string formatSpecifier="", ProgressTracker *t=0, Logger *l=Logger::get(), const Context *c=0) | Archon::Utilities::Image | [inline] |
load(string filePath, string formatSpecifier="", ProgressTracker *t=0, Logger *l=Logger::get(), const Context *c=0) | Archon::Utilities::Image | [inline] |
operator bool() const | Archon::Utilities::Image | [inline] |
PNG | Archon::Utilities::Image | [static] |
PNM | Archon::Utilities::Image | [static] |
save(Ref< Stream::Writer > w, string targetName, string formatSpecifier="", ProgressTracker *t=0, Logger *l=Logger::get(), const Context *c=0) const | Archon::Utilities::Image | [inline] |
save(string filePath, string formatSpecifier="", ProgressTracker *t=0, Logger *l=Logger::get(), const Context *c=0) const | Archon::Utilities::Image | [inline] |
setComment(string c) | Archon::Utilities::Image | [inline] |
setPixel(int x, int y, unsigned l) | Archon::Utilities::Image | [inline] |
setPixel(int x, int y, unsigned l, unsigned a) | Archon::Utilities::Image | [inline] |
setPixel(int x, int y, unsigned r, unsigned g, unsigned b) | Archon::Utilities::Image | [inline] |
setPixel(int x, int y, unsigned r, unsigned g, unsigned b, unsigned a) | Archon::Utilities::Image | [inline] |
setPixel(int x, int y, double l) | Archon::Utilities::Image | [inline] |
setPixel(int x, int y, double l, double a) | Archon::Utilities::Image | [inline] |
setPixel(int x, int y, double r, double g, double b) | Archon::Utilities::Image | [inline] |
setPixel(int x, int y, double r, double g, double b, double a) | Archon::Utilities::Image | [inline] |
swap(Image &i) | Archon::Utilities::Image | [inline] |
TIFF | Archon::Utilities::Image | [static] |