# # Changes to jslice # 1.1.0 - Fri Oct 20 13:24:22 SAST 2000 worker - Added multiple image format ability by using ImageMagick This adds a lot of file size, but it's useful for trying to handle things like GIF, PNG and JPEG all in one go. Will place this under "developmental release" until more feedback. 1.0.0 -Thu Jul 13 15:32:48 SAST 2000 worker Considered 0.1.3 to be stable enough for our first stable type release 0.1.3 28/06/2000 - fixed up core dumping on last line - fixed up various 1-off line errors - increased maximum link size from 128 -> 1024 bytes - increased maximum jpeg size from 2048 x 2048 -> 4096 x 4096 - increased maxmimum number of slices from 100 -> 1000 - corrected column count algorithm such that it doesn't miscount columns. - Formalised that coordinate specification is precise - added ability to add headers and footers - altered command line parameters for more flexibility - various code cleanups [including more comments] - Added --help option 0.1.2 25/05/2000 - Added bounds checking for input slice file - Added size checking of input JPEG file - Improved URL detection/rejection from slice file 0.1.1 21/05/2000 - Initial public release