-
Updated
Mar 7, 2022 - Python
#
png-encoder
Here are 30 public repositories matching this topic...
Craft PNG files that appear completely different in Apple software [NOW PATCHED]
Read/write access to PNG images in pure Ruby.
-
Updated
Nov 11, 2021 - Ruby
2
Open
Cleanup post v0.7.0
decode, inspect, edit, and encode png images in pure swift
swift
swift-library
png
image-processing
image-decoder
png-decoder
png-encoder
image-encoder
swift-png
swift-5
-
Updated
Feb 23, 2022 - Swift
A parallelized PNG encoder in Rust
-
Updated
Apr 30, 2022 - Rust
PNG (Portable Network Graphics) decoder and encoder written in Nim
-
Updated
Feb 15, 2022 - Nim
Create png images in pure javascript (modern & fast ES6 version using typed Arrays)
-
Updated
Apr 7, 2017 - JavaScript
A small PNG decoder/encoder lib extracted from my game engine, Lunacy.
-
Updated
Aug 28, 2021 - C
Decode and encode png files in browsers/Node.js
encoding
image
png
graphics
decoding
typescript-library
codec
image-decoder
png-decoder
png-encoder
image-encoder
-
Updated
Jun 20, 2022 - TypeScript
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
A really fast encoder for PNG images in Java.
-
Updated
May 27, 2022 - Java
PNG decoding / encoding / image processing with no dependencies (ugly codes)
-
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 collection of classes to QR enccode strings and render them as PNG, TIFF and vectorized EPS written in PHP.
php-library
qr-code
qrcode-generator
png-encoder
qrencode
composer-package
tiff-encoder
eps-encoder
qr-enccode-strings
-
Updated
Jan 18, 2021 - PHP
Fork of pyspng with some new features.
-
Updated
Feb 23, 2022 - Python
Simple PNG encoder/decoder (upgraded to node 10.x)
-
Updated
Jun 10, 2021 - JavaScript
A simple program with a UI for exporting video to png and encoding png images to video using FFmpeg, for the purpose of upscaling.
windows
lightweight
export
encoding
png
ui
video
ffmpeg
simple
extract
import
cmd
x264
png-encoder
pngs
upscaling
exporting
timesaver
importing
timesaving
-
Updated
Apr 27, 2022 - C#
ECMAScript compliant lightweight PNG editor
-
Updated
Jul 29, 2021 - TypeScript
A PNG encoder written in Python for learning about the internal structure of the PNG format
-
Updated
Jul 3, 2021 - Python
A Mac OS X command line utility that allows users to choose PNG, PDF, PSD, JPG, TIF, or GIF as the format for screenshots.
-
Updated
Dec 1, 2016 - C
-
Updated
Jun 20, 2019 - Python
Save and load images. WIP.
-
Updated
Jun 20, 2022 - D
Convert a PNG image to SVG passing from a RLE encoding 🔒 🧑💻
-
Updated
Jun 14, 2022 - JavaScript
Vulnerability Disclosure Timeline Closer inspection of the Exploit JPG content reveals the malicious link as well as the URL Download and Execute of the tool used to generate the Exploit JPG from Python encrypted code content which we also implement in couple of our builders.Silent JPG Exploit There are multiple Exploit JPG in Silent JPG Exploit, a package commonly used by web services to process Exploit JPG File. One of the vulnerabilities can lead to remote code execution (RCE) if you process user submitted JPG. The exploit for this vulnerability is being used in the wild.Why Are You Disclosing A Exploit JPG
jpg
png-compression
exploit-exercises
png-decoder
png-encoder
exploit-database
exploit-code
jpg-images
exploit-kit
exploit-db
exploit-development
exploit-framework
exploit-dev
exploit-education
exploit-fixes
jpg-exploit
png-exploit
-
Updated
Jun 9, 2022 - C++
Go package for efficient processing of 1-bit images
-
Updated
Nov 23, 2020 - Go
Improve this page
Add a description, image, and links to the png-encoder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the png-encoder 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.