[go: up one dir, main page]

File: changes

package info (click to toggle)
sfftobmp 3.1.3-6
  • links: PTS
  • area: main
  • in suites: buster
  • size: 23,444 kB
  • sloc: cpp: 148,005; ansic: 85,028; sh: 14,606; makefile: 587; asm: 284
file content (64 lines) | stat: -rw-r--r-- 3,021 bytes parent folder | download | duplicates (6)
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
CHANGES
-------

V0.1 : crude start
V0.2 : code cleanup, added support for multiple pages, robust
       file handling.
V0.3 : added support for PBM output.
V1.0 : finally fixed mirroring bug (after recognizing that as
       a bug). Page orientation should be correct now.
V1.1 : changed license to BSD-style with advertising clause removed.
V1.2 : added -bmpx and -pbmx switches to add file extensions,
       changed mode of output file to binary (caused problems
       with MS Windows), fixed bug with bmp output (wrote one
       additional line).
V2.0 : added jpeg and tiff output, sfftobmp now honours the vertical
       resolution (lpi) field in the sff header and doubles
       the scanlines accordingly.
V2.1 : added single-page tiff output on request (sic!),
       added adjustable jpeg quality,
       omitted exception in the no-black-after-white-code case -
       this seems to be a common error therefore continuing decoding
       here seems reasonable. There maybe also an error in the code
       table but omitting the exception fixed the problem faster ;),
       changed the wording of the license for clarity.
V2.2 : contributions by Ulf Zibis (thanks a lot!):
       restructured and cleaned up code, preserve resolution information
       in output files (JPG/BMP and TIFF), made line-doubling optional,
       handle 300 and 400 dpi information (for SFF files created by
       RVS COM)
       *
       contribution by Gernot Hillier (thanks a lot, too!):
       output on stdout possible for multipage TIFF output
       *
       me:
       changed the wording of the license to include contributors
       created CREDITS file
       restructured the code even more
       added new commandline option parser my_getopt ((C) by Benjamin Sittler)
       adapted stdout patch for Windows
       tuned decoder to handle extended codes and EOLs
V3.0 : me:
       shuffled the code quite a bit
       changed commandline options, now includes multi-file processing
       made keeping the date possible for linux, too
       fixed decoder bug which did not decode a full line (Kudos to Eckhard Rueggeberg)
       fixed extended MH codes (wrong bitorder; silly me)
V3.1 : me:
       changed message output from stderr to stdout except errors (duh!)
       added -quiet switch
       some fixes from debian package
       some big endian fixes
       allowed up to 2048 bytes "fuzz" at the beginning of the file
V3.1.1 me:
       set the "DateTime" field within TIFF files with the UTC value of the 
       input file's mtime (suggestion by asterisk@puzzled.xs4all.nl).
V3.1.2 me:
       treat files with empty pages correctly (thanks to dirk.fellenberg@interdata.de).
V3.1.3 me:
       corrected path handling under Windows, no features added or changed.
       Sfftobmp -v now also prints the library versions involved.
       The source tree now also contains makefile and 3rd-party libs for
       compilation with Microsoft Visual C.
--
$Id: changes,v 1.6 2009/08/23 13:21:34 pschaefer Exp $