Changeset 161
- Timestamp:
- 02/21/06 20:00:44 (3 years ago)
- Files:
-
- fastphoto/trunk/ChangeLog (modified) (1 diff)
- fastphoto/trunk/Makefile.am (modified) (1 diff)
- fastphoto/trunk/fastphoto.1 (modified) (1 diff)
- fastphoto/trunk/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fastphoto/trunk/ChangeLog
r90 r161 1 2006幎 2æ 21æ¥ ç«ææ¥ 21:21:26 EST Conrad Parker <conrad@metadecks.org> 2 3 * Version 0.9.0 fastphoto/trunk/Makefile.am
r114 r161 2 2 3 3 man_MANS = fastphoto.1 4 5 EXTRA_DIST = fastphoto.1 get_epeg_cvs.sh debian-postinst.sh apache/fastphoto.conf fastphoto/trunk/fastphoto.1
r153 r161 61 61 .SH "SERVER CONFIGURATION" 62 62 fastphoto can be installed as a handler for files of type image/jpeg. 63 The following configuration directives are for Apache httpd.64 63 65 ScriptAlias /fastphoto /usr/bin/fastphoto 66 Action image/jpeg /fastphoto 64 For more information see http://www.kfish.org/software/fastphoto 67 65 68 .SH "CGI PARAMETERS"69 .TP70 \fB\?w\fR, \fB\?width\fR71 \fB\?h\fR, \fB\?height\fR72 \fB\?s\fR, \fB\?scale\fR73 \fB\?q\fR, \fB\?quality\fR74 \fB\?g\fR, \fB\?gray\fR75 76 .SH "EXAMPLES"77 http://www.example.com/photo.jpg?scale=10%78 http://www.example.com/photo.jpg?x=12079 http://www.example.com/photo.jpg?x=120&y=1080 http://www.example.com/photo.jpg?q=2081 http://www.example.com/photo.jpg?x=120&q=2082 http://www.example.com/photo.jpg?gray83 http://www.example.com/photo.jpg?x=120&gray84 66 .SH "SEE ALSO" 85 67 httpd(8), apache(8) 86 .BR 68 87 69 .SH AUTHOR 88 70 Conrad Parker <conrad@metadecks.org>, February 2006 fastphoto/trunk/src/Makefile.am
r156 r161 10 10 TESTS = httpdate_test cgi_test 11 11 12 noinst_HEADERS = alloc_snprintf.h cache.h cgi.h cmd.h header.h httpdate.h memory.h photo.h resize.h12 noinst_HEADERS = fastphoto.h alloc_snprintf.h cache.h cgi.h cmd.h header.h httpdate.h memory.h photo.h resize.h tests.h 13 13 14 14 fastphoto_SOURCES = main.c alloc_snprintf.c cache.c cgi.c cmd.c header.c httpdate.c memory.c photo.c resize.c
