|
Blender
V2.93
|
#include "DNA_scene_types.h"Go to the source code of this file.
Classes | |
| struct | ImageSaveOptions |
Typedefs | |
| typedef struct ImageSaveOptions | ImageSaveOptions |
Functions | |
| void | BKE_image_save_options_init (struct ImageSaveOptions *opts, struct Main *bmain, struct Scene *scene) |
| bool | BKE_image_save (struct ReportList *reports, struct Main *bmain, struct Image *ima, struct ImageUser *iuser, struct ImageSaveOptions *opts) |
| typedef struct ImageSaveOptions ImageSaveOptions |
| bool BKE_image_save | ( | struct ReportList * | reports, |
| struct Main * | bmain, | ||
| struct Image * | ima, | ||
| struct ImageUser * | iuser, | ||
| struct ImageSaveOptions * | opts | ||
| ) |
Definition at line 397 of file image_save.c.
References BKE_image_signal(), BKE_imageuser_default(), BKE_reportf(), BLI_path_sequence_decode(), BLI_path_sequence_encode(), BLI_strncpy(), FILE_MAX, ImageSaveOptions::filepath, IMA_SIGNAL_COLORMANAGE, IMA_SRC_TILED, image_save_single(), LISTBASE_FOREACH, NULL, RPT_ERROR, Image::source, ImageUser::tile, and Image::tiles.
Referenced by ED_image_save_all_modified(), and save_image_op().
| void BKE_image_save_options_init | ( | struct ImageSaveOptions * | opts, |
| struct Main * | bmain, | ||
| struct Scene * | scene | ||
| ) |
Definition at line 46 of file image_save.c.
References BKE_imformat_defaults(), ImageSaveOptions::bmain, ImageSaveOptions::im_format, ImageSaveOptions::scene, and scene.
Referenced by ED_image_save_all_modified(), image_save_as_exec(), image_save_as_invoke(), and image_save_exec().