diff --git a/src/modules/Image/Makefile.in b/src/modules/Image/Makefile.in index 4b6060645eeb0d9b0fa6b259a660e95e7d0f8e2d..fdd8a99c410721c87d342ac34f7be7e33a9ea364 100644 --- a/src/modules/Image/Makefile.in +++ b/src/modules/Image/Makefile.in @@ -1,7 +1,7 @@ SRCDIR=@srcdir@ VPATH=@srcdir@:@srcdir@/../..:../.. OBJS = image.o font.o quant.o lzw.o togif.o matrix.o pnm.o blit.o \ - pattern.o dct.o operator.o x.o + pattern.o dct.o operator.o x.o colortable.o polyfill.o MODNAME=image @SET_MAKE@ diff --git a/src/modules/Image/dct.c b/src/modules/Image/dct.c index 942988ed9a99f3f1ac995c8753e472fd56857bb1..a7bab6da10d265f2568328deab114b1c5e14e2ed 100644 --- a/src/modules/Image/dct.c +++ b/src/modules/Image/dct.c @@ -1,4 +1,4 @@ -/* $Id: dct.c,v 1.5 1997/04/03 07:00:13 mirar Exp $ */ +/* $Id: dct.c,v 1.6 1997/04/30 01:45:57 mirar Exp $ */ /* **! module Image @@ -51,6 +51,10 @@ static const double pi=3.14159265358979323846; **! **! This functionality is actually added as an **! true experiment, but works... +**! +**! note +**! Do NOT use this function if you don't know what +**! you're dealing with! Read some signal theory first... **! returns the new image object **! arg int newx **! arg int newy