pkgsrc/graphics/dcraw) to convert a digital camera raw file to ppm, and then loads the image into the GIMP.
12 lines
351 B
Text
12 lines
351 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/10/24 13:18:05 lexort Exp $
|
|
|
|
--- rawphoto.c.orig 2004-10-24 08:44:33.000000000 -0400
|
|
+++ rawphoto.c 2004-10-24 08:44:22.000000000 -0400
|
|
@@ -20,6 +20,7 @@
|
|
gcc -o rawphoto rawphoto.c `gtk-config --cflags --libs` -lgimp -lgimpui
|
|
*/
|
|
|
|
+#include <locale.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|