Jump to content

Resized images contains error on Server


Shehbaz
 Share

Recommended Posts

Hi,

I am trying to create multiple versions of the uploaded image. Everything goes smooth on my local development machines (multiple) but image generation does not work on server. It gives message that image contains error.

Here is the original image:

beta-fh-east.fisherhouse.org/site/assets/files/2662/alyssa-milano-high-quality.jpg

Code that converts it is as follow:

        $image->size(350,0);
        $image->size(480,0);
        $image->size(560,0);
        $image->size(680,0);
        $image->size(760,0);
        $image->size(840,0);
        $image->size(960,0);
        $image->size(1200,0);
 
 
Server Files:
-rw-r--r-- 1 www-data www-data 267278 May  8 10:45 alyssa-milano-high-quality.1200x0.jpg
-rw-r--r-- 1 www-data www-data  27619 May  8 10:45 alyssa-milano-high-quality.350x0.jpg
-rw-r--r-- 1 www-data www-data  49102 May  8 10:45 alyssa-milano-high-quality.480x0.jpg
-rw-r--r-- 1 www-data www-data  64335 May  8 10:45 alyssa-milano-high-quality.560x0.jpg
-rw-r--r-- 1 www-data www-data  91962 May  8 10:45 alyssa-milano-high-quality.680x0.jpg
-rw-r--r-- 1 www-data www-data 113649 May  8 10:45 alyssa-milano-high-quality.760x0.jpg
-rw-r--r-- 1 www-data www-data 137203 May  8 10:45 alyssa-milano-high-quality.840x0.jpg
-rw-r--r-- 1 www-data www-data 186581 May  8 10:45 alyssa-milano-high-quality.960x0.jpg
-rw-r--r-- 1 www-data www-data 461206 May  8 10:45 alyssa-milano-high-quality.jpg
 
 File sizes appears to be appropriate according to the dimensions. Any sort of help is appreciated. Thanks
Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...