Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

inflation/jpegxl-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is archived. It has been moved to a subdirectory under jpegxl-rs

jpegxl-sys

jpegxl-sys is a wrapper over libjxl library. Check out the original library here.

Building

If you wish to specify a custom library path, set DEP_JXL_LIB environment variable.

Building libjxl and statically linking can be enabled by using vendored feature. You can provide the source code with all third-party dependencies by DEP_JXL_PATH, or it would fetch the code by git.

Usage

Check out testing units in src/lib.rs for some examples.

Multithread

Because libjxl_threads uses std::thread, if you build and statically link libjxl, you need to link libc++ or libstdc++ standard library as well. Using dynamic library doesn't need this requirement.

If you don't want the dependency, you can disable the threads feature.

About

No description, website, or topics provided.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages