1 CHANGELOG for CADS/UVS fits2jpeg software
2 (http://cads.iiap.res.in/software)
3 ------------------------------------------------------------------------
5 NOTE: This file records the changes made after the release of the stable
6 version fits2jpeg-1.0
7 ------------------------------------------------------------------------
9 2.1 Release
10 -----------
12   1. Fixed a segfault on blank/zero images
15 2.0 Release
16 -----------
18   1. Merged scale & operations to single flag
19      v1.0 had normalize/equalize handled by "-e" flag and rest of
20      image operations by "-s" flag. Both are merged into "-s" in
21      this release.
23   2. New option to clip image min/max
24      You can limit the pixel-values in output image using the flag
25      "-r". For eg: -r 10:300 to generate jpegs with pixel values in
26      the range 10 to 300.
28   3. New option to negate image option
29      A negative image can be generated using "-n" flag.
31   4. New option to resize image
32      zoom or shrink output image by "-z <zoomfact>".
34   5. New option to choose jpeg quality factor
35      You can choose the jpeg quality factor by "-q <quality>"
36      Quality factor was fixed at 100 in previous release.
38   6. New option to specify output directory for saving jpeg images
39      Output location can be specified by "-d </path/to/folder>"
40      If the target directory does not exist, the whole tree will be
41      created.