Package: apng 1.1

Quinten Stokkink
apng: Convert Png Files into Animated Png
Convert several png files into an animated png file. This package exports only a single function `apng'. Call the apng function with a vector of file names (which should be png files) to convert them to a single animated png file.
Authors:
apng_1.1.tar.gz
apng_1.1.tar.gz(r-4.7-any)apng_1.1.tar.gz(r-4.6-any)
apng_1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
apng/json (API)
| # Install 'apng' in R: |
| install.packages('apng', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:2cd9c879d5. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 101 | ||
| source / vignettes | OK | 199 | ||
| linux-release-x86_64 | OK | 97 | ||
| wasm-release | OK | 94 |
Exports:apngAPNG_BLEND_OP_OVERAPNG_BLEND_OP_SOURCEAPNG_DISPOSE_OP_BACKGROUNDAPNG_DISPOSE_OP_NONEAPNG_DISPOSE_OP_PREVIOUS
Dependencies:bitops
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert Png Files into Animated Png | apng-package |
| Convert static pngs to animated png | apng |
| Blend previous frame into alpha | APNG_BLEND_OP_OVER |
| Completely replace the previous frame | APNG_BLEND_OP_SOURCE |
| Prepare region as fully transparent | APNG_DISPOSE_OP_BACKGROUND |
| Write over the current output buffer | APNG_DISPOSE_OP_NONE |
| Keep previous frame in rendering region | APNG_DISPOSE_OP_PREVIOUS |