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

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

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

dropbox/leptonArchived

0
View on GitHub↗
4,997 نجوم·347 تفرعات·C++·Apache-2.0·9 مشاهداتblogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs↗

Lepton

Lepton هي أداة متخصصة وتنسيق ملفات مصمم لضغط بيانات صور JPEG دون فقدان الجودة وتخزينها بكفاءة. تعمل الأداة كمحرك ضغط ومحسن تخزين يقلل من أحجام الملفات دون تغيير بيانات البكسل الأصلية، مما يضمن إعادة بناء الصور بدقة متطابقة (bit-perfect).

يركز المشروع على تقليل مساحة القرص ومتطلبات النطاق الترددي للشبكة لأرشيفات الصور الرقمية. ويوفر إمكانيات لضغط وفك ضغط ملفات JPEG للحفاظ على تخزين صور عالي الجودة مع تقليل البصمة الإجمالية للبيانات.

يستخدم التنفيذ مجموعة متنوعة من تقنيات ترميز الإنتروبيا ومعالجة البيانات، بما في ذلك الترميز الحسابي وترميز Huffman، والنمذجة التنبؤية، والمعالجة القائمة على التدفق. كما يدمج عمليات مصفوفة محسنة لمعالجة كتل بيانات الصور الكبيرة.

Features

  • JPEG Lossless Compressors - Functions as a specialized tool for the lossless compression of JPEG images.
  • JPEG Format Decoders - Restores compressed files to their original JPEG format without any data loss.
  • JPEG Image Compression - Provides lossless compression for JPEG files to reduce storage and bandwidth usage.
  • Storage Optimizers - Acts as a storage optimizer to decrease disk space and network bandwidth for image archives.
  • Lossless Compression - Implements image compression that allows for perfect original quality reconstruction.
  • Lossless Image Formats - Introduces a specialized file format for storing JPEG data more efficiently with bit-perfect reconstruction.
  • Digital Archives - Optimizes the storage of large JPEG collections while ensuring bit-perfect recovery.
  • Arithmetic Coding - Implements arithmetic coding to achieve higher compression density for JPEG data.
  • Image Delta Encoding - Utilizes predictive modeling to encode only the differences between predicted and actual symbol values.
  • Network Data Compression - Reduces the amount of data transferred over networks by compressing JPEG images.
  • Huffman Coding Implementations - Uses Huffman coding for frequency-based bit reduction in the image compression process.
  • Arithmetic Coding Implementations - Employs integer-based arithmetic coding to ensure precise, bit-perfect reconstruction across different hardware.

سجل النجوم

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

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Lepton.
  • mozilla/mozjpegالصورة الرمزية لـ mozilla

    mozilla/mozjpeg

    5,685عرض على GitHub↗

    Mozjpeg is a high-performance C library for encoding, decoding, and transcoding JPEG images. It serves as a binary-compatible, drop-in replacement for standard JPEG libraries, maintaining existing function signatures to improve compression efficiency without requiring changes to application logic. The library functions as an image optimizer that reduces file sizes through lossless progressive encoding and coefficient optimization. It utilizes trellis-based quantization and SIMD-accelerated processing to optimize the trade-off between visual quality and file size. Its broader capabilities inc

    C
    عرض على GitHub↗5,685
  • flif-hub/flifالصورة الرمزية لـ FLIF-hub

    FLIF-hub/FLIF

    3,746عرض على GitHub↗

    FLIF is a lossless image format and compression tool designed for high fidelity image archiving. It reduces file sizes by using arithmetic entropy coding to assign shorter bit-sequences to frequent pixel patterns, ensuring zero data loss during the compression and decompression process. The system includes a progressive image decoder that renders low-resolution previews while the full bitstream continues to load. This allows for the display of image approximations before the entire file is downloaded. The toolset covers the full lifecycle of lossless image management, including image compres

    C++decoderencoderflif
    عرض على GitHub↗3,746
  • libjpeg-turbo/libjpeg-turboالصورة الرمزية لـ libjpeg-turbo

    libjpeg-turbo/libjpeg-turbo

    4,329عرض على GitHub↗

    libjpeg-turbo is a high-performance image codec library used for encoding and decoding JPEG images. It serves as a compression library for converting raw image data into JPEG format and as a utility for transforming pixel data between different color models and buffer formats. The library utilizes SIMD instructions to accelerate the encoding and decoding process. It includes a lossless transformer that allows for cropping and resizing of JPEG data without re-encoding pixels to preserve image quality. Its broader capabilities cover image scaling during the compression process and high-perform

    C
    عرض على GitHub↗4,329
  • oxipng/oxipngالصورة الرمزية لـ oxipng

    oxipng/oxipng

    4,032عرض على GitHub↗

    Oxipng is a high-performance command-line utility written in Rust designed for lossless PNG image optimization and data minimization. It functions as a lossless compressor that reduces file sizes without altering visual quality. The tool distinguishes itself through the use of multi-threaded task parallelism to accelerate the processing of large image batches. It employs iterative recompression strategies and symmetric-pass optimization to find the smallest possible file size for each image. The software's capability surface covers the removal of non-essential metadata chunks and the normali

    Rustimage-compressionimage-optimizationpng
    عرض على GitHub↗4,032
عرض جميع البدائل الـ 30 لـ Lepton→

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

ما هي وظيفة dropbox/lepton؟

Lepton هي أداة متخصصة وتنسيق ملفات مصمم لضغط بيانات صور JPEG دون فقدان الجودة وتخزينها بكفاءة. تعمل الأداة كمحرك ضغط ومحسن تخزين يقلل من أحجام الملفات دون تغيير بيانات البكسل الأصلية، مما يضمن إعادة بناء الصور بدقة متطابقة (bit-perfect).

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

الميزات الرئيسية لـ dropbox/lepton هي: JPEG Lossless Compressors, JPEG Format Decoders, JPEG Image Compression, Storage Optimizers, Lossless Compression, Lossless Image Formats, Digital Archives, Arithmetic Coding.

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

تشمل البدائل مفتوحة المصدر لـ dropbox/lepton: mozilla/mozjpeg — Mozjpeg is a high-performance C library for encoding, decoding, and transcoding JPEG images. It serves as a… flif-hub/flif — FLIF is a lossless image format and compression tool designed for high fidelity image archiving. It reduces file sizes… oxipng/oxipng — Oxipng is a high-performance command-line utility written in Rust designed for lossless PNG image optimization and… phoboslab/qoi — QOI is a lossless image codec and encoding standard designed for high-speed compression and decompression of raw pixel… libjpeg-turbo/libjpeg-turbo — libjpeg-turbo is a high-performance image codec library used for encoding and decoding JPEG images. It serves as a… nailperry-zd/the-economist — This project is a digital magazine archiver and downloader designed to retrieve historical magazine editions from…