-
Updated
Jun 6, 2021 - Ruby
#
png-decoder
Here are 36 public repositories matching this topic...
Read/write access to PNG images in pure Ruby.
decode, inspect, edit, and encode png images in pure swift
swift
swift-library
png
image-processing
image-decoder
png-decoder
png-encoder
image-encoder
pngs
swift-png
swift-5
-
Updated
May 10, 2021 - Swift
PNG (Portable Network Graphics) decoder and encoder written in Nim
-
Updated
Mar 31, 2021 - Nim
mlarouche
commented
Feb 29, 2020
This is to make sure that you can use zigimg to read textures
Open
Add SDL test program
5
ST7789 Driver for esp-idf
-
Updated
Jul 22, 2021 - C
data bending & glitch tools
art
png
glitch-art
visual
glitch
visual-effects
png-decoder
glitch-mona
glitch-studio
data-bending
glitching
glitchart
glitches
glitch-effect
glitchlib
-
Updated
Jul 4, 2020 - JavaScript
Free Tools to View Internals of Binary File
-
Updated
Jul 7, 2021 - Java
A small PNG decoder/encoder lib extracted from my game engine, Lunacy.
-
Updated
Apr 6, 2021 - C
4
wezm
commented
Feb 14, 2021
Is your feature request related to a problem? Please describe.
Attempting to read an image with a gAMA and cHRM chunks (which are in the PNG1.2 spec) results in UnknownChunkType error.
Describe the solution you'd like
I'd like to be able to losslessly stream a PNG from a Decoder to Encoder, to do so it woul
-
Updated
Feb 15, 2021 - TypeScript
GID (Generic Image Decoder): a standalone, portable generic Ada package for decoding images
jpg
png
jpeg
pgm
bmp
image-processing
gif
ada
pnm
gif-decoder
png-decoder
bmp-decoder
jpeg-decoder
pgm-reader
ada-language
ada-library
-
Updated
Jun 21, 2021 - Ada
PNG and JPEG decoder / parser / renderer in pure micropython
-
Updated
Sep 24, 2020 - Python
FPGA-based PNG image decoder.
-
Updated
Apr 26, 2020 - SystemVerilog
Simple PNG encoder/decoder for Node.js and browsers with no dependencies.
-
Updated
Oct 30, 2020 - JavaScript
PNG ImageProcessing with no dependencies
-
Updated
Jun 25, 2020 - D
PNG-based image reader and writer with support for arbitrary data, such as hitboxes or animation data for your 2D game.
-
Updated
Dec 13, 2015 - C
PNG multithread encode and decode sample. (code fragment)
-
Updated
May 28, 2019 - C++
A Project To Study how to parse png with libpng api and build app with NDK
-
Updated
May 14, 2019 - C
Aldaron's Codec Interface - PNG: A library for encoding/decoding pngs and apngs.
-
Updated
Dec 26, 2018 - Rust
Simple PNG encoder/decoder (upgraded to node 10.x)
-
Updated
Jun 10, 2021 - JavaScript
ECMAScript compliant lightweight PNG editor
-
Updated
Jul 21, 2021 - TypeScript
Steganography & Portable Network Graphics & Webassembly
-
Updated
Jun 8, 2021 - Go
This is a tool that encrypts a sequence of words (or pieces of texts) using the AES-256 algorithm and encodes the encrypted result into a PNG image by linking each byte value to a specific color. It also decodes the before image to get back the original sequence of words
go
golang
tdd
clean-code
image-processing
bit-manipulation
aes-256
hexagonal-architecture
byte-array
png-decoder
solid-principles
encryption-decryption
cold-wallet
byte-pair-encoding
png-enco
go-aes-256
-
Updated
Jul 23, 2021 - Go
-
Updated
Mar 1, 2019 - QML
Improve this page
Add a description, image, and links to the png-decoder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the png-decoder topic, visit your repo's landing page and select "manage topics."


While meson appears to support miniz, CMake (which I unfortunately have to use as my IDE doesn't support meson) requires zlib and cannot fall back to miniz. I am on windows and don't have zlib installed, so making this use miniz would be appreciated. Thanks.