Base64 Image Encoder
版本 1.0.0.1 (2.5 KB) 作者:
Michael Katz
Encode a MATLAB (R) figure or file on disk as a string in Base64
编者注: This file was selected as MATLAB Central Pick of the Week
Base64img takes a MATLAB figure and encodes it as a JPEG in a base64 string. This string can be used directly in a web page to display an image without an image file (in a subset of browsers only- 32 bit Windows and Linux).
Base64file takes a file on disk and encodes it as a base64 string.
This submission uses the Apache Commons Codec library to perform the encoding http://commons.apache.org/codec/
引用格式
Michael Katz (2026). Base64 Image Encoder (https://ww2.mathworks.cn/matlabcentral/fileexchange/24514-base64-image-encoder), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2009a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > External Language Interfaces > Web Services with MATLAB > Call Web Services from MATLAB Using HTTP >
在 Help Center 和 MATLAB Answers 中查找有关 Call Web Services from MATLAB Using HTTP 的更多信息
标签
致谢
启发作品: Model Review Tool
