FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
SaveAsPNG.hpp
1#ifndef Fiber_PNGSaver_hpp
2#define Fiber_PNGSaver_hpp
3
4#include <memcore/Loader.hpp>
5#include <ocean/shrimp/ColorTypes.hpp>
6#include <fiber/field/Field.hpp>
7
8#include "FiberIOImageSequenceDllApi.h"
9
10namespace Fiber
11{
12
13extern FiberIOImageSequence_API
14std::string SaveAsPNG(FILE*fp, const std::string&DestinationFile, const RefPtr<MemBase>&Image,
17
18extern FiberIOImageSequence_API
19std::string SaveAsPNG(FILE*fp, const std::string&OutfileName, const MultiArray<2, Eagle::rgba16_t>&ImageData,
22
23
24} // namespace Fiber
25
26#endif // Fiber_PNGSaver_hpp
basic_string< char > string
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2