Post by allenofthetower » Thu Jun 26, 2008 5:13 am

ON my customer site www.bornfreegalleries.com the images are starting to fade.  I guess it is from the syystme copying and resiing the images - as jpgs lose 10 to 25 % of their information every time they are duplicated.  Will Opnecart read .PSD files?

Any other suggestions?

New member

Posts

Joined
Thu Apr 10, 2008 8:48 am

Post by bruce » Thu Jun 26, 2008 2:40 pm

the following extract from admin\controller\image.php shows the supported image types

Code: Select all

	    	$allowed = array(
	      		'image/jpeg',
	      		'image/pjpeg',
		  		'image/gif',
		  		'image/png',
				'image/x-png'
	    	);

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm
Who is online

Users browsing this forum: No registered users and 2 guests