Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

libspng

Simple, modern libpng alternative
Collective - Host: opensource - https://opencollective.com/libspng - Website: https://libspng.org/ - Code: https://github.com/randy408/libspng

Remove cHRM range checks

github.com/randy408/libspng - randy408 opened this issue about 2 months ago
Encoded Image Transparent Green

github.com/randy408/libspng - n9tank opened this issue 2 months ago
Add option to invert rows in `spng_encode_image`

github.com/randy408/libspng - tobybell opened this pull request 3 months ago
unnecessary compilation noise

github.com/randy408/libspng - fabiangreffrath opened this issue 5 months ago
Bazel: Define a minimal Bazel module

github.com/randy408/libspng - egorich239 opened this pull request 6 months ago
Missing check in function check_time

github.com/randy408/libspng - 3iang opened this issue 12 months ago
Added missing include in CMake config

github.com/randy408/libspng - asmorkalov opened this pull request about 1 year ago
Fix installed cmake config file

github.com/randy408/libspng - FantasqueX opened this pull request about 1 year ago
Fix finding libspng with CMake

github.com/randy408/libspng - dimula73 opened this pull request about 1 year ago
No subimage when creating an image from scratch

github.com/randy408/libspng - alevesely opened this issue about 1 year ago
Example for spng_set_png_stream()

github.com/randy408/libspng - JanGerber opened this issue over 1 year ago
add SPNG_USE_MINIZ option to cmake

github.com/randy408/libspng - toge opened this pull request over 1 year ago
Animated PNG (APNG) read support

github.com/randy408/libspng - randy408 opened this pull request over 1 year ago
Simple error in libspng site

github.com/randy408/libspng - gpreviato opened this issue over 1 year ago
add meson CI

github.com/randy408/libspng - neheb opened this pull request over 1 year ago
decode: fix invalid error return for zero-length EXIF

github.com/randy408/libspng - randy408 opened this pull request over 1 year ago
meson: try to fix compilation with clang-cl

github.com/randy408/libspng - neheb opened this pull request over 1 year ago
Fixed copy paste error for static build in CMakeLists.txt

github.com/randy408/libspng - coeps-github opened this pull request almost 2 years ago
accept a possible invalid png file

github.com/randy408/libspng - boofish opened this issue almost 2 years ago
Decode RGB16 / G16

github.com/randy408/libspng - MiSo1289 opened this issue almost 2 years ago
adding using namespace

github.com/randy408/libspng - Anujsharma002 opened this pull request almost 2 years ago
CMake: Add config-file package support, add static library pkg-config

github.com/randy408/libspng - johannesschaeufele opened this pull request almost 2 years ago
build(meson): remove explicit pkgconf Libs.private

github.com/randy408/libspng - Tachi107 opened this pull request about 2 years ago
Add palette index check support

github.com/randy408/libspng - randy408 opened this pull request about 2 years ago
Debian packaging

github.com/randy408/libspng - Tachi107 opened this issue about 2 years ago
Fixed build warnings

github.com/randy408/libspng - Loobinex opened this pull request about 2 years ago
added spng to include directories

github.com/randy408/libspng - benediktschmitt opened this pull request about 2 years ago
Add option to check palette indices

github.com/randy408/libspng - randy408 opened this issue about 2 years ago
ci: upgrade to bullseye

github.com/randy408/libspng - randy408 opened this pull request about 2 years ago
TRUECOLOR vs RGB8

github.com/randy408/libspng - GhostCore07 opened this issue about 2 years ago
Support for Windows BMP

github.com/randy408/libspng - GhostCore07 opened this issue about 2 years ago
fix typo in decode.md

github.com/randy408/libspng - danieljennings opened this pull request about 2 years ago
spng_encode_image() creating invalid png file

github.com/randy408/libspng - Somebody8331 opened this issue over 2 years ago
libpng can’t read files.

github.com/randy408/libspng - dvessel opened this issue over 2 years ago
Update decode.md

github.com/randy408/libspng - shuffle2 opened this pull request over 2 years ago
Encoding speed lags behind libpng

github.com/randy408/libspng - shuffle2 opened this issue over 2 years ago
incremental decoding

github.com/randy408/libspng - pumbur opened this issue over 2 years ago
fix compilation under mingw32

github.com/randy408/libspng - neheb opened this pull request over 2 years ago
Update migrate-libpng.md

github.com/randy408/libspng - ocpalo opened this pull request over 2 years ago
docs: Fix a few typos

github.com/randy408/libspng - timgates42 opened this pull request over 2 years ago
Add support for cICP chunk

github.com/randy408/libspng - randy408 opened this issue over 2 years ago
Clean up arithmetic operations

github.com/randy408/libspng - randy408 opened this issue over 2 years ago
cmake: make finding zlib in-tree easier

github.com/randy408/libspng - michaelmalonenz opened this pull request over 2 years ago
Link SPNG not as a DLL in Cygwin

github.com/randy408/libspng - nedelec opened this issue over 2 years ago
Is this a bug or for algorithm purpose?

github.com/randy408/libspng - zchrissirhcz opened this issue over 2 years ago
Fixed doc

github.com/randy408/libspng - nedelec opened this pull request almost 3 years ago
Added option to flip image on encode

github.com/randy408/libspng - nedelec opened this pull request almost 3 years ago
Improve fuzzer coverage

github.com/randy408/libspng - randy408 opened this pull request almost 3 years ago
Cleanup

github.com/randy408/libspng - randy408 opened this pull request almost 3 years ago
Question about Partial Decode

github.com/randy408/libspng - william-silversmith opened this issue almost 3 years ago
Bug in `check_decode_fmt`?

github.com/randy408/libspng - william-silversmith opened this issue almost 3 years ago
encode: optimize image window bits

github.com/randy408/libspng - randy408 opened this pull request almost 3 years ago
decode: expose zlib FLEVEL for images

github.com/randy408/libspng - randy408 opened this pull request almost 3 years ago
Allow encode formats that match the PNG format

github.com/randy408/libspng - randy408 opened this issue almost 3 years ago
Lift image size restriction for progressive decode/encode

github.com/randy408/libspng - randy408 opened this pull request almost 3 years ago
Example encode png?

github.com/randy408/libspng - GuckTubeYT opened this issue almost 3 years ago
refactor example.c

github.com/randy408/libspng - randy408 opened this pull request almost 3 years ago
Add encode fuzzer

github.com/randy408/libspng - randy408 opened this pull request almost 3 years ago
SPNG_EOVERFLOW returned for large images

github.com/randy408/libspng - jcupitt opened this issue almost 3 years ago
Fix interlaced write overflow

github.com/randy408/libspng - randy408 opened this pull request almost 3 years ago
SIGIOT encode error on a crafted PNG

github.com/randy408/libspng - hongxuchen opened this issue almost 3 years ago
encode: do not override custom options

github.com/randy408/libspng - randy408 opened this pull request almost 3 years ago
CMake library version?

github.com/randy408/libspng - zvezdochiot opened this issue almost 3 years ago
Premultiply alpha option

github.com/randy408/libspng - capr opened this issue almost 3 years ago
Multi-threading with PNG Restart Marker

github.com/randy408/libspng - randy408 opened this issue about 3 years ago
tuning for maximum performance

github.com/randy408/libspng - totaam opened this issue about 3 years ago
ARM NEON fixes and improvements

github.com/randy408/libspng - randy408 opened this pull request about 3 years ago
Fix and reenable expand_palette_rgb8_neon()

github.com/randy408/libspng - randy408 opened this issue about 3 years ago
Red and Blue bytes swapped

github.com/randy408/libspng - TAAPArthur opened this issue about 3 years ago
invalid scanline filter

github.com/randy408/libspng - maoxing opened this issue about 3 years ago
Avoid UB with setjmp() in getimage_libpng()

github.com/randy408/libspng - pjanx opened this pull request about 3 years ago
-Wextra warning in spng_set_option()

github.com/randy408/libspng - pjanx opened this issue about 3 years ago
example.c forgets to decode trailing chunks

github.com/randy408/libspng - pjanx opened this issue about 3 years ago
decode: allow setting of image window bits

github.com/randy408/libspng - randy408 opened this pull request about 3 years ago
add SPNG_ENCODE_TO_BUFFER option

github.com/randy408/libspng - randy408 opened this pull request about 3 years ago
build: add option to disable example

github.com/randy408/libspng - randy408 opened this pull request about 3 years ago
Fix compilation error on UWP

github.com/randy408/libspng - redrossa opened this pull request over 3 years ago
encode: enable support for SPNG_FMT_RAW

github.com/randy408/libspng - randy408 opened this pull request over 3 years ago
Will you be adding the library to vcpkg?

github.com/randy408/libspng - redrossa opened this issue over 3 years ago
add spng_decode_chunks()

github.com/randy408/libspng - randy408 opened this pull request over 3 years ago