com.github.charleslzq.dicom.spring.DicomImageConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dicom-tools Show documentation
Show all versions of dicom-tools Show documentation
some tool to handle dicom file
package com.github.charleslzq.dicom.spring
data class DicomImageConfig(
var format: String = "PNG",
var suffix: String = "png",
var label: String = "default",
var clazz: String? = null,
var compressionType: String? = null,
var quality: Number? = null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy