loadImage

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

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

Meta