summaryrefslogtreecommitdiffstats
path: root/tools/h4toh5/h4toh5main.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4336] MuQun Yang2001-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | Purpose: 1) fix the implementation of image according to image specfication 2) fix two bugs of SDS implemention. the first one is to handle the unlimited SDS with the first dimensional size set to 0. the second one is to change the way how HDF5 dataset is written. Description: 1) mapping 24-bit image to 3D arrays instead of 2D compound datatype. 2) previously forgot considering unlimited SDS with the size set to 0. 3) H5P_set_buffer seems not working well for a extremely small size. Solution: 1) see above. 2) add a special case to deal with this. 3) don't use H5Pset_buffer. Platforms tested: RedHat Zoot 6.2 (eirene)
* [svn-r3990] MuQun Yang2001-06-111-106/+158
| | | | | | | | | | | | | | | | Purpose: Update h4toh5 converter tool at hdf5 1.4 branch. Solution: see previous check in messags to development branch New features and bug fixes include: 1. SDS dimensional scale various bugs 2. fill value 3. chunking and compression issue 4. HDF4 specified attribute information 5. Vdata-related bugs Platforms tested: eirene(RedHat 6.2)
* [svn-r3502] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2001-02-231-0/+1629