Package: fastpng 0.1.5
fastpng: Read and Write PNG Files with Configurable Decoder/Encoder Options
Read and write PNG images with arrays, rasters, native rasters, numeric arrays, integer arrays, raw vectors and indexed values. This PNG encoder exposes configurable internal options enabling the user to select a speed-size tradeoff. For example, disabling compression can speed up writing PNG by a factor of 50. Multiple image formats are supported including raster, native rasters, and integer and numeric arrays at color depths of 1, 2, 3 or 4. 16-bit images are also supported. This implementation uses the 'libspng' 'C' library which is available from <https://github.com/randy408/libspng/>.
Authors:
fastpng_0.1.5.tar.gz
fastpng_0.1.5.zip(r-4.5)fastpng_0.1.5.zip(r-4.4)fastpng_0.1.5.zip(r-4.3)
fastpng_0.1.5.tgz(r-4.4-x86_64)fastpng_0.1.5.tgz(r-4.4-arm64)fastpng_0.1.5.tgz(r-4.3-x86_64)fastpng_0.1.5.tgz(r-4.3-arm64)
fastpng_0.1.5.tar.gz(r-4.5-noble)fastpng_0.1.5.tar.gz(r-4.4-noble)
fastpng_0.1.5.tgz(r-4.4-emscripten)fastpng_0.1.5.tgz(r-4.3-emscripten)
fastpng.pdf |fastpng.html✨
fastpng/json (API)
NEWS
# Install 'fastpng' in R: |
install.packages('fastpng', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/fastpng/issues
- test_image - Test images in various R formats
Last updated 2 months agofrom:1e958fb8d9. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win-x86_64 | OK | Oct 27 2024 |
R-4.5-linux-x86_64 | OK | Oct 27 2024 |
R-4.4-win-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-aarch64 | OK | Oct 27 2024 |
R-4.3-win-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-aarch64 | OK | Oct 27 2024 |
Exports:get_png_inforaw_specread_pngspng_decode_flagswrite_png
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Get information about a PNG file | get_png_info |
Create a specification for how raw bytes should be interpreted when passed to 'write_png()' | raw_spec |
Read a PNG | read_png |
Flags for decoding | spng_decode_flags |
Test images in various R formats | test_image |
Write PNG | write_png |