CREATE_PNG

Create a PNG from the current Frame object

Description:

This recipe creates a 256x256 pixel PNG file for each file in the current Frame object. It will only work properly on 1-D or 2-D images, throwing a warning if the input file is neither 1-D nor 2-D.

Notes: