Short Description

Generate an image with specified width,height, number of channels and type.

Versions

  • Version 1 • Released on: 2013-03-11 11:02:47
    Download
    Description:

    initial version

    importClass(Packages.icy.image.IcyBufferedImage)
    importClass(Packages.icy.type.DataType)
    
    // add an empty image to the sequence
    w = 512
    h = 512
    c = 1
    type = DataType.BYTE
    
    // create the images
    imgCreated = new IcyBufferedImage(w, h, c, type)
    

Leave a Review