文件名称:base64_img_php:用于将 base64 数据保存为图像的 PHP 类
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-19 19:47:19
PHP
base64_img_php 用于base64图像编码和解码PHP类 ##用法 require 'path/to/class/b64img.php' ; // encode file as data uri $ image1 = new B64img ( './some_image.png' ); $ data_URI = $ image1 -> get_data (); // save data uri as file $ image2 = new B64img ( $ data_URI ); $ image2 -> save_as ( './new_image.png' );
【文件预览】:
base64_img_php-master
----b64img.php(2KB)
----README.md(326B)
----.editorconfig(266B)