cgal/CGALimageIO
Laurent Rineau a70137ac2c - Fix _readImage_raw in CGALLImageIO:
- image->vdim was not initialized,
    - use ::_openReadImage/::ImageIO_close instead of fopen/fclose, so that
      internal flags of CGALImageIO are set up.
- Fix a bug in ImageIO_read that was du to an incorrect use of size_t, to
  store an int.
- Add examples/CGALImageIO/convert_raw_to_inr, that permits to convert a
  raw image (data without headers) to an Inrimage (compressed or not).
2008-03-31 09:28:17 +00:00
..
examples/CGALimageIO - Fix _readImage_raw in CGALLImageIO: 2008-03-31 09:28:17 +00:00
include/CGAL Added autolinking 2008-02-08 13:52:47 +00:00
package_info/CGALimageIO The files "changes.txt", "description.txt", "long_description.txt" and "maintainer" 2007-12-02 15:06:42 +00:00
src/CGALimageIO - Fix _readImage_raw in CGALLImageIO: 2008-03-31 09:28:17 +00:00