petersJazz
Programmer
I have my PHP pages on a web hotel where I have problems reading large image files. I want to automatically reduce the size but I get the message:
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 4800 bytes) in /hsphere/local/home/petersja/irpk.web.surftown.se/php/uploadpicture.php on line 35
Is it possible to load part of an image with something similar to imagecreatefromjpeg to then be able to do the scaling like a puzzle?
regards
Peter
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 4800 bytes) in /hsphere/local/home/petersja/irpk.web.surftown.se/php/uploadpicture.php on line 35
Is it possible to load part of an image with something similar to imagecreatefromjpeg to then be able to do the scaling like a puzzle?
regards
Peter