From e62fed936e171b5d5ee71ed7caa23ea730d006ee Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 9 Jan 2006 19:17:37 +0000 Subject: Orange: more exr & imbuf cleanup - Reading exr images now goes OK. I've unified the code for reading 'half' and 'float' (was nicely possible!). And removed useless copying of data around. - Fixed bug in allocating new rects, like for making mipmaps. flag issues. - filter code accidentally incremented wrong pointer (crash on mipmap too) --- source/blender/imbuf/IMB_imbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/imbuf/IMB_imbuf.h') diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h index aa69e680c35..63ffeb02603 100644 --- a/source/blender/imbuf/IMB_imbuf.h +++ b/source/blender/imbuf/IMB_imbuf.h @@ -330,6 +330,7 @@ int imb_get_anim_type(char * name); void IMB_de_interlace(struct ImBuf *ibuf); void IMB_interlace(struct ImBuf *ibuf); void IMB_gamwarp(struct ImBuf *ibuf, double gamma); +void IMB_rect_from_float(struct ImBuf *ibuf); /** * Change the ordering of the colour bytes pointed to by rect from -- cgit v1.2.3