Table of Contents ▸ List of Commands ▸ Convenience Functions ▸ img2base64 | ◀ hex2str | img2hex ▶ |
img2base64
Arguments:
- _encoding={ 0:Base64 | 1:Base64url },_store_names={ 0:No | 1:Yes }
Description:
Encode selected images as a base64-encoded string.The images can be then decoded using command base642img.
Default values:
encoding=0 and store_names=1.