Registry / other / pngwriter

pngwriter

JSON →
library0.7.0vcpkgunverified

PNGwriter is a very easy to use open source graphics library that uses PNG as its output format

vcpkg install pngwriter
INSTALL
IMPORT
SIG · PNGWRITER
P
pngwriter
othercppv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pngwriter.h
#include <pngwriter.h>

Create a PNG image with a red filled square

#include "pngwriter.h" int main() { PNGwriter png(200, 100, 0, "output.png"); png.filledsquare(10, 10, 50, 50, 1.0, 0.0, 0.0); // red square png.close(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

pngwriter — pip install pngwriter · libregistry