Adobe Systems, Inc.

jpeg_io.hpp File Reference

Support for reading and writing JPEG files Requires libjpeg. More...

#include <cstdio>
#include <algorithm>
#include <string>
#include <boost/static_assert.hpp>
#include <boost/shared_ptr.hpp>
#include <jpeglib.h>
#include "io_error.hpp"
#include "jpeg_io_private.hpp"

Go to the source code of this file.


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)

Detailed Description

Definition in file jpeg_io.hpp.

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google