Pink 0.9

byte2float.c File Reference

converts a "byte" image to a "float" image More...


Detailed Description

converts a "byte" image to a "float" image

Usage: byte2float in [out]

Description:

For each pixel x, out[x] = (float)in[x]

If the last argument out is omitted, then out = in.

Types supported: byte 2d, byte 3d.

Category: convert

Author:
Michel Couprie