Skip to main content
Participating Frequently
November 1, 2013
Question

why the jpeg picture quality is aweful which is encoded by Bitmapdata.encode?

  • November 1, 2013
  • 1 reply
  • 687 views

why the jpeg picture quality is aweful which is encoded by  Bitmapdata.encode?

var result:ByteArray=bmd.encode(bmd.rect,new JPEGEncoderOptions(90));

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 1, 2013

increase the quality parameter if you want greater fidelity.

Participating Frequently
November 2, 2013

no matter whatever quality is , the result is worse than which is return by JPEGEncoder.

kglad
Community Expert
Community Expert
November 2, 2013

then don't compress the data.