#ifndef IMAGE_EXPORTER_H_ #define IMAGE_EXPORTER_H_ #include "options.h" #include "RS_images.h" #include #include int saveToPNG(RS_IMAGE *img, char *tex_name, char *hmt_fileName); #endif