All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.joaocosta.minart.graphics.image.bmp.Header.scala Maven / Gradle / Ivy

The newest version!
package eu.joaocosta.minart.graphics.image.bmp

private[bmp] final case class Header(
    magic: String,
    size: Int,
    offset: Int,
    width: Int,
    height: Int,
    bitsPerPixel: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy