.. _f-argsimages: module ``args.args_images`` =========================== Short summary +++++++++++++ module ``lightmlrestapi.args.args_images`` Playground with images. :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------+----------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================+======================================================================+ | :func:`base642image ` | Gets an encoded image and builds an :epkg:`PIL:Image.Image` from it. | +---------------------------------------------------------------------+----------------------------------------------------------------------+ | :func:`bytes2string ` | Converts bytes to string. | +---------------------------------------------------------------------+----------------------------------------------------------------------+ | :func:`image2array ` | Converts a color imaged into an array. | +---------------------------------------------------------------------+----------------------------------------------------------------------+ | :func:`image2base64 ` | Encodes an image into :epkg:`*pyf:base64`. | +---------------------------------------------------------------------+----------------------------------------------------------------------+ | :func:`string2bytes ` | Converts string to bytes. | +---------------------------------------------------------------------+----------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: lightmlrestapi.args.args_images :members: :special-members: __init__ :show-inheritance: