Uses of Class
nom.tam.image.compression.hdu.CompressedImageHDU
Packages that use CompressedImageHDU
-
Uses of CompressedImageHDU in nom.tam.image.compression.hdu
Methods in nom.tam.image.compression.hdu that return CompressedImageHDUModifier and TypeMethodDescriptionCompressedImageHDU.forceNoLoss
(int x, int y, int width, int heigth) Specify an areaWithin the image that will not undergo a lossy compression.static CompressedImageHDU
CompressedImageHDU.fromImageHDU
(ImageHDU imageHDU, int... tileAxis) Prepare a compressed image hdu for the specified image.CompressedImageHDU.preserveNulls
(String compressionAlgorithm) preserve the null values in the image even if the compression algorithm is lossy.CompressedImageHDU.setCompressAlgorithm
(String compressAlgorithm) CompressedImageHDU.setQuantAlgorithm
(String quantAlgorithm) Methods in nom.tam.image.compression.hdu with parameters of type CompressedImageHDUModifier and TypeMethodDescriptionprotected void
CompressedImageData.compress
(CompressedImageHDU hdu)