I'm writing a script to automatically open a cloud, crop it, run the Rasterize tool and fix it's projection, then I need to export the cloud as a .bmp.
In the GUI this is easily done as: export tab > image > select .bmp extension. However I can't figure out how to do this through command line options. Some assistance would be greatly appreciated!
Side note:
Is there any way to set crop parameters to default? My clouds vary in size and I only want to crop the z-axis; the X and Y axis must remain intact. Right now I'm setting X/Y to -999/999 in hopes that's large enough to contain the cloud on those axis. This works so far but a more robust solution would be great.