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 ------------------------------------------------------------------------
11 Updates in 2.0 Release
12 ----------------------
14   1. Merged scale & operations to single flag
15      v1.0 had normalize/equalize handled by "-e" flag and rest of
16      image operations by "-s" flag. Both are merged into "-s" in
17      this release.
19   2. New option to clip image min/max
20      You can limit the pixel-values in output image using the flag
21      "-r". For eg: -r 10:300 to generate jpegs with pixel values in
22      the range 10 to 300.
24   3. New option to negate image option
25      A negative image can be generated using "-n" flag.
27   4. New option to resize image
28      zoom or shrink output image using "-z <zoomfact>".
30   5. New option to choose jpeg quality factor
31      You can choose the jpeg quality factor using "-q <quality>"
32      Quality factor was fixed at 100 in previous release.