Hi All,<br><br>I&#39;d like to know if I can take the results of a MapServer Python mapscript &#39;mapImage.getBytes()&#39; operation, and feed it into GDAL as a data source for an in-memory raster?  The MapServer docs state that the results of &#39;getBytes&#39; in Python is a &quot;string of binary data&quot;.  I&#39;m not sure if GDAL can open this sort of object though.<br>
<br>For background purposes, the reason I would like to do this is so that I can try replacing PIL with GDAL in TileCache for the cutting of metatiles.  PIL isn&#39;t properly saving the image formats generated by MapServer, whereas GDAL replicates them perfectly.<br>
<br>Thanks,<br><br>Roger<br>--<br>