ChemicalKicks
Well-known member
Hey Peeps.
 
Having a little problem with animated gifs, I have ImageMagick Pecl Extention installed and can indeed upload gifs but only small ones. I haven't throughly tested but I seem to run into problems with gifs that are around 1.99 Mb.
 
I have the following in my php.ini
 
	
	
	
		
 
Which is confirmed in phpinfo.
				
			Having a little problem with animated gifs, I have ImageMagick Pecl Extention installed and can indeed upload gifs but only small ones. I haven't throughly tested but I seem to run into problems with gifs that are around 1.99 Mb.
I have the following in my php.ini
		Code:
	
	upload_max_filesize = 10M
post_max_size = 10M
extension = imagick.so
max_execution_time = 300
	Which is confirmed in phpinfo.