Imagefilter
一个php处理图片裁剪,压缩,水印的小代码
Install / Use
/learn @byron1655/ImagefilterREADME
Image Filter是什么?
一个php处理图片裁剪,压缩,水印的小代码
Image Filter有哪些功能?
- 裁剪
- 压缩
- 水印(支持图片和文字水印)
有问题反馈
在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我交流
- 邮件(byron1655#163.com, 把#换成@)
- QQ: 710049654
示例
$job = array('scaling'=>['size'=>"300,500"],
'clipping'=>['position'=>'0,0', 'size'=>'150,50'],
'watermark'=>['mark'=>'logo.png','position'=>0]
'imagetext'=>['text'=>'ouropera.net','fontsize'=>'10','fontfamily'=>'msyh']);
$image = new ImageFilter("1.jpg", $job, "1_1.jpg");
$image->outimage();
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
