Opened 17 years ago

Closed 14 years ago

#2326 closed defect (fixed)

php mapscript should use generic msSaveImageXXX calls

Reported by: tbonfort Owned by: dmorissette
Priority: normal Milestone: 6.0 release
Component: MapScript-PHP Version: unspecified
Severity: normal Keywords:
Cc: tamas

Description

currently there might still be calls to msSaveImageBufferAGG , msSaveImageBufferGD, etc... in php mapscript

a quick and dirty fix due to header changes in agg has been committed with http://trac.osgeo.org/mapserver/changeset/6900#file6

Attachments (1)

ticket2326.patch (1.9 KB ) - added by dmorissette 16 years ago.
Here is a patch that cleans up the saveImage() function a bit and removes the last msSaveImageBufferGD() call. Too late to include this in 5.2, but we should apply this early in 5.4

Download all attachments as: .zip

Change History (4)

by dmorissette, 16 years ago

Attachment: ticket2326.patch added

Here is a patch that cleans up the saveImage() function a bit and removes the last msSaveImageBufferGD() call. Too late to include this in 5.2, but we should apply this early in 5.4

comment:1 by dmorissette, 16 years ago

Milestone: 5.2 release5.4 release
Owner: changed from mapserverbugs to dmorissette
Status: newassigned

comment:2 by dmorissette, 15 years ago

Milestone: 5.4 release6.0 release

Fixed in SVN trunk r8848 (future 6.0)

comment:3 by dmorissette, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.