Gimpformats Index / Gimpformats / Native Convert
Auto-generated documentation for gimpformats.native_convert module.
Show source in native_convert.py:66
Convert an xcf file given by xcf_path to some flat image (such
as a jpg, png etc) given by output_path.
xcf_pathstr - path to a source xcf fileoutput_pathstr - path to an output file (eg a png)run_anywaybool - force running this, unsafe!
def convert_xcf_to_flat_image(
xcf_path: str, output_path: str, run_anyway=False
) -> None: ...