awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dropbox avatar

dropbox/leptonArchived

0
View on GitHub↗
4,997 stars·347 forks·C++·Apache-2.0·18 viewsblogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs↗

Lepton

Lepton is a specialized tool and file format designed for the lossless compression and efficient storage of JPEG image data. It functions as a lossless compressor and storage optimizer that reduces file sizes without altering original pixel data, ensuring bit-perfect reconstruction of the images.

The project focuses on reducing disk space and network bandwidth requirements for digital image archives. It provides capabilities for both the compression and decompression of JPEG files to maintain high-quality image storage while minimizing the overall data footprint.

The implementation utilizes a variety of entropy encoding and data processing techniques, including arithmetic and Huffman coding, predictive modeling, and stream-based processing. It also integrates optimized array operations for the processing of large image data blocks.

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.

Star history

Star history chart for dropbox/leptonStar history chart for dropbox/lepton

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Lepton

These projects share indexed features with Lepton. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mozilla/mozjpegmozilla avatar

    mozilla/mozjpeg

    5,685View on 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
    View on GitHub↗5,685
  • flif-hub/flifFLIF-hub avatar

    FLIF-hub/FLIF

    3,746View on 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
    View on GitHub↗3,746
  • libjpeg-turbo/libjpeg-turbolibjpeg-turbo avatar

    libjpeg-turbo/libjpeg-turbo

    4,329View on 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
    View on GitHub↗4,329
  • oxipng/oxipngoxipng avatar

    oxipng/oxipng

    4,032View on 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
    View on GitHub↗4,032
Compare all 30 related projects→

Frequently asked questions

What does dropbox/lepton do?

Lepton is a specialized tool and file format designed for the lossless compression and efficient storage of JPEG image data. It functions as a lossless compressor and storage optimizer that reduces file sizes without altering original pixel data, ensuring bit-perfect reconstruction of the images.

What are the main features of dropbox/lepton?

The main features of dropbox/lepton are: JPEG Lossless Compressors, JPEG Format Decoders, JPEG Image Compression, Storage Optimizers, Lossless Compression, Lossless Image Formats, Digital Archives, Arithmetic Coding.

Which projects share features with dropbox/lepton?

Projects with overlapping indexed features include: 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…