8552800cb9
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>
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
--- 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>
|
|
|