X-Git-Url: https://cads.iiap.res.in/gitview/?p=fits2jpeg.git;a=blobdiff_plain;f=ChangeLog.txt;h=353882a7f88329de1e5fc9ac6bf4b37262476715;hp=407613517be829e1925a18df5e58f309473b7937;hb=HEAD;hpb=c217f20a424f31d11946263980a8f14ca7a79a0e diff --git a/ChangeLog.txt b/ChangeLog.txt index 4076135..353882a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -6,10 +6,14 @@ NOTE: This file records the changes made after the release of the stable version fits2jpeg-1.0 ------------------------------------------------------------------------ +2.1 Release +----------- + 1. Fixed a segfault on blank/zero images -Updates in 2.0 Release ----------------------- + +2.0 Release +----------- 1. Merged scale & operations to single flag v1.0 had normalize/equalize handled by "-e" flag and rest of @@ -25,9 +29,13 @@ Updates in 2.0 Release A negative image can be generated using "-n" flag. 4. New option to resize image - zoom or shrink output image using "-z ". + zoom or shrink output image by "-z ". 5. New option to choose jpeg quality factor - You can choose the jpeg quality factor using "-q " + You can choose the jpeg quality factor by "-q " Quality factor was fixed at 100 in previous release. + 6. New option to specify output directory for saving jpeg images + Output location can be specified by "-d " + If the target directory does not exist, the whole tree will be + created.