Ticket #1742 (new enhancement)
[PATCH] Enhancement. Add metadata for PNG, GIF and JPG
| Reported by: | rouault | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | GDAL_Raster | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This patch adds the following features :
- for BMP, PNG, GIF and JPG, read projection ref from a .prj (adds a ReadProjectionRefFromFile? in GDALDataset class)
- for PNG, GIF and JPEG, supports read and write of geo transform, projection ref and datasets metadata in the image file itself (using tEXT for PNG, APPLICATION_EXT_FUNC_CODE extension for GIF89a and a custom marker section for JPG)
(It's a bit intersection on previous patches from mine, #1734 and #1467)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

