Learn R Programming

apng (version 1.1)

Convert Png Files into Animated Png

Description

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.

Copy Link

Version

Install

install.packages('apng')

Monthly Downloads

226

Version

1.1

License

GPL-3 | file LICENSE

Maintainer

Quinten Stokkink

Last Published

January 13th, 2021

Functions in apng (1.1)

APNG_DISPOSE_OP_BACKGROUND

Prepare region as fully transparent
APNG_DISPOSE_OP_NONE

Write over the current output buffer
apng

Convert static pngs to animated png
APNG_BLEND_OP_SOURCE

Completely replace the previous frame
APNG_BLEND_OP_OVER

Blend previous frame into alpha
APNG_DISPOSE_OP_PREVIOUS

Keep previous frame in rendering region
apng-package

apng