Welcome Guest, Not a member yet? Register   Sign In
Image Manipulation Class & max image size
#16

[eluser]Unknown[/eluser]
I've been using xampp in windows for one of my CI projects and I had the same issue with image resizing limits, problem went away when opened the php.ini file in xampp/php/ and changed the following setting:

memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)

to:

memory_limit = 128M ; Maximum amount of memory a script may consume (16MB)

not an ideal solution but hey it works...


Messages In This Thread
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 05:14 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 05:32 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 06:30 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 08:19 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 08:22 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 08:32 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 09:19 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 09:25 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 09:38 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 09:42 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 09:46 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 10:55 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 11:12 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 11:41 AM
Image Manipulation Class & max image size - by El Forum - 05-19-2009, 02:09 PM
Image Manipulation Class & max image size - by El Forum - 08-05-2009, 09:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB