Packages

final case class Spec(fileType: Type = Type.PNG, sampleFormat: SampleFormat = SampleFormat.Int8, width: Int, height: Int, numChannels: Int, quality: Int = 80) extends Product with Serializable

quality

only used for JPEG

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Spec
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Spec(fileType: Type = Type.PNG, sampleFormat: SampleFormat = SampleFormat.Int8, width: Int, height: Int, numChannels: Int, quality: Int = 80)

    quality

    only used for JPEG

Value Members

  1. val fileType: Type
  2. val height: Int
  3. val numChannels: Int
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def productPrefix: String
    Definition Classes
    Spec → Product
  6. val quality: Int
  7. val sampleFormat: SampleFormat
  8. val width: Int