Crate prompto

Source
Expand description

A frivolous joke of a library that turns your ordinary images into selfies featuring Final Fantasy XV’s Prompto.

Enums§

ImageFormat
An enumeration of supported image formats. Not all formats support both encoding and decoding.
PromptoError
Library errors.

Functions§

add_selfie_to_image
Add Prompto to the image buffer. The image must be an RGBA image.
selfie_from_file
Load an image file into memory and add a Prompto selfie.
selfie_from_image
Add Prompto to the image.
selfie_from_memory
Add Prompto to the image byte buffer.