Changes between Initial Version and Version 8 of Ticket #2115


Ignore:
Timestamp:
May 26, 2008, 8:28:09 AM (16 years ago)
Author:
warmerdam
Comment:

Steve,

What about changing msSaveImage() to pass the mapObj * down into msSaveImageGD() and msSaveImageGDCtx()? msSaveImageGDAL() already requires the mapObj.

I'm not keen on "back pointers" to the map in objects like the outputFormatObj because they are tricky to keep valid when things are moved around.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2115

    • Property Status newassigned
    • Property Cc yassefa@… zjames warmerdam added
    • Property Component AGGMapServer C Library
    • Property Milestone 5.0 release5.2 release
  • Ticket #2115 – Description

    initial v8  
    11Relative paths to the AGG palette file do not work:
    2 
     2{{{
    33OUTPUTFORMAT
    44    NAME "agg/png24"
     
    1010    FORMATOPTION "PALETTE=palette.txt" 
    1111END
    12 
     12}}}
    1313causes this error:  msImageCreateWithPaletteGD(): Unable to access file. Error opening palette file palette.txt
    1414