PHP图像调整大小和裁剪 [英] PHP Image Resize and Cropping

查看:91
本文介绍了PHP图像调整大小和裁剪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在PHP世界中,是否有任何功能与 SORL 缩略图(Django项目).

Is there anything out there in the PHP world with equivalent functionality to SORL thumbnail (a Django project).

具体来说: 1)它缓存结果(即时生成缩略图过于占用CPU). 2)它提供了一种智能的裁剪功能,可以根据图像熵进行裁剪以适合其尺寸(因此,它不仅可以裁剪到居中位置,还可以裁剪动作"所在的位置).

Specifically: 1) It caches results (generating thumbnails on the fly is too cpu intensive). 2) It provides a smart cropping feature that crops to fit based on image entropy (so it doesn't just crop to center, but rather crops where the 'action' is).

我要寻找的最大功能是智能裁剪功能.

The big feature I'm looking for is the smart cropping ability.

推荐答案

我找到了一个drupal模块,可以从中提取一些php代码:

I found a drupal module from which I can lift some php code:

http://github.com/dylantack/codename_cornbaby

它实际上是基于引用的django-sorl-thumbnail方法,因此非常完美.

It's actually based on the same django-sorl-thumbnail approach cited, so that's perfect.

这篇关于PHP图像调整大小和裁剪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆