awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
libjxl avatar

libjxl/libjxl

0
View on GitHub↗
3,375 نجوم·335 تفرعات·C++·bsd-3-clause·1 مشاهدة

Libjxl

libjxl is an open-source library for encoding and decoding images in the JPEG XL format. It provides the core codec functionality needed to compress source images into JPEG XL and decompress JPEG XL files back into common raster image representations.

The library supports adjustable quality, distance, and effort settings during encoding, and handles conversion between different color spaces during encode or decode operations. It also enables reading and writing of embedded metadata such as EXIF, XMP, and color profiles.

For performance, libjxl includes benchmarking tools for decode speed and supports distributing compression and decompression work across multiple threads to improve throughput.

Features

  • JPEG XL Codec Libraries - The core JPEG XL codec library providing encoding, decoding, metadata, and color space support.
  • Image Decoding - Provides the core JPEG XL decoding capability to decompress images into usable pixel data.
  • JPEG XL Decoders - Provides the core JPEG XL decoding functionality to decompress images into standard raster formats.
  • JPEG XL Encoders - Provides the core JPEG XL encoding functionality to compress images into the JPEG XL format.
  • Metadata Writing - Supports reading and writing EXIF, XMP, and color profile metadata embedded in JPEG XL images.
  • Color Space Converters - Ships color space conversion between different encodings during JPEG XL encode and decode operations.
  • Parallel Encoding and Decoding - Supports distributing JPEG XL encoding and decoding work across multiple threads for improved throughput.
  • Encoding and Codecs - Reference implementation for the JPEG XL image compression format.
  • Image Processing - Reference implementation for the JPEG XL image format.

سجل النجوم

مخطط تاريخ النجوم لـ libjxl/libjxlمخطط تاريخ النجوم لـ libjxl/libjxl

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة libjxl/libjxl؟

libjxl is an open-source library for encoding and decoding images in the JPEG XL format. It provides the core codec functionality needed to compress source images into JPEG XL and decompress JPEG XL files back into common raster image representations.

ما هي الميزات الرئيسية لـ libjxl/libjxl؟

الميزات الرئيسية لـ libjxl/libjxl هي: JPEG XL Codec Libraries, Image Decoding, JPEG XL Decoders, JPEG XL Encoders, Metadata Writing, Color Space Converters, Parallel Encoding and Decoding, Encoding and Codecs.

ما هي البدائل مفتوحة المصدر لـ libjxl/libjxl؟

تشمل البدائل مفتوحة المصدر لـ libjxl/libjxl: sixlabors/imagesharp — ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying… pinterest/pinremoteimage — PINRemoteImage is an image downloading and caching framework for iOS. It functions as a remote image loader and… phoboslab/qoi — QOI is a lossless image codec and encoding standard designed for high-speed compression and decompression of raw pixel… rs/sdwebimage — SDWebImage is an asynchronous image loading library for iOS that provides a framework for fetching, decoding, and… hybridgroup/gocv — GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and… image-rs/image — This is a Rust image processing library designed for encoding and decoding various image file formats and manipulating…

بدائل مفتوحة المصدر لـ Libjxl

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Libjxl.
  • sixlabors/imagesharpالصورة الرمزية لـ SixLabors

    SixLabors/ImageSharp

    7,954عرض على GitHub↗

    ImageSharp is a .NET image processing library and manipulation framework used for decoding, encoding, and modifying digital images. It functions as a comprehensive toolkit for resizing, cropping, and applying pixel-level filters while managing color profiles and pixel data across various file formats. The project integrates a 2D vector graphics engine and a typography rendering engine to draw geometric shapes, paths, and complex stylized text onto images. It also includes a geometry boolean operation library for calculating intersections, unions, and differences between complex polygons and c

    C#bmpc-sharpdrawing
    عرض على GitHub↗7,954
  • pinterest/pinremoteimageالصورة الرمزية لـ pinterest

    pinterest/PINRemoteImage

    4,028عرض على GitHub↗

    PINRemoteImage is an image downloading and caching framework for iOS. It functions as a remote image loader and multi-threaded manager designed to fetch images from URLs and render them into user interfaces. The project includes specialized decoders for rendering GIF and Animated WebP formats. It also features a progressive JPG renderer that displays scans with blur effects to improve perceived loading speed on slow connections. The library manages concurrent download tasks with request deduplication and utilizes a hybrid memory and disk caching system. It handles high-resolution asset scali

    Objective-C
    عرض على GitHub↗4,028
  • phoboslab/qoiالصورة الرمزية لـ phoboslab

    phoboslab/qoi

    7,492عرض على GitHub↗

    QOI is a lossless image codec and encoding standard designed for high-speed compression and decompression of raw pixel data. It provides a toolkit for translating raw image buffers into a compact format and back into pixel representations without any loss of quality. The implementation focuses on fast image encoding and decoding, enabling the rapid conversion of compressed image data back into raw pixels. It also supports image format conversion to ensure compatibility across different software systems and hardware.

    C
    عرض على GitHub↗7,492
  • rs/sdwebimageالصورة الرمزية لـ rs

    rs/SDWebImage

    25,645عرض على GitHub↗

    SDWebImage is an asynchronous image loading library for iOS that provides a framework for fetching, decoding, and caching images. It consists of a core loading library, a decoding engine, a processing pipeline, and a caching system designed to reduce network traffic and improve load times. The project features a two-tier caching architecture that stores assets in both volatile memory and persistent disk storage. It distinguishes itself through a modular loader pattern and a plugin-based decoding system, which allow for the integration of custom storage engines and the support of non-standard

    Objective-C
    عرض على GitHub↗25,645
عرض جميع البدائل الـ 30 لـ Libjxl→