e1a28fcae2
CRW Info is a program to extract exposure information and thumbnails from Canon RAW files. It has been tested so far only with the CRW files from the Canon D60 camera. Owners of other camera models are encouraged to try the program and give feedback to the original authors. From pkgsrc-wip, packaged by kirtai at users.sourceforge.net.
19 lines
1,002 B
Text
19 lines
1,002 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/01/14 16:02:09 jmmv Exp $
|
|
|
|
--- crwinfo.c.orig 2002-07-30 18:17:03.000000000 +0100
|
|
+++ crwinfo.c
|
|
@@ -95,10 +95,10 @@ void print_help(char *progname)
|
|
fprintf( stderr, "-m show misc. information (whitepoint, AF mode etc)\n" );
|
|
fprintf( stderr, "-f show flash information (flash mode etc)\n" );
|
|
fprintf( stderr, "-cf show custom function settings\n" );
|
|
- fprintf( stderr, "-t extract the thumbnail to the optional filename.
|
|
- If no filename for the thumbnail is given, the
|
|
- name of the CRW-file is used with a .jpg
|
|
- extension\n" );
|
|
+ fprintf( stderr, "-t extract the thumbnail to the optional filename.\n"
|
|
+ " If no filename for the thumbnail is given, the\n"
|
|
+ " name of the CRW-file is used with a .jpg\n"
|
|
+ " extension\n" );
|
|
fprintf( stderr, "-x show experimental information (don't rely on it)\n" );
|
|
exit(0);
|
|
}
|