I have an image (bpy.types.Image). I want to "Save a Copy" of the image, ie. save it to a specified file without modifying the image. I want to be able to specify the format to save as (eg. JPEG, PNG).
What's the best way to do this in Python?
I have an image (bpy.types.Image). I want to "Save a Copy" of the image, ie. save it to a specified file without modifying the image. I want to be able to specify the format to save as (eg. JPEG, PNG).
What's the best way to do this in Python?