base64_decode_image
Decode Base64 encoded strings into image files. Specify the output path and MIME type to convert encoded data into a usable image format.
Instructions
将Base64编码解码为图片
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoded | Yes | ||
mime_type | No | image/png | |
output_path | Yes |