3 مستودعات
Image optimization techniques that remove metadata and optimize encoding without discarding pixel data.
Distinct from Image Optimization Tools: Focuses specifically on the lossless aspect of image optimization, distinct from general web compression
Explore 3 awesome GitHub repositories matching web development · Lossless Optimization. Refine with filters or upvote what's useful.
ImageOptim is a macOS image optimizer and GUI image compressor designed to reduce image file sizes for web and disk storage. It functions as a lossless image optimizer that removes unnecessary metadata and optimizes encoding to reduce file sizes without losing pixel data. The application handles macOS media asset management and web image preparation by shrinking files to improve website loading speeds and reduce storage usage. It provides both lossless and lossy compression options to maintain visual quality while reducing the disk space used by images.
Optimizes image encoding and removes metadata to reduce size without any loss of visual quality.
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.
Recovers exact original color values without approximation or quantization.
Mozjpeg هي مكتبة C عالية الأداء لتشفير وفك تشفير وتحويل صور JPEG. تعمل كبديل متوافق ثنائياً (drop-in replacement) لمكتبات JPEG القياسية، مع الحفاظ على توقيعات الدوال الحالية لتحسين كفاءة الضغط دون الحاجة إلى تغييرات في منطق التطبيق. تعمل المكتبة كمحسن للصور يقلل أحجام الملفات من خلال التشفير التدريجي غير المفقود وتحسين المعاملات. تستخدم التكميم القائم على Trellis والمعالجة المسرعة بـ SIMD لتحسين المقايضة بين الجودة البصرية وحجم الملف. تغطي إمكانياتها الأوسع تشفير وفك تشفير الصور الشامل، وتحويل مساحة اللون، وتقليل أخذ العينات للمكونات. تم تصميم البنية لتكون قابلة لإعادة الدخول وآمنة للخيوط (thread-safe)، مما يسمح بالمعالجة المتزامنة لصور متعددة. كما تتميز بإدارة متخصصة للبيانات الوصفية للتعامل مع ملفات تعريف ألوان ICC الكبيرة عبر تقسيم العلامات.
Optimizes existing JPEG files using progressive encoding and rescan techniques to reduce size without losing image data.