summaryrefslogtreecommitdiffstats
path: root/tools/h4toh5/h4toh5pal.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3988] MuQun Yang2001-06-111-1/+6
| | | | | | | | | | | | | | | | | Purpose: new features Description: 1. add an option to convert HDF4 file without HDF4 specified attributes such as HDF4_OBJECT_TYPE, HDF4_REF_NUM etc. it can be done by inputting "h4toh5 -na input.hdf" The default converter will still keep HDF4 specfied attributes. 2. Add compression features (gzip) for image too. Now the compressed HDF4 image can be supported by using HDF5 gzip. Not sure whether tools can read it. Need to be tested. 3. Change SPACEPAD to NULLTERM for HDF4 dimensional name list. We can use variable length HDF5 string to represent these names, however currently H5dump and H5view cannot support variable length HDF5 string. converter will wait for other tools' update. Solution: Platforms tested: eirene(Red Hat 6.2) and arabica(solaris 2.7)
* [svn-r3607] MuQun Yang2001-03-121-1/+1
| | | | | | | | | Purpose: change macro RGB into HDF5_RGB since RGB is defined on windows platforms Description: Solution: Platforms tested: eirene
* [svn-r3488] Purpose:Bill Wendling2001-02-221-0/+202
Code Movement Description: Moved tools code into their own special subdirectories. Platforms tested: Linux, Kelgia