rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the following functions: resampling, blur, sharpening, cut, paste, median filter, histogram equalization, and so on. PR: 23889 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
10 lines
182 B
Text
10 lines
182 B
Text
--- convert/rla.c.orig Mon Jul 12 08:36:48 1993
|
|
+++ convert/rla.c Wed Dec 27 18:18:42 2000
|
|
@@ -26,6 +26,7 @@
|
|
*
|
|
*/
|
|
|
|
+#include <stdio.h>
|
|
#include <lug.h>
|
|
#include <lugfnts.h>
|
|
|