49 const bool guess_path,
50 const bool save_as_render);
70 const bool save_as_render,
81 const char *filepath_basis);
struct ImageSaveOptions ImageSaveOptions
bool BKE_image_save(struct ReportList *reports, struct Main *bmain, struct Image *ima, struct ImageUser *iuser, const struct ImageSaveOptions *opts)
bool BKE_image_render_write(struct ReportList *reports, struct RenderResult *rr, const struct Scene *scene, const bool stamp, const char *filepath_basis)
void BKE_image_save_options_update(struct ImageSaveOptions *opts, const struct Image *ima)
bool BKE_image_save_options_init(ImageSaveOptions *opts, struct Main *bmain, struct Scene *scene, struct Image *ima, struct ImageUser *iuser, const bool guess_path, const bool save_as_render)
bool BKE_image_render_write_exr(struct ReportList *reports, const struct RenderResult *rr, const char *filepath, const struct ImageFormatData *imf, const bool save_as_render, const char *view, int layer)
void BKE_image_save_options_free(struct ImageSaveOptions *opts)
struct ImageFormatData im_format