{
  "channels": [
    "https://repo.anaconda.com/pkgs/main"
  ],
  "conda_build_version": "3.23.3",
  "conda_version": "23.1.0",
  "description": "The imagecodecs package provides various block-oriented, in-memory buffer\ntransformation, compression, and decompression functions for use in the\ntifffile, czifile, and other Python imaging modules.\n\nDecode and/or encode functions are currently implemented for Zlib DEFLATE,\nZStandard, Blosc, LZMA, BZ2, LZ4, LZW, LZF, PNG, WebP, JPEG 8-bit,\nJPEG 12-bit, JPEG SOF=0xC3, JPEG 2000, JPEG XR, PackBits, Packed Integers,\nDelta, XOR Delta, Floating Point Predictor, and Bitorder reversal.\n",
  "dev_url": "https://github.com/cgohlke/imagecodecs",
  "doc_url": "https://www.lfd.uci.edu/~gohlke/",
  "env_vars": {
    "CIO_TEST": "<not set>"
  },
  "extra": {
    "copy_test_source_files": true,
    "final": true,
    "recipe-maintainers": [
      "csachs",
      "hmaarrfk",
      "sdvillal"
    ]
  },
  "home": "https://www.lfd.uci.edu/~gohlke/",
  "identifiers": [],
  "keywords": [],
  "license": "BSD-3-Clause",
  "license_family": "BSD",
  "license_file": [
    "LICENSE",
    "3rdparty/liblzf/LICENSE",
    "3rdparty/bitshuffle/LICENSE",
    "3rdparty/openjpeg/LICENSE"
  ],
  "root_pkgs": [
    "_libgcc_mutex 0.1 main",
    "brotlipy 0.7.0 py39h27cfd23_1003",
    "charset-normalizer 2.0.4 pyhd3eb1b0_0",
    "pycparser 2.21 pyhd3eb1b0_0",
    "pysocks 1.7.1 py39h06a4308_0",
    "six 1.16.0 pyhd3eb1b0_1",
    "yaml 0.2.5 h7b6447c_0",
    "_openmp_mutex 5.1 1_gnu",
    "beautifulsoup4 4.11.1 py39h06a4308_0",
    "bzip2 1.0.8 h7b6447c_0",
    "ca-certificates 2023.01.10 h06a4308_0",
    "certifi 2022.12.7 py39h06a4308_0",
    "cffi 1.15.1 py39h5eee18b_3",
    "chardet 4.0.0 py39h06a4308_1003",
    "conda 23.1.0 py39h06a4308_0",
    "conda-build 3.23.3 py39h06a4308_0",
    "conda-package-handling 2.0.2 py39h06a4308_0",
    "conda-package-streaming 0.7.0 py39h06a4308_0",
    "cryptography 39.0.1 py39h9ce1e76_0",
    "filelock 3.9.0 py39h06a4308_0",
    "glob2 0.7 pyhd3eb1b0_0",
    "icu 58.2 he6710b0_3",
    "idna 3.4 py39h06a4308_0",
    "jinja2 3.1.2 py39h06a4308_0",
    "ld_impl_linux-64 2.38 h1181459_1",
    "libarchive 3.6.2 hab531cd_0",
    "libffi 3.4.2 h6a678d5_6",
    "libgcc-ng 11.2.0 h1234567_1",
    "libgomp 11.2.0 h1234567_1",
    "liblief 0.12.3 h6a678d5_0",
    "libstdcxx-ng 11.2.0 h1234567_1",
    "libxml2 2.9.14 h74e7548_0",
    "lz4-c 1.9.4 h6a678d5_0",
    "markupsafe 2.1.1 py39h7f8727e_0",
    "ncurses 6.4 h6a678d5_0",
    "openssl 1.1.1t h7f8727e_0",
    "patch 2.7.6 h7b6447c_1001",
    "patchelf 0.17.2 h6a678d5_0",
    "pip 23.0.1 py39h06a4308_0",
    "pkginfo 1.8.3 py39h06a4308_0",
    "pluggy 1.0.0 py39h06a4308_1",
    "psutil 5.9.0 py39h5eee18b_0",
    "py-lief 0.12.3 py39h6a678d5_0",
    "pycosat 0.6.4 py39h5eee18b_0",
    "pyopenssl 23.0.0 py39h06a4308_0",
    "python 3.9.16 h7a1cb2a_2",
    "python-libarchive-c 2.9 pyhd3eb1b0_1",
    "pytz 2022.7 py39h06a4308_0",
    "pyyaml 6.0 py39h5eee18b_1",
    "readline 8.2 h5eee18b_0",
    "requests 2.28.1 py39h06a4308_0",
    "ripgrep 13.0.0 hbdeaff8_0",
    "ruamel.yaml 0.17.21 py39h5eee18b_0",
    "ruamel.yaml.clib 0.2.6 py39h5eee18b_1",
    "setuptools 65.6.3 py39h06a4308_0",
    "soupsieve 2.3.2.post1 py39h06a4308_0",
    "sqlite 3.40.1 h5082296_0",
    "tk 8.6.12 h1ccaba5_0",
    "toml 0.10.2 pyhd3eb1b0_0",
    "toolz 0.12.0 py39h06a4308_0",
    "tqdm 4.64.1 py39h06a4308_0",
    "tzdata 2022g h04d1e81_0",
    "urllib3 1.26.14 py39h06a4308_0",
    "wheel 0.38.4 py39h06a4308_0",
    "xz 5.2.10 h5eee18b_1",
    "zlib 1.2.13 h5eee18b_0",
    "zstandard 0.19.0 py39h5eee18b_0",
    "zstd 1.5.2 ha4553b6_0"
  ],
  "summary": "Image transformation, compression, and decompression codecs",
  "tags": []
}