crayon icon indicating copy to clipboard operation
crayon copied to clipboard

JpegEncoder options

Open blakeohare opened this issue 8 years ago • 0 comments

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()

blakeohare avatar Oct 09 '16 05:10 blakeohare