Socket
Book a DemoInstallSign in
Socket

jxlpy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jxlpy

JPEG XL integration in Python

0.9.5
pipPyPI
Maintainers
1

JXLPy

This module introduces reading and writing support for JPEG XL directly from Python 3.

JXLPy is based on JPEG XL implementation in imagecodecs but doesn't it require Numpy and any external dependencies besides Cython and libjxl.

It also provides support for Pillow via plugin.

This project is still in alpha stages and needs testing. It may contain bugs!

Install via PIP

$ pip install jxlpy

Build it yourself

  • Make sure you are using Python 3.x and pip for that version

  • Build and install libjxl according to instructions here

  • Install patchelf and auditwheel

    $ sudo apt-get install patchelf
    $ pip install auditwheel
    
  • For Pillow plugin, make sure that Pillow is installed (optional)

    $ pip install ---upgrade pillow
    
  • Clone this repository

    $ git clone https://github.com/olokelo/jxlpy
    $ cd jxlpy
    
  • Build wheels

    $ pip wheel .
    
  • Use auditwheel to put necessary libraries into your wheel

    $ export LD_LIBRARY_PATH=/usr/local/lib
    $ python -m auditwheel repair --plat linux_x86_64 jxlpy-*.whl
    
  • Install newly created wheel

    $ cd wheelhouse
    $ pip install jxlpy-*.whl
    
  • Now you should be good to go :)

    You can run examples to check if everything works correctly

Installation steps were tested on Ubuntu 20.04

Support status

FeatureStatusImportanceNotes
Reading and writing non-animated 8 bit RGB/RGBA imageDone--
Creating lossless imagesDone--
Reading animationsDone--
Pillow pluginPartialHighAnimation seeking?
Creating animationsFailedMedium-
Reading HDR imagesDoneMedium-
Writing HDR imagesDoneLow-
Reading and writing floating point imagesNot startedLow-
Support EXIF metadataFailedHigh-
Support for other colorspacesNot startedLow-
Support for lossless JPEG recompressionNot startedMedium-
Support for progressive and responsive modeFailedMedium-
Installing on WindowsPartialLow-

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.