VideoTools
|
This is the complete list of members for Gr::ImageType, including all inherited members.
channels() const | Gr::ImageType | inline |
dx() const | Gr::ImageType | inline |
dy() const | Gr::ImageType | inline |
ImageType() | Gr::ImageType | |
ImageType(std::istream &) | Gr::ImageType | explicit |
ImageType(const std::vector< char > &) | Gr::ImageType | explicit |
ImageType(const ImageBuffer &) | Gr::ImageType | explicit |
ImageType(const char *p, size_t n) | Gr::ImageType | |
ImageType(const unsigned char *p, size_t n) | Gr::ImageType | |
ImageType(const std::string &) | Gr::ImageType | explicit |
isJpeg() const | Gr::ImageType | |
isPng() const | Gr::ImageType | |
isPnm() const | Gr::ImageType | |
isRaw() const | Gr::ImageType | |
jpeg(int dx, int dy, int channels=3) | Gr::ImageType | static |
jpeg(ImageType, int scale=1, bool monochrome_out=false) | Gr::ImageType | static |
matches(const std::string &str) const | Gr::ImageType | |
operator!=(const ImageType &) const | Gr::ImageType | |
operator<(const ImageType &) const | Gr::ImageType | |
operator==(const ImageType &) const | Gr::ImageType | |
png(int dx, int dy, int channels=3) | Gr::ImageType | static |
png(ImageType, int scale=1, bool monochrome_out=false) | Gr::ImageType | static |
raw(int dx, int dy, int channels) | Gr::ImageType | static |
raw(ImageType, int scale=1, bool monochrome_out=false) | Gr::ImageType | static |
rowsize() const | Gr::ImageType | |
set(String &out) const | Gr::ImageType | |
simple() const | Gr::ImageType | |
size() const | Gr::ImageType | |
str() const | Gr::ImageType | |
streamOut(std::ostream &) const | Gr::ImageType | |
valid() const | Gr::ImageType |