Blender  V2.93
Classes | Typedefs | Functions
BKE_image_save.h File Reference
#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 Documentation

◆ ImageSaveOptions

Function Documentation

◆ BKE_image_save()

bool BKE_image_save ( struct ReportList reports,
struct Main bmain,
struct Image ima,
struct ImageUser iuser,
struct ImageSaveOptions opts 
)

◆ BKE_image_save_options_init()

void BKE_image_save_options_init ( struct ImageSaveOptions opts,
struct Main bmain,
struct Scene scene 
)