Welcome Guest, Not a member yet? Register   Sign In
Large images
#1

[eluser]morph london[/eluser]
Does anyone know the limitations of the Image Manipulation Class? I am resizing an image and then cropping it. But it seems to be failing on images above 200k? and or images that are large I have a 125k image that is 1000px in height and it fails to convert. If there a way I can up the size of the images it can handle?

UPDATE: It fails on an image that is 1000x1000px 800k but one thats not 900x900px.

Thanks Alex
#2

[eluser]champs[/eluser]
You'll run into this with GD -- PHP hits its memory limit and quits. Increase that limit (in php.ini or wherever), or use a different library, i.e. ImageMagick. I could be wrong, but I don't believe IM would have this problem because it's shelled out to a different process.




Theme © iAndrew 2016 - Forum software by © MyBB