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?
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'
);
Who is online
Users browsing this forum: No registered users and 2 guests