Documentation for jbiu/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

misc/

pnginterp.pro


top source pnginterp

Misc

pnginterp, png1, png2, times, outnames

Interpolates between two grayscale .PNG images.

Parameters

png1 in

String containing the name of the first (t=0) image.

png2 in

String containing the name of the second (t=1) image.

times in

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 in

An array of file names to write the output images to. Must be the same length as Times.

Examples

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

Author information

History:

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

File attributes

Modification date: Wed Apr 15 16:08:10 2009
Lines: 47