Base64 Image Encoder
バージョン 1.0.0.1 (2.51 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://jp.mathworks.com/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
