create-animated-gif
($images as xs:base64Binary+, $delay as xs:unsignedInt, $iterations as xs:unsignedInt) as xs:base64Binary external
Creates an animated GIF image. |
create-morphed-gif
($images as xs:base64Binary+, $delay as xs:unsignedInt, $iterations as xs:unsignedInt, $nr-of-morph-images as xs:unsignedInt) as xs:base64Binary external
Creates an animated GIF image with morph effect. |
declare function anim:create-animated-gif($images as xs:base64Binary+, $delay as xs:unsignedInt, $iterations as xs:unsignedInt) as xs:base64Binary external
Creates an animated GIF image.
The resulting animated GIF shows the passed images consecutively.
It has the same width and height as the first passed image.
declare function anim:create-morphed-gif($images as xs:base64Binary+, $delay as xs:unsignedInt, $iterations as xs:unsignedInt, $nr-of-morph-images as xs:unsignedInt) as xs:base64Binary external
Creates an animated GIF image with morph effect.
The resulting animated GIF shows the passed images consecutively with morph effect between the changes.
It has the same width and height as the first passed image.