Re: [mapserver-users] Create imageObject failed in python binding.

2013-08-19 Thread Umberto Nicoletti
Shawn, I have briefly checked the python mapscript sources and I am afraid the you might have hit a bug. Python mapscript has a special, more pythonic imageObj constructor which seems to depend heavily on GD code and that possibily explains the error you are experiencing. Would you mind opening an

[mapserver-users] Create imageObject failed in python binding.

2013-08-17 Thread Shawn Gao
Hi, All, Official document on mapserver site said use following way to create an imageObject instance in python. look at this link new imageObj( int width, int height [, outputFormatObj