base64_decode_image
Decode Base64 encoded strings into images by specifying the encoded data, output path, and MIME type, enabling easy conversion and saving of image files.
Instructions
将Base64编码解码为图片
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoded | Yes | ||
mime_type | No | image/png | |
output_path | Yes |