package image
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class GIFSicleArgument(args: List[Any]) extends Product with Serializable
- case class GIFSicleTranscoder(input: File, output: File, args: List[GIFSicleArgument] = Nil) extends Product with Serializable
- case class ImageInfo(width: Int, height: Int, depth: Int, format: String, imageType: Option[ImageType], colorSpace: Option[String]) extends Size with Product with Serializable
- sealed abstract class ImageType extends AnyRef