crayon
crayon copied to clipboard
JpegEncoder options
The JPEG Encoder still needs a few options implemented
- what color to use as the background when the ImageResource has transparency
- compression quality
new JpegEncoder(img)
.setBackground(255, 255, 255)
.setQuality(JpegEncoderQuality.HIGH)
.encode()