#include <iostream>#include <list>#include <Magick++.h>#include <map>#include "image_output.h"#include "rgba.h"#include "image_fileoutput.tcc"Include dependency graph for image_fileoutput.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_fileoutput< T > |
| Sink for writing an image to a file. More... | |
| struct | mimas::_format |
Functions | |
| _format | mimas::setformat (const char *name) |
| Stream-manipulator to change the file-format. | |
| std::ostream & | mimas::operator<< (std::ostream &stream, _format format) |
| Change the file-format for the next image. | |
| template<typename T, typename U> | |
| image_fileoutput< T > & | mimas::operator<< (image_fileoutput< T > &output, const const_image_ref< U > &im) |
| Stream-operator for writing image to a stream. | |
| std::ostream & | mimas::operator<< (std::ostream &stream, const const_image_ref< unsigned char > &img) |
| For convencience. | |
| std::ostream & | mimas::operator<< (std::ostream &stream, const const_image_ref< int > &img) |
| For convencience. | |
| std::ostream & | mimas::operator<< (std::ostream &stream, const const_image_ref< double > &img) |
| For convencience. | |
| std::ostream & | mimas::operator<< (std::ostream &stream, const const_image_ref< float > &img) |
| For convencience. | |
| std::ostream & | mimas::operator<< (std::ostream &stream, const const_image_ref< rgba< unsigned char > > &img) |
| For convencience. | |
| std::ostream & | mimas::operator<< (std::ostream &stream, const const_image_ref< rgba< int > > &img) |
| For convencience. | |
| std::ostream & | mimas::operator<< (std::ostream &stream, const const_image_ref< rgba< float > > &img) |
| For convencience. | |
| std::ostream & | mimas::operator<< (std::ostream &stream, const const_image_ref< rgba< double > > &img) |
| For convencience. | |
Variables | |
| const char * | mimas::image_fileoutput_fileType |
| File-format of next image to be written. | |