Skip to main content

Module free_functions

Module free_functions 

Source

Staticsยง

MAGIC_BYTES ๐Ÿ”’

Functionsยง

decoder_to_vec ๐Ÿ”’
Reads all of the bytes of a decoder into a Vec. No particular alignment of the output buffer is guaranteed.
encoder_for_format ๐Ÿ”’
guess_format
Guess image format from memory block
guess_format_impl ๐Ÿ”’
load
Create a new image from a Reader.
load_rect ๐Ÿ”’
Decodes a specific region of the image, represented by the rectangle starting from x and y and having length and width
save_buffer
Saves the supplied buffer to a file at the path specified.
save_buffer_with_format
Saves the supplied buffer to a file given the path and desired format.