How to Install and Uninstall python311-imagecodecs Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python311-imagecodecs" package

This tutorial shows how to install python311-imagecodecs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-imagecodecs

2. Uninstall "python311-imagecodecs" package

Please follow the guidelines below to uninstall python311-imagecodecs on openSuSE Tumbleweed:

$ sudo zypper remove python311-imagecodecs

3. Information about the python311-imagecodecs package on openSuSE Tumbleweed

Information for package python311-imagecodecs:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-imagecodecs
Version : 2024.1.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.7 MiB
Installed : No
Status : not installed
Source package : python-imagecodecs-2024.1.1-1.2.src
Upstream URL : https://github.com/cgohlke/imagecodecs/
Summary : Image transformation, compression, and decompression codecs
Description :
Imagecodecs is a Python library that provides block-oriented, in-memory buffer
transformation, compression, and decompression functions for use in the
tifffile, czifile, and other scientific imaging modules.
Decode and/or encode functions are implemented for Zlib (DEFLATE), GZIP,
ZStandard (ZSTD), Blosc, Brotli, Snappy, LZMA, BZ2, LZ4, LZ4F, LZ4HC, LZW, LZF,
ZFP, AEC, LERC, NPY, PNG, GIF, TIFF, WebP, JPEG 8-bit, JPEG 12-bit, Lossless
JPEG (LJPEG, SOF3), JPEG 2000, JPEG LS, JPEG XR, JPEG XL, AVIF, PackBits, Packed
Integers, Delta, XOR Delta, Floating Point Predictor, Bitorder reversal,
Bitshuffle, and Float24 (24-bit floating point).