Can write a CImg image to a file.
See Files IO in CImg for supported formats.
input slots | |
InputSlot< unsigned int > | frameNumber |
optional frame number to append to the filename | |
InputSlot< CImgList< T > > | in |
image data as input slot | |
InputSlot< std::vector< std::string > > | names |
list of optional names | |
output slots | |
parameters | |
Parameter< bool > | exitOnError |
should the plugin continue or throw an exception when an error occurs | |
Parameter< std::string > | filename |
filename to write image to |
This Module subclasses TemplatedParameteredObject< T >.
For documentation of parameters and slots inherited by this base class,
please have a look at the corresponding Module reference.
This module is templated. There are instances with T=int,float,double.
An additional parameter called templatetype
may be used to select which instantiation you want.
The detailed doxygen documentation beyond the parameters/slots may be found here.