Welcome Guest, Not a member yet? Register   Sign In
rotate large images not working
#2

[eluser]rogierb[/eluser]
What kind of error are you getting?

My guess its a problem with memory allocation when rotating a large jpg.
With GD or GD2 the memory consumption when processing a jpg is huge. The reason for this is it unpackes a JPG, performes the operation and then repacks the image.

I've seen memory consumption over 512 MB.
You can set your memory_limit to a higher number or use ImageMagick for instance.



Messages In This Thread
rotate large images not working - by El Forum - 09-16-2012, 03:31 AM
rotate large images not working - by El Forum - 09-17-2012, 04:11 AM
rotate large images not working - by El Forum - 09-17-2012, 10:03 AM
rotate large images not working - by El Forum - 09-17-2012, 10:50 PM
rotate large images not working - by El Forum - 09-18-2012, 10:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB