]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7516: add mod_imagick
authorSeven Du <dujinfang@gmail.com>
Fri, 10 Apr 2015 12:40:24 +0000 (20:40 +0800)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:18 +0000 (12:47 -0500)
commitecab16ed88e702a909700157948c19183aab119f
tree557273586bd4f1128f5b46d598d272c0ba441a41
parentf364a4190b8fdf1ed91bb44069001bf8cc23eadc
FS-7516: add mod_imagick

use the magick-core API
We have pdfs and gifs
auto play gif and png
yeah, you can play video files with imgk

video only
requires ffmpeg binary
need autoplay=(1000/FPS)
build/modules.conf.in
configure.ac
src/mod/formats/mod_imagick/Makefile.am [new file with mode: 0644]
src/mod/formats/mod_imagick/Makefile.hint [new file with mode: 0644]
src/mod/formats/mod_imagick/mod_imagick.c [new file with mode: 0644]