a4de53177a
Rawstudio is an open-source program to read and manipulate RAW images from most digital cameras. Rawstudio will convert your RAW files into JPEG, PNG or TIF images which you can then print or send to friends and clients. It has a graphical user interface, so you can simply open a RAW file and experiment with the controls to see how they effect the image. Rawstudio has a very simple architecture which is optimized for ease of use and therefore should be intuitive to most photographers. The normal workflow would be that you first convert your RAW files and then use an image editing application to further work on your images. Rawstudio itself is a highly specialized application for processing RAW images, not a fully featured image editing application. ok phessler@
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
$OpenBSD: patch-src_md5_c,v 1.1.1.1 2008/07/13 08:41:16 sthen Exp $
|
|
--- src/md5.c.orig Sat Jul 12 13:06:49 2008
|
|
+++ src/md5.c Sat Jul 12 13:07:27 2008
|
|
@@ -85,6 +85,7 @@ void md5_finish(md5_state_t *pms, md5_byte_t digest[16
|
|
#include "md5.h"
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
|
|
#ifdef TEST
|
|
/*
|