X-Git-Url: https://cads.iiap.res.in/gitview/?p=fits2jpeg.git;a=blobdiff_plain;f=ChangeLog.txt;fp=ChangeLog.txt;h=407613517be829e1925a18df5e58f309473b7937;hp=e5578419ca02c23f89b05ac278e791b3cedf6724;hb=c217f20a424f31d11946263980a8f14ca7a79a0e;hpb=60d065b23a2bdd48da5b8ef3ce591b7b0313c979 diff --git a/ChangeLog.txt b/ChangeLog.txt index e557841..4076135 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,5 +3,31 @@ CHANGELOG for CADS/UVS fits2jpeg software ------------------------------------------------------------------------ NOTE: This file records the changes made after the release of the stable -version fits2jpeg-1.0 +version fits2jpeg-1.0 ------------------------------------------------------------------------ + + + +Updates in 2.0 Release +---------------------- + + 1. Merged scale & operations to single flag + v1.0 had normalize/equalize handled by "-e" flag and rest of + image operations by "-s" flag. Both are merged into "-s" in + this release. + + 2. New option to clip image min/max + You can limit the pixel-values in output image using the flag + "-r". For eg: -r 10:300 to generate jpegs with pixel values in + the range 10 to 300. + + 3. New option to negate image option + A negative image can be generated using "-n" flag. + + 4. New option to resize image + zoom or shrink output image using "-z ". + + 5. New option to choose jpeg quality factor + You can choose the jpeg quality factor using "-q " + Quality factor was fixed at 100 in previous release. +