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

packager.windows.ImageResizer.scala Maven / Gradle / Ivy

The newest version!
package packager.windows

trait ImageResizer {
  def generateIcon(logoPath: os.Path, workDirPath: os.Path): os.Path
  def generateBanner(logoPath: os.Path, workDirPath: os.Path): os.Path
  def generateDialog(logoPath: os.Path, workDirPath: os.Path): os.Path
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy