Hi,
First, I am french so sorry for my english errors.
Second, I request you for a big problem with working on very large (about 50mb) jpeg files with GD. In fact, I have to slice them into small 100x100 squares and I did that successfully with 6400x6400 photos (by a PHP script and GD) but I had an error with 21600x21600 photos :
"Unable to allocate 86400 bytes".
I put unlimited memory_limit (locally in php.ini) but it didn't resolve the problem.
I tried ImageMagick too but it didn't want to open my big jpeg.
Does anyone have a solution for that big problem (for me) ? Thanks.
speps.