encodeImageInPlace method

void encodeImageInPlace()

Implementation

void encodeImageInPlace() {
  if (this._buffer != null) {
    return;
  }

  this._buffer = encodeImage();
}