geotrellis.operation.render

png

package png

Visibility
  1. Public
  2. All

Type Members

  1. case class WritePNGFile (r: Op[IntRaster], path: Op[String], breaks: Op[Array[(Int, Int)]], noDataColor: Op[Int], transparent: Op[Boolean]) extends Op5[IntRaster, String, Array[(Int, Int)], Int, Boolean, Unit.type] with Product with Serializable

    Write out a PNG graphic file to the file system at the specified path.

  2. case class WritePNGFile2 (r: Op[IntRaster], path: String, noDataColor: Int, transparent: Boolean) extends Op4[IntRaster, String, Int, Boolean, Unit.type] with Product with Serializable