Hi I am using ArcGIS Maps SDK 200.4.0.
I have a requirement to display in-memory bitmaps as rasters on the map.
How can I convert the in-memory bitmap images to raster images so they can be displayed on the map?
I have tried to save the bitmaps as .tif files and then loading them into a raster layer - this did not work.
I have tried to add georeferencing information using GDAL and then loading them into raster layer - this also did not work.
I do not have access to ArcGIS Pro.
I have access to local server - can i use this?
Any help is appreciated.
Thank you.