#include "Raster/PlaintextWriter.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Raster/GenericFrame.H"
#include "Util/log.H"
#include <cstdio>
Go to the source code of this file.
Plaintext image-file writer class; resulting files usable with matlab's 'load'
Definition in file PlaintextWriter.C.