query_pnm_file


Description:

public bool query_pnm_file (string filename, out PnmFormat format, out int width, out int height, out int maxval)

Query format, width and height data from a PNM file

Parameters:

filename

Name of pnm file

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