animated_pict_gif
source code: https://github.com/AlexKnauth/animated-pict-gif
| import: animated_pict_gif | package: animated-pict-gif |
A Rhombus library wrapper around mrlib/gif, to write Rhombus animated picts as animated GIF files.
function | ||||||||||
|
If last_frame_delay is not #false, a delay of last_frame_delay in 1/100ths of a second is added to the last frame. This extra delay is useful when loop is true.
The kind argument determines whether it includes color pixels and whether it includes an alpha channel to record the opacity of each pixel.
For the meaning of the one_at_a_time argument and the disposal argument, see #{write-animated-gif} from mrlib/gif and #{gif-add-control} from file/gif.
overlay(bg, magic_move(pre, post, ~other: #'fade)),
8,
magic_move_fade_gif)
function | ||||
|
function | ||||||||||
|
If last_frame_delay is not #false, a delay of last_frame_delay in 1/100ths of a second is added to the last frame. This extra delay is useful when loop is true.
The kind argument determines whether it includes color pixels and whether it includes an alpha channel to record the opacity of each pixel.
For the meaning of the one_at_a_time argument and the disposal argument, see #{write-animated-gif} from mrlib/gif and #{gif-add-control} from file/gif.
function | ||||
|
The kind argument determines whether it includes color pixels and whether it includes an alpha channel to record the opacity of each pixel.