Packages

package image

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class GIFSicleArgument(args: List[Any]) extends Product with Serializable
  2. case class GIFSicleTranscoder(input: File, output: File, args: List[GIFSicleArgument] = Nil) extends Product with Serializable
  3. case class ImageInfo(width: Int, height: Int, depth: Int, format: String, imageType: Option[ImageType], colorSpace: Option[String]) extends Size with Product with Serializable
  4. sealed abstract class ImageType extends AnyRef

Value Members

  1. object ImageType
  2. object ImageUtil
  3. object SVGTools

Ungrouped