首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > blobir(MySQL Blob图像缩放)

blobir(MySQL Blob图像缩放)

  • 资源大小:3.07 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 图像 缩放

资 源 简 介

MySQL BLOB image retrieval, resizer, and sharpener. Retrieve and display images from a MySQL database using PHP. The script allows for dynamic image generation with specified width, height, and sharpening amount. Use Your MySQL Database table storing your images should be made with the following code: CREATE TABLE my_image_table ( id INT NOT NULL AUTO_INCREMENT, name VARCHAR(30) NOT NULL, type VARCHAR(30) NOT NULL, size INT NOT NULL, content MEDIUMBLOB NOT NULL, PRIMARY KEY(id)); Warning This script is still in development stage. There may be bugs. Please fell free to submit bugs found.

文 件 列 表

blobir.php
VIP VIP
0.179102s