无法创建png

时间:2017-02-02 19:14:34

标签: php ajax wordpress jpeg

我的代码不起作用 对于png它运作良好。 一切安装在机器上。 GD + jpglib

我在fuctions.php中的代码

if ($_GET['_create_precut_images']==1) {
        $test_file = '/home/x/public_html/wp-content/themes/template/images/subpages-bg.jpg';
        //var_dump(file_exists($test_file));
        //var_dump(fopen($test_file,'r'));
        $orig_im = imagecreatefromjpeg($test_file);
        imagejpeg(
                $orig_im,
                "/home/x/public_html/work_files/rTDKYTzgFPdjuFeuvHrJg9QbcLdREM/test.jpg"
        );


    if (0) create_precut_images(
            '/home/x/public_html/work_files/rTDKYTzgFPdjuFeuvHrJg9QbcLdREM/full.png',
            '/home/x/public_html/work_files/rTDKYTzgFPdjuFeuvHrJg9QbcLdREM/thumb.png',
            '/home/x/public_html/work_files/rTDKYTzgFPdjuFeuvHrJg9QbcLdREM/precut.jpg'
            ,491
    );

代码有问题吗?或者服务器端? 我尝试更改php.ini并设置最大限制无效。

0 个答案:

没有答案