loadImage

load and decode image from stream to ColorDrawBuf, returns null if loading or decoding is failed

  1. ColorDrawBuf loadImage(string filename)
  2. ColorDrawBuf loadImage(InputStream stream)
    loadImage
    (
    InputStream stream
    )

Meta