#include <list>#include <map>#include <Magick++.h>#include "image_input.h"#include "rgba.h"#include "image_fileinput.tcc"Include dependency graph for image_fileinput.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
Classes | |
| class | mimas::image_fileinput< T > |
| Class for reading an image from a stream. More... | |
Functions | |
| template<typename T, typename U> | |
| image_fileinput< T > & | mimas::operator>> (image_fileinput< T > &input, image< U > &im) |
| Stream-operator to read image from stream. | |
| std::istream & | mimas::operator>> (std::istream &stream, image< unsigned char > &im) |
| For convenience. | |
| std::istream & | mimas::operator>> (std::istream &stream, image< int > &im) |
| For convenience. | |
| std::istream & | mimas::operator>> (std::istream &stream, image< float > &im) |
| For convenience. | |
| std::istream & | mimas::operator>> (std::istream &stream, image< double > &im) |
| For convenience. | |
| std::istream & | mimas::operator>> (std::istream &stream, image< rgba< unsigned char > > &im) |
| For convenience. | |
| std::istream & | mimas::operator>> (std::istream &stream, image< rgba< int > > &im) |
| For convenience. | |
| std::istream & | mimas::operator>> (std::istream &stream, image< rgba< double > > &im) |
| For convenience. | |
| std::istream & | mimas::operator>> (std::istream &stream, image< rgba< float > > &im) |
| For convenience. | |