Copy link to clipboard
Copied
why the jpeg picture quality is aweful which is encoded by Bitmapdata.encode?
var result:ByteArray=bmd.encode(bmd.rect,new JPEGEncoderOptions(90));
Copy link to clipboard
Copied
increase the quality parameter if you want greater fidelity.
Copy link to clipboard
Copied
no matter whatever quality is , the result is worse than which is return by JPEGEncoder.
Copy link to clipboard
Copied
then don't compress the data.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now