Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/IMB_imbuf.h
| Show First 20 Lines • Show All 361 Lines • ▼ Show 20 Lines | |||||
| */ | */ | ||||
| struct anim *IMB_open_anim(const char *name, | struct anim *IMB_open_anim(const char *name, | ||||
| int ib_flags, | int ib_flags, | ||||
| int streamindex, | int streamindex, | ||||
| char colorspace[IM_MAX_SPACE]); | char colorspace[IM_MAX_SPACE]); | ||||
| void IMB_suffix_anim(struct anim *anim, const char *suffix); | void IMB_suffix_anim(struct anim *anim, const char *suffix); | ||||
| void IMB_close_anim(struct anim *anim); | void IMB_close_anim(struct anim *anim); | ||||
| void IMB_close_anim_proxies(struct anim *anim); | void IMB_close_anim_proxies(struct anim *anim); | ||||
| bool IMB_anim_can_produce_frames(const struct anim *anim); | |||||
| /** | /** | ||||
| * | * | ||||
| * \attention Defined in anim_movie.c | * \attention Defined in anim_movie.c | ||||
| */ | */ | ||||
| int ismovie(const char *filepath); | int ismovie(const char *filepath); | ||||
| void IMB_anim_set_preseek(struct anim *anim, int preseek); | void IMB_anim_set_preseek(struct anim *anim, int preseek); | ||||
| ▲ Show 20 Lines • Show All 392 Lines • Show Last 20 Lines | |||||