|
Classes |
struct | jpeg_read_support< VIEW > |
| Determines whether the given view type is supported for reading. More...
|
struct | jpeg_write_support< VIEW > |
| Determines whether the given view type is supported for writing. More...
|
Functions |
template<typename IMAGE> |
void | jpeg_read_and_convert_image (const std::string &filename, IMAGE &im) |
template<typename IMAGE> |
void | jpeg_read_and_convert_image (const char *filename, IMAGE &im) |
template<typename VIEW> |
void | jpeg_read_and_convert_view (const std::string &filename, const VIEW &view) |
template<typename VIEW> |
void | jpeg_read_and_convert_view (const char *filename, const VIEW &view) |
point2< int > | jpeg_read_dimensions (const std::string &filename) |
point2< int > | jpeg_read_dimensions (const char *filename) |
template<typename IMAGE> |
void | jpeg_read_image (const std::string &filename, IMAGE &im) |
template<typename IMAGE> |
void | jpeg_read_image (const char *filename, IMAGE &im) |
template<typename VIEW> |
void | jpeg_read_view (const std::string &filename, const VIEW &view) |
template<typename VIEW> |
void | jpeg_read_view (const char *filename, const VIEW &view) |
template<typename VIEW> |
void | jpeg_write_view (const std::string &filename, const VIEW &view, int quality=100) |
template<typename VIEW> |
void | jpeg_write_view (const char *filename, const VIEW &view, int quality=100) |