>  Docs Center  >  Libraries  >  JBIU  >  PNGINTERP
Libraries

PNGINTERP

PNGINTERP

Name


    PNGINTERP

Purpose


    Interpolates between two grayscale .PNG images.

Category


    Misc

Calling Sequence


    PNGINTERP, Png1, Png2, Times, Outnames

Inputs


    Png1: String containing the name of the first (t=0) image.
    Png2: String containing the name of the second (t=1) image.
    Times: One or more times at which to write interpolated images.
              These may outside the range 0 to 1 as long as this does
              not cause a byte overflow.
    Outnames: An array of file names to write the output images to.
              Must be the same length as Times.

Example


    PNGINTERP, 'file0.png', 'file1.png', [0.25,0.5,0.75],
      ['file025.png', 'file05.png', 'file075.png']

Modification History


    Written by: Jeremy Bailin
    12 June 2008 Public release in JBIU



© 2024 NV5 Geospatial Solutions, Inc. |  Legal
   Contact Us