Description
Provides pure Ruby read and write access to PNG images. It is useful for generating images, manipulating pixels, testing graphics output, and building tools that need PNG support without native extensions.
Image parsing can be resource-intensive on malformed or large files. Validate input size and avoid processing untrusted images without limits.