mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
- -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)
11 lines
405 B
C
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 **);
|