doufang2228 2016-03-10 19:38
浏览 12

如何在simplepie上调整图像大小

I have a script which gets rss feeds but some images larger and take too much space.How to resize image size I've tried with this class but without success:

https://github.com/Nimrod007/PHP_image_resize

I've included and call the function

Here's the piece of code from script:

if (!empty($image)) {


/*here's the calling resize function*/
    smart_resize_image(null , file_get_contents($image), 300, 300, false , $resizedFile , false , false ,100 );



                $filetype = strtolower(substr(strrchr($resizedFile,'.'),1));
                if (!in_array($filetype,array('jpg','jpeg','png','gif'))) {
                $filename = ''; 
                } else {
                $filename = 'image_'.time().'_'.rand(0000000,99999999).'.'.$filetype;

                $up = file_put_contents('../uploads/newss/'.$filename,file_get_contents($resizedFile));
                $size = filesize('../uploads/newss/'.$filename);
                list($width) = getimagesize('../upload/news/'.$filename);
                if(intval($size) >= 1024 AND $width >= 40) {
                $filename = $filename;
                } else {
                unlink('../uploads/newss/'.$filename);
                $filename = ''; 
                }
                }
                } else {
                $filename = '';
                }
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 matlab 用yalmip搭建模型,cplex求解,线性化处理的方法
    • ¥15 qt6.6.3 基于百度云的语音识别 不会改
    • ¥15 关于#目标检测#的问题:大概就是类似后台自动检测某下架商品的库存,在他监测到该商品上架并且可以购买的瞬间点击立即购买下单
    • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
    • ¥15 lingo18勾选global solver求解使用的算法
    • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
    • ¥20 测距传感器数据手册i2c
    • ¥15 RPA正常跑,cmd输入cookies跑不出来
    • ¥15 求帮我调试一下freefem代码
    • ¥15 matlab代码解决,怎么运行