Ramazi Sharikadze
New member
I want to convert image quality in php. when i wrote imagecreatefromjpeg("filename.jpg")
(or imagecreatefrompng, imagecreatefromgif) i got this error:
Allowed memory size of 8388608 bytes exhausted (tried to allocate 10368 bytes)
why php can`t read big quality images? for low quality images it works... any idea?
(or imagecreatefrompng, imagecreatefromgif) i got this error:
Allowed memory size of 8388608 bytes exhausted (tried to allocate 10368 bytes)
why php can`t read big quality images? for low quality images it works... any idea?