query_pnm_data


Description:

public bool query_pnm_data (ByteArray data, out PnmFormat format, out int width, out int height, out int maxval)

Query format, width and height data from a PNM buffer

Parameters:

data

The image data

format

the PnmFormat of the file

width

return pnm width

height

return pnm height

maxval

max color component value

Returns:

true on success, otherwise false


Namespace: Grx
Package: grx-3.0