- file
A connection, or a character string naming the file to print to.
This parameter will be passed to cat. Default is "" (stdout).
- width
integer, width of the output image in pixels. Default is 480.
- height
integer, height of the output image in pixels. Default is 480.
- max.colors
integer, max colors of the palette. The maximum is 256.
This parameter will be passed to sixelEncode. Default is 256.
- iter.max
integer, maximum number of iterations for k-means clustering.
This parameter will be passed to sixelEncode. Default is 10.
- background
character, background color to blend with for pixel with
transparency. Default is "white".
- ...
Additional arguments passed to png().