geotrellis.data.png

PNGWriter

object PNGWriter extends

Visibility
  1. Public
  2. All

Value Members

  1. def makeByteArray (bb: ByteBuffer, height: Int, width: Int, bg: Int, transparent: Boolean): Array[Byte]

  2. def makeString (bb: ByteBuffer, height: Int, width: Int, bg: Int, transparent: Boolean): String

  3. def write (file: File, bb: ByteBuffer, height: Int, width: Int, bg: Int, transparent: Boolean): Unit

  4. def write (os: OutputStream, bb: ByteBuffer, width: Int, height: Int, bg: Int, transparent: Boolean): Unit