jpeg-encoder
There are 96 repositories under jpeg-encoder topic.
google/guetzli
Perceptual JPEG encoder
mozilla/mozjpeg
Improved JPEG encoder.
tjko/jpegoptim
jpegoptim - utility to optimize/compress JPEG files
kornelski/jpeg-compressor
Research JPEG encoder
ghallak/jpeg-python
JPEG encoder/decoder written in Python
stbrumme/toojpeg
A JPEG encoder in a single C++ file
daviesgeek/guetzli-gui
A super simple Mac GUI for Google's JPEG encoder, guetzli
BitMiracle/libjpeg.net
LibJpeg.Net allows you to read and create JPEG images in .NET compatible languages. It's the managed version of original libjpeg library developed by Tom Lane and the Independent JPEG Group (IJG).
chai2010/guetzli-go
Guetzli perceptual JPEG encoder for Go (Zero Dependencies).
GoogleChromeLabs/wasm-jpeg-ijg
Demo from Chrome Dev Summit of using Web Assembly to optimize images in a browser
mVirtuoso21/JPEG-Image-Compressor
A Python program that compresses raw images based on the JPEG compression algorithm.
wanadev/pyguetzli
Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression
vstroebel/jpeg-encoder
JPEG encoder written in Rust
chai2010/guetzli-js
Guetzli for NodeJS/Browser
dinoosauro/image-converter
Convert (and compress) lots of image formats into JPEG, PNG and WebP formats.
georg-jung/MozJpegSharp
MozJPEG wrapper for .Net
lejacobroy/Guetzling
Guetzling is a simple script for macOS and Linux written in Bash, to automate (recursively finding files) the compression of jpegs using the Guetzli algorithm.
prashant-kikani/image-optimizer
Optimize any image by chroma subsampling and optimized huffman coding in Python. Basically, using JPEG algorithm!
MalcolmMcLean/babyxrc
Resource compiler, packages images, fonts, cursors, etc as compilable C source. Portable ANSI C.
romainmenke/simple-guetzli
Batch Guetzli compressions in a manageable fashion
Frozen-Projects/ExtendedVars
UE5 plugin for converting some variables to each other, exporting bitmaps, runtime font load, getting widgets as textures and getting color arrays of textures.
xbarin02/jpeg
JPEG decoder & encoder
Smileslime47/JPEGCompressor
一个JPEG有损图像压缩编码器
cnadler86/mp_jpeg
A very fast micropython jpeg encoder and decoder for the esp32, with precompiled firmware.
fabiang/docker-guetzli
Docker container for Googles Perceptual JPEG encoder Guetzli.
till213/GuetzliImageIOPlugin
Qt image plugin for Google's optimised JPEG encoder named "guetzli".
BruceWind/GuetzliAndroid
Guetzli on android.
TheIllusionistMirage/libKPEG
A simple, easy-to-use JPEG library
Fatma-Moanes/JPEG-compression
This code implements a JPEG encoder and decoder for girl.png image with 8-bit grey scaled pixels
Satyam-2001/Jpg-js
Advanced image processing and manipulation in JavaScript.
vadrov/stm32f401ccu6-usb-vcp-clone-windows-desktop-to-display
Playing streaming video (motion jpeg). The server (computer) continuously takes screenshots of the desktop, encodes them in jpeg and transmits via VCP them to the client (microcontroller). The microcontroller decodes the image and displays it on the display.
firaja/jpeg8N
jpeg converter with custom block size
relikd/jpeg-encoder
jpeg encoder for educational purpose
solanoctua/Fundamental-Image-Processing
Implementation of Fundamental Image Processing Techniques
anivegesana/numpy-jpeg
An educational JPEG encoder written in NumPy
spacemiqote/JPEGGING
CLI program for JPEG compression and decompression designed based on Data Structures and Algorithms course☕