Short Description

Duplicates an image, to avoid altering data.

Versions

  • Version 1 • Released on: 2013-03-11 11:01:38
    Download
    Description:

    initial version

    // get focused image
    img = getImage()
    
    if (img == null) throw "Please open an image first."
    
    // creates the copy
    imgCopy = img.getCopy()
    

Leave a Review