an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 5/20/2011 3:15:15 PM By lukezy. 1 replies.
5/20/2011 2:43:14 PM
SourceConDev
Posts: 1
Joined: 4/13/2011
PNG File Format?
Hi,
 
Is there anything I can do so that I can use PNG product files with DotShoppingCart Suite?
 
When I import them they get converted to jog and don't look that great.
 
Thanks,
Tom Usselman
 
5/20/2011 3:15:15 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: PNG File Format?
You can adjust JPG compression rate first to see if it helps.
 
      <add name="JPGCompressionQualityLevel" value="100"/>
 
To enable PNG dynamic image you will need to touch some code.
DotShoppingCart Staff