15 std::string last_error;
21 std::string get_type_name()
const;
25 const char* get_supported_extensions()
const;
27 bool is_format_supported(
const cgv::data::component_format& cf,
const std::vector<cgv::data::component_format>* palette_formats)
const;
29 std::string get_options()
const;
31 const std::string& get_last_error()
const;
33 bool open(
const std::string& file_name);
35 bool write_image(
const cgv::data::const_data_view& dv,
const std::vector<cgv::data::const_data_view>* palettes,
double duration);