jpeg-decoder
There are 65 repositories under jpeg-decoder topic.
ImpulseAdventure/JPEGsnoop
JPEGsnoop: JPEG decoder and detailed analysis
ultraembedded/FPGAmp
720p FPGA Media Player (RISC-V + Motion JPEG + SD + HDMI on an Artix 7)
nopnop2002/esp-idf-st7789
ST7789 Driver for esp-idf
ultraembedded/core_jpeg
High throughput JPEG decoder in Verilog for FPGA
ghallak/jpeg-python
JPEG encoder/decoder written in Python
nopnop2002/esp-idf-ili9340
SPI TFT and XPT2046 touch screen controller driver for esp-idf
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).
amosshi/binaryinternals
Free Tools to View Internals of Binary File, including .class, .dex, .elf, .zip, etc.
orbbec/OrbbecSDK_ROS1
OrbbecSDK ROS wrapper
remixer-dec/mpy-img-decoder
PNG and JPEG decoder / parser / renderer in pure micropython
zertovitch/gid
GID (Generic Image Decoder): a standalone, portable generic Ada package for decoding images
tbpaolini/PyJpegDecoder
A JPEG decoder made in Python, that supports both baseline (sequential) and progressive images.
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.
xbarin02/jpeg
JPEG decoder & encoder
TheIllusionistMirage/libKPEG
A simple, easy-to-use JPEG library
wangrunji0408/jpeg
A toy JPEG decoder.
lalawue/jpeg_dec
A very simple jpeg decoder for learning
nopnop2002/esp-idf-ssd1283
SSD1283 Driver for esp-idf
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.
3hJalter/ESP32_Image_Reading_Algorithm
ESP32 reading images from SD card and scaling them to fit screen size using algorithm.
HabibSlim/JPEGDecoder
A JPEG (JFIF\Progressive) entirely written in C
relikd/jpeg-encoder
jpeg encoder for educational purpose
dbohdan/ptjd
A pure Tcl JPEG decoder
scrat98/data-compressor
Data compressor based on RLE + BWT + MTF + RLE + A0 and also JpegCompressor
solanoctua/Fundamental-Image-Processing
Implementation of Fundamental Image Processing Techniques
alexeyneu/JPEGsnoop
JPEGsnoop: JPEG decoder and detailed analysis
Blaieet/Multimedia-Technologies
Fourth-degree Computer Engineering subject at Universitat de Barcelona
dyluc/jpegdecoder
A Java command-line tool for decoding baseline jpeg images (supports chroma subsampling).
hhelwich/jp3g
A JPEG decoder written from scratch in TypeScript for the browser and Node.js
Ipsedo/CompressionJPEG
Projet de l'UE TC5 sur la compression d'image au format JPEG
LAVS-TM/JPEG
Implementation of the JPEG compression algorithm with python, managing RGB and YUV color space, different sub-sampling options and a custom Huffman encoding.
andarut/jpeg
JPEG decoder in pure C
vovach777/NanoJPEG
NanoJPEG++ based on NanoJPEG Decoder.