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

com.github.pawelkrol.Afterimage.Format.Config.Offset.scala Maven / Gradle / Ivy

The newest version!
package com.github.pawelkrol.Afterimage
package Format.Config

/** Memory configuration of any file format used to extract image data from file data bytes. */
trait Offset {

  /** Memory offset of the bitmap data bytes. */
  val bitmap: Int
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy