I can drag a JPG image onto a map in ArcGIS Pro, and then right-click on it in the Contents pane, and chose Data > Export Raster. This brings up a tool that allows me to export the raster with coloration by selecting the "Use Renderer" and "Force RGB" options.
This works fine, but I would like to be able to access this functionality programmatically from C# or Python. Is there a way to do this? The "Export Raster" tool does not seem to be in the Geoprocessing toolbox.
Thanks.