jpeg2
From R.utils v1.4.2
by Henrik Bengtsson
A JPEG device for Bitmap Files via GhostScript
A JPEG device for Bitmap Files via GhostScript.
- Keywords
- device
Usage
## S3 method for class 'default':
jpeg2(filename, width=480, height=480, res=144, type="jpeg", ...)
Arguments
- filename
- The name of the file to be produced.
- width, height
- The width and height (in pixels) of the result image.
- res
- The resolution of the image.
- type
- The output type. See
dev2bitmap
for details. - ...
- Additional arguments passed to
bitmap()
.
Value
- Returns nothing.
Community examples
Looks like there are no examples yet.