ImageFile

class Object
trait Matchable
class Any

Type members

Classlikes

Companion:
class
sealed trait SampleFormat extends Product
Companion:
object
final case class Spec(fileType: Type, sampleFormat: SampleFormat, width: Int, height: Int, numChannels: Int, quality: Int)
Value parameters:
quality

only used for JPEG

Companion:
object
object Spec extends ProductReader[Spec]
Companion:
class
object Type
Companion:
class
sealed trait Type extends Product
Companion:
object

Value members

Inherited methods

def readSpec(uri: URI): Spec

Determines the spec of an image file. A bit of guess work is involved (not tested for float format). JPEG quality is currently not determined.

Determines the spec of an image file. A bit of guess work is involved (not tested for float format). JPEG quality is currently not determined.

Inherited from:
ImageFilePlatform
def readSpec(path: String): Spec
Inherited from:
ImageFilePlatform