Pink 0.9

byte2long.c File Reference

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


Detailed Description

converts a "byte" image to a "int32_t" image

Usage: byte2long in [out]

Description:

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

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

Types supported: byte 2d, byte 3d.

Category: convert

Author:
Michel Couprie