如何通过PHP调整图像大小

时间:2014-01-05 22:43:00

标签: php zend-framework2 zend-filter

$photo->addFilter(new Skoch_Filter_File_Resize(array(
    'width' => 200,
    'height' => 300,
    'keepRatio' => true,
)));

如何在$photo变量中加载图片?

eliteinformatiker.de/tag/image - 这是我想要使用的eliteinformatiker上传和调整图像与Zend_Form_Element_File的链接。

我想使用zend框架来调整图像大小,我找不到如何加载图像

0 个答案:

没有答案