#include "Raster/CcodeWriter.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Raster/GenericFrame.H"
#include "Util/log.H"
#include <cctype>
#include <cstdio>
Go to the source code of this file.
Writes images as C-language arrays, suitable for copy+paste back into source code
Definition in file CcodeWriter.C.