Viskores  1.0
Namespaces | Functions
EncodePNG.h File Reference
#include <viskores/Types.h>
#include <viskores/io/viskores_io_export.h>
#include <vector>

Go to the source code of this file.

Namespaces

 viskores
 Groups connected points that have the same field value.
 
 viskores::io
 Viskores File input and output classes.
 

Functions

viskores::UInt32 viskores::io::EncodePNG (std::vector< unsigned char > const &image, unsigned long width, unsigned long height, unsigned char *out_png, std::size_t out_size)
 
viskores::UInt32 viskores::io::SavePNG (std::string const &filename, std::vector< unsigned char > const &image, unsigned long width, unsigned long height)