awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • libjpeg-turbo/libjpeg-turbolibjpeg-turbo का अवतार

    libjpeg-turbo/libjpeg-turbo

    4,329GitHub पर देखें↗

    libjpeg-turbo एक उच्च-प्रदर्शन इमेज कोडेक लाइब्रेरी है जिसका उपयोग JPEG छवियों को एन्कोड और डिकोड करने के लिए किया जाता है। यह कच्चे इमेज डेटा को JPEG प्रारूप में बदलने के लिए एक कम्प्रेशन लाइब्रेरी के रूप में और विभिन्न रंग मॉडल और बफ़र प्रारूपों के बीच पिक्सेल डेटा को बदलने के लिए एक उपयोगिता के रूप में कार्य करती है। लाइब्रेरी एन्कोडिंग और डिकोडिंग प्रक्रिया को गति देने के लिए SIMD निर्देशों का उपयोग करती है। इसमें एक लॉसलेस ट्रांसफॉर्मर शामिल है जो छवि गुणवत्ता को संरक्षित करने के लिए पिक्सेल को फिर से एन्कोड किए बिना JPEG डेटा को क्रॉप और रिसाइज़ करने की अनुमति देता है। इसकी व्यापक क्षमताएं कम्प्रेशन प्रक्रिया के दौरान इमेज स्केलिंग और उच्च-प्रदर्शन रंग स्थान परिवर्तनों को कवर करती हैं। यह विशिष्ट हार्डवेयर आवश्यकताओं से मेल खाने के लिए पिक्सेल ऑर्डर रूपांतरण के लिए टूल प्रदान करती है और RGB और BGR जैसे मॉडल के बीच पिक्सेल डेटा के परिवर्तन को संभालती है।

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

    C
    GitHub पर देखें↗4,329
  • beep6581/rawtherapeeBeep6581 का अवतार

    Beep6581/RawTherapee

    3,993GitHub पर देखें↗

    RawTherapee is a professional raw photo processing software and image developer designed to convert raw camera files and high dynamic range data into high quality standard image formats. It functions as a raw format converter and image processor, providing tools for fine-tuning color, exposure, and detail across multiple operating systems. The software utilizes a non-destructive editing model, applying a sequence of reversible transformations to photos without altering the original source files. This approach preserves image quality throughout the digital photo development workflow. The appl

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

    C++
    GitHub पर देखें↗3,993
  1. Home
  2. Operating Systems & Systems Programming
  3. SIMD-Accelerated Image Encoding

सब-टैग एक्सप्लोर करें

  • 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