ports/www/swiggle/files/patch-swiggle.h
Martin Wilke 91c8384bd3 Add two patches to add new features:
- -e suppresses exif information on the page and shows it in HTML comments [1]
- -E suppresses all exif information [1]
- -D displays the filename instead of its size below the image [2]

[1] Doug Barton <dougb@>
[2] Tilman Linneweh <arved@>

PR:		ports/105024
Submitted by:	Lars Engels <lars.engels@0x20.net> (maintainer)
2006-11-01 17:53:24 +00:00

11 lines
405 B
C

--- swiggle.h.orig Sat Oct 23 22:58:37 2004
+++ swiggle.h Wed Nov 1 15:43:27 2006
@@ -72,7 +72,7 @@
};
void create_html(char *, struct imginfo *, int);
-int create_thumbindex(char *, struct imginfo *, int);
+int create_thumbindex(char *, struct imginfo *, int, int);
int resize_bicubic(struct jpeg_decompress_struct *,
struct jpeg_compress_struct *, const unsigned char *, unsigned char **);