imagefile bounds v : return the bounds of a bitmap image (JPEG, TIFF etc.)
convert imagefile v : return the array of the gray levels of a bitmap image (JPEG, TIFF etc.)
create grayimagefile v : convert matrix values into 256 levels then save it as a gray bitmap image (PNG, JPEG, TIFF etc.)
create grayimagefile matrix
in file specification : destination file. Its extension specifies the image format
[inverted boolean] : inverse image levels. Default false
[minimum real] : matrix values equal or greater than this value are set to 255. Default: maximum of the matrix values
[maximum real] : matrix values equal or lower than this value are set to 0. Default: minimum of the matrix values
[resolution integer] : image resolution. Default: 72dpi
→ alias
particles v : find particles in an image
particles matrix : the image as a matrix containing the grey levels
threshold real
[data boolean] : get xdata and ydata info in the result record
[minimum real] : minimum area
[maximum real] : maximum area
→ record : info on particles