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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSIMD-Accelerated Image Encoding

Use of Single Instruction Multiple Data processor instructions to optimize the performance of image compression.

Distinct from SIMD-Accelerated Arithmetic: Candidates focus on bitsets, serialization, or general arithmetic; none target image encoding acceleration specifically.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · SIMD-Accelerated Image Encoding. Refine with filters or upvote what's useful.

Awesome SIMD-Accelerated Image Encoding GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • libjpeg-turbo/libjpeg-turboAvatar von libjpeg-turbo

    libjpeg-turbo/libjpeg-turbo

    4,329Auf GitHub ansehen↗

    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

    Utilizes SIMD processor instructions to accelerate discrete cosine transforms and quantization for faster image processing.

    C
    Auf GitHub ansehen↗4,329
  • beep6581/rawtherapeeAvatar von Beep6581

    Beep6581/RawTherapee

    3,993Auf GitHub ansehen↗

    RawTherapee ist eine professionelle Software zur Verarbeitung von RAW-Fotos und ein Bildentwickler, der darauf ausgelegt ist, RAW-Kameradateien und High-Dynamic-Range-Daten in hochwertige Standard-Bildformate zu konvertieren. Sie fungiert als RAW-Format-Konverter und Bildprozessor und bietet Tools zur Feinabstimmung von Farbe, Belichtung und Details über mehrere Betriebssysteme hinweg. Die Software verwendet ein nicht-destruktives Bearbeitungsmodell, das eine Sequenz umkehrbarer Transformationen auf Fotos anwendet, ohne die ursprünglichen Quelldateien zu verändern. Dieser Ansatz bewahrt die Bildqualität während des gesamten Workflows der digitalen Fotoentwicklung. Die Anwendung verfügt über eine hochperformante Processing-Engine, die Multi-Threading und SIMD-Instruktionen für Pixeloperationen und Rendering nutzt. Ihre Funktionen umfassen hardwareabstraktes Farbmanagement und modulare Bildverarbeitungskerne zur Handhabung von Farbraumkonvertierungen und Bildverbesserungen.

    Accelerates pixel operations using SIMD instructions to improve overall image rendering speed.

    C++
    Auf GitHub ansehen↗3,993
  1. Home
  2. Operating Systems & Systems Programming
  3. SIMD-Accelerated Image Encoding

Unter-Tags erkunden

  • Pixel Operation AcceleratorsSIMD-based implementations specifically for accelerating per-pixel image transformations. **Distinct from SIMD-Accelerated Image Encoding:** Focuses on general pixel manipulation and rendering acceleration rather than just image encoding/compression