ThinkGeo.com    |     Documentation    |     Premium Support

Use .bmp in GeoImage object

Hello, I have as associate GeoImage object to an image in .bmp format?
I’ve been researching and there is associating a .ecw image, as we convert the .bmp in .ecw.

Hi Elton, 
  
 1.       Load image(png/bmp/Gif/Jpg/Tiff) 
            GdiPlusRasterLayer gdiPlusRasterLayer = new GdiPlusRasterLayer(@"\PNG\bitmap.bmp", new RectangleShape(-10776876.6105256, 3912354.07403825, -10776796.6105256, 912334.07403825)); 
             gdiPlusRasterLayer.Name = "nativeImage"; 
  
             LayerOverlay layerOverlay = new LayerOverlay(); 
             layerOverlay.Layers.Add(gdiPlusRasterLayer); 
  
 2.       Ecw form is not supported in Android. 
 Here is more information for Android data format guide. 
 wiki.thinkgeo.com/wiki/Map_Suite_Portable_Data_Format_Guide 
  
 Thanks, 


Hi Don 
  
 And with a GeoTiff image, Mapsuite Can read directly the coordinates in the file? 
  
 Thanks, 
 Laurent M

Hi Laurent, 
  
 It looks our Android version support render GeoTiff, but I am not sure whether it support read bounding box from file. 
  
 I think you should want to do a quickly test, you can remove tfw file then see whether your geotiff file can be rendered succeed. 
  
 Regards, 
  
 Don