From f0aceff1966f76fdf32420b9e319eaa5341c364d Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 9 Jan 2006 10:55:41 +0000 Subject: Orange: Further cleanup of EXR saving - F10 scene buttons now has options "half" and "zbuf" for exr saving. Note: when no float buffer is available, it always saves as "half", that's sufficient anyway, since half is 16 bits per channel. - EXR in imbuf now uses compliant ibuf->ftype flags for denoting exr extensions such as 'half' and 'compression'. - Removed ugly blenkernel dependency from exr module --- source/blender/imbuf/intern/openexr/openexr_api.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/imbuf/intern/openexr/openexr_api.h') diff --git a/source/blender/imbuf/intern/openexr/openexr_api.h b/source/blender/imbuf/intern/openexr/openexr_api.h index 882b9d98a06..c12eb1f05ae 100644 --- a/source/blender/imbuf/intern/openexr/openexr_api.h +++ b/source/blender/imbuf/intern/openexr/openexr_api.h @@ -49,8 +49,7 @@ extern "C" { int imb_is_a_openexr(unsigned char *mem); -short imb_save_openexr_half(struct ImBuf *ibuf, char *name, int flags); -short imb_save_openexr_float(struct ImBuf *ibuf, char *name, int flags); +short imb_save_openexr(struct ImBuf *ibuf, char *name, int flags); struct ImBuf *imb_load_openexr(unsigned char *mem, int size, int flags); -- cgit v1.2.3