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.5-noble)apng_1.1.tar.gz(r-4.4-noble)
apng_1.1.tgz(r-4.4-emscripten)apng_1.1.tgz(r-4.3-emscripten)
apng.pdf |apng.html✨
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 4 years agofrom:2cd9c879d5. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
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 |