Problems with image size

See all posts See thread Reply

Re: Problems with image size new!
by Nicola, 14 years, 3 months ago
Thanks, but i think it's not that... from the log above:
image_src_x : 2000
image_src_y : 2791
image_src_pixels : 5582000
image_src_bits : 8


So, 5.582.000x8 = 44.656.000 bits

My PHP memory limit is 128MB... it should be enough, isn't it?
Thanks again!Reply
Re: Problems with image size new!
by colin, 14 years, 3 months ago
Not necessarily enough.

The things to test are:
- does it work for smaller images? If yes, you have a memory issue with larger files.
- does it work for the large images if you increase the memory? If yes, you have a memory issue with larger files.Reply