File: ChangeLog

package info (click to toggle)
igal 1.4-12
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 188 kB
  • ctags: 13
  • sloc: perl: 557; makefile: 45
file content (97 lines) | stat: -rw-r--r-- 4,521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Mon, Feb 3, 2003:
	* igal 1.4 released
Sun, Feb 2, 2003:
	* write useful navigation info (e.g next/prev image name, captions)
	  inside TITLE tags which will show as pop-up info on most browsers
	* the small tile graphic is now tile.png (was tile.gif)
	* enable PNG support in igal!  (if ImageMagick is installed)
	* eliminate -e option
	* updated man page
Tue, Jan 14, 2003:
	* igal 1.4 released on the website only, for beta testing
	* thanks for beta testing:  Ken ???
Mon, Jan 13, 2003:
	* HUGE speed improvement with ImageMagick (almost 3x faster):
	  convert now internally uses -scale (not -geometry) to resize
	  thumbs and medium-size slides (when --bigy is used).  Output
	  quality of scaled-down images is about the same, but igal runs
	  *much* faster.  As a consequence, igal now uses ImageMagick
	  tools first if available, else it falls back onto cjpeg/djpeg
	* igal now writes out the command line options with which it was
	  invoked inside a META tag at the top of the index.html file
Tue, Jan 07, 2003:
	* when --bigy is given don't re-generate the medium-size slides
	  if they already exist, unless the -f switch is given
	* updated man page
Mon, Jan 06, 2003:
	* make use of convert instead of mogrify to rescale images
	* new option --con to pass command line options to convert or cjpeg
	  (for controlling thumbnail quality, adding noise, etc.)
	* downscaled tile.gif image from 20x28 to 15x21 (extensive research
	  and comparisons with 35mm film has shown that this makes it more
	  true to scale next to thumbnails of default height 75)
	* option -t now can adjust (mogrify) the tile.gif size on the fly
	* eliminated option -b since thumbnail background is now set w/CSS
Sun, Jan 05, 2003:
	* constrict output of identify by forcing -format switch, this should
	  help igal deal w/future changes in ImageMagick's command identify
	* divide by 1024, not 1000 to get image sizes from bytes to kilobytes
	* obscure bug fixed:  when -c and -y were used together sometimes igal
	  would incorrectly think it had havelj = 0 (thanks Per Starback)
	* introduced CSS!  style settings are in the igal.css template
	* index AND slide template are HTML 4.01 compliant (validator.w3.org)

Mon, Nov 19, 2001:
	* version 1.3 released
Sun, Nov 18, 2001:
	* fixed error with newer ImageMagick packages (5.3.x)
	* fixed pre-loading of unscaled image when --bigy is used
	* fixed case-sensitive distinction between -c and -C
	* added option -u to put image captions (or names) under
	  thumbnails on main index page
	* re-ordered options list alphabetically when igal -h is called
	* acknowledge option -r and don't look to find .tile.gif
	* noted URI spec page moved to http://www.ietf.org/rfc/rfc2396.txt
	* updated man page
	
Wed, Aug 23, 2000:
	* version 1.2 released
Tue, Aug 22, 2000:
	* updated man page
	* made --www into a post-processing option, e.g it's run at the end.
Mon, Aug 21, 2000:
	* added option -C to preserve file names as captions in .captions file
	* added ability to mix JPG and GIF files in the same slide show.
	* sort the mixed JPG and GIF files alphabetically
	* improved user warnings.
Wed, Aug 16, 2000:
	* added support for a $HOME/.igal directory with user templates
	* added ability to shrink huge slides on the fly (option --bigy)
Mon, Aug 14, 2000:
	* added ability to include image size information on the main index
	  page, underneath the thumbnails (options -a, --ad and --as)
	* switched to support GIF images only if ImageMagick is installed
	* fixed bug in regexp when reading the image size info from identify
	
Wed, Aug 09, 2000:
	* version 1.1 released
Tue, Aug 08, 2000:
	* added checks to make sure file names conform to the URI specs from
	  http://info.internet.isi.edu/in-notes/rfc/files/rfc2396.txt
	  before they are included in the HTML slides or index.  According to
	  section 2.4.3 of that document, URIs may not contain delimiters such
	  as <, >, #, %, " or white space.
	* added three ways of dealing with these malformed file names.
	  (suppress symbols/replace spaces with underscores, replace all with
	  underscores or just suppress all).
	* added version number in --help output.
Sun, Aug 06, 2000:
	* bugfix:  enabled -i option
	* added double quotes around all internal references to file names
	  being used in system calls (to handle file names with symbols)
	* bugfix:  fixed small bug with -k and -n options
Sat, Aug 05, 2000:
	* added code to convert spaces to underscores in image file names

Fri, Aug 04, 2000:
	* version 1.0 released