DescriptionRemove JPEG encoder SkBitmap API
SkBitmap is being removed from Chrome. There are no longer any callers
of JPEGImageEncoder::encode(SkBitmap,...) so we can remove it and also
the support code it required.
Note: The libjpeg-turbo specialization was the fastest encoder, but it
required premultiplied data (SkBitmap). Thus some performance was lost
when callers were switched over to use the ImageDataBuffer encoder (in
the SkImage-replaces-SkBitmap endeavor).
No change in behavior, no new tests.
BUG=449197
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201367
Patch Set 1 #
Total comments: 1
Patch Set 2 : Patch for landing. #
Messages
Total messages: 18 (4 generated)
|