carol.gimp.org

gimp2

Python:saveable save

python

This just made me laugh.

save as

File   Edit   Search   Preferences


def save_as(image, drawable, location, sname, ext):
    save = sname + ext
    saveable = os.path.join(location, save)
    pdb.gimp_file_save(image, drawable, saveable, save)
    pdb.gimp_image_delete(image)







  

another-gnu-type

Most all of my software is gnu. thanks!

Valid XHTML 1.1!

CC-GNU GPL
This software is licensed under the CC-GNU GPL.