From 19320c020cb89e45aa9179f5e89a51b8a44a3c16 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 1 May 2003 16:34:14 +0000 Subject: The stuff in release/plugins/include was duplcated in source/blender/blenpluginapi So I removed the stuff in the release dir after merging changes and updated the Makefile. Kent --- source/blender/blenpluginapi/iff.h | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'source') diff --git a/source/blender/blenpluginapi/iff.h b/source/blender/blenpluginapi/iff.h index a9c02c1020c..8e97f2d4b3d 100644 --- a/source/blender/blenpluginapi/iff.h +++ b/source/blender/blenpluginapi/iff.h @@ -169,18 +169,25 @@ extern struct ImBuf *scalefastImBuf(struct ImBuf *, short, short); extern struct ImBuf *scalefieldImBuf(struct ImBuf *, short, short); extern struct ImBuf *scalefastfieldImBuf(struct ImBuf *, short, short); -extern void de_interlace(struct ImBuf *ib); +/* Not sure if needed or not... was in the release version of this header. +I think its old but figured I'd leave it for a bit just incase. +mein@cs.umn.edu +extern void floyd(struct ImBuf *, short, short); +extern void dit3(struct ImBuf *, short, short); +extern void dit4(struct ImBuf *, short, short); +extern void (*ditherfunc)(struct ImBuf *, short, short); +extern long getdither(); +*/ -extern void rectop(struct ImBuf *dbuf, - struct ImBuf *sbuf, - int destx, - int desty, - int srcx, - int srcy, - int width, - int height, - void (*operation)(unsigned int *, unsigned int*, int, int), - int value); +extern void de_interlace(struct ImBuf *ib); +extern void interlace(struct ImBuf *ib); +extern void gamwarp(struct ImBuf *ibuf, double gamma); + +extern void rectop(struct ImBuf *dbuf, struct ImBuf *sbuf, + int destx, int desty, int srcx, + int srcy, int width, int height, + void (*operation)(unsigned int *, unsigned int*, int, int), + int value); #endif /* IFF_H */ -- cgit v1.2.3