Crate gifmeta

Crate gifmeta 

Source

Modules§

commands
gifmeta_structs
utils

Functions§

get_frame_image
Extracts a single frame from a GIF and returns it as PNG-encoded bytes.
get_loop_count
Prints the loop count of the provided GIF file.
get_metadata
Prints detailed metadata about the provided GIF file.
mod_gif
set_frame_delay
Sets a fixed frame delay (in centiseconds) for all frames in the GIF.
set_loop_count
Sets the loop count metadata in a GIF file.
set_selected_frame_delays
Sets custom delays for specific frames in the GIF.
show_frame_delays
Displays the delay (in centiseconds) of each frame in the GIF.