i just realized i shouldve probably been uploading png images with a cleared background so the images show a little better with the style settings of the store....
what is better for the store? png (with transparent background) or jpg?
i know the size of the files matter here...is there any way to make the images size smaller? right now my jpg's are all 500x500 (99% of them) and the size is still compact. the png i did shot up to like 100kb in size.
Latest News: (loading..)
png vs jpg images?
Started by GoTTi, Apr 29 2012 12:40 AM
4 replies to this topic
#1
Posted 29 April 2012 - 12:40 AM
#2
Posted 29 April 2012 - 12:48 AM
Depends what you need the images for. I would only use .png's for small images like icons but for files with large resolution like photos I'd use jpg, mainly because of lighter size. Also consider .gif it is often used for website elements such as buttons, also helps keep the file size down and improve loading times.
Find this post helpful? Click the 'Like this' button. :)
#3
Posted 29 April 2012 - 12:53 AM
are you using anything else to control the images shown on your stores? cuz how would i use small png files for icons and have a different image load on the actual item page?
do you mean like...someone is looking at "index.php?cPath=1" and your image is a small png file, but when they goto the item "product_info.php?cPath=1&products_id=18" you have a different image in there thats a jpg image?
do you mean like...someone is looking at "index.php?cPath=1" and your image is a small png file, but when they goto the item "product_info.php?cPath=1&products_id=18" you have a different image in there thats a jpg image?
#4 ONLINE
Posted 29 April 2012 - 01:34 AM
GoTTi, on 29 April 2012 - 12:40 AM, said:
i just realized i shouldve probably been uploading png images with a cleared background so the images show a little better with the style settings of the store....
what is better for the store? png (with transparent background) or jpg?
i know the size of the files matter here...is there any way to make the images size smaller? right now my jpg's are all 500x500 (99% of them) and the size is still compact. the png i did shot up to like 100kb in size.
what is better for the store? png (with transparent background) or jpg?
i know the size of the files matter here...is there any way to make the images size smaller? right now my jpg's are all 500x500 (99% of them) and the size is still compact. the png i did shot up to like 100kb in size.
Recommended SEO Addons:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#5
Posted 29 April 2012 - 05:13 PM
GIF: old format, limited palette (256 colors), full transparency replacing one color. Excellent for diagrams, charts, icons, buttons with large expanses of a fixed color (and not too many of them).Good, lossless compression. Supported on all browsers.
JPEG: format optimized for photos (that's the 'P' in the name). No transparency. Excellent compression, but at the cost that it's "lossy". High-frequency information is removed, leading to degradation of the image. Not good for diagrams, charts, icons, buttons with large expanses of a fixed color because you get artifacts and bleed-over from one region into another, which degrades the quality. Note: multiple color models (RGB, HSV, CMYK, etc.) available, but Internet Explorer can display only RGB. Otherwise, very widely supported.
PNG: format that tries to be the best of both worlds. Decent, lossless compression available, but doesn't compress as well as JPEG. "Alpha channel" variable transparency, but older browsers don't support it. Less artifacting than JPEG, more colors available than GIF. Older browsers may have trouble with PNG, although it's been around long enough that most browsers can at least basically support it.
Use JPEG for photographs (no transparency), and either GIF or PNG for other purposes. Be aware of what older browsers will do to your PNG images (especially if you want to use transparency). Match the image type to the application. Don't be one of those idiots who use JPEG for everything, including charts and diagrams, which show very visible and annoying artifacting.
JPEG: format optimized for photos (that's the 'P' in the name). No transparency. Excellent compression, but at the cost that it's "lossy". High-frequency information is removed, leading to degradation of the image. Not good for diagrams, charts, icons, buttons with large expanses of a fixed color because you get artifacts and bleed-over from one region into another, which degrades the quality. Note: multiple color models (RGB, HSV, CMYK, etc.) available, but Internet Explorer can display only RGB. Otherwise, very widely supported.
PNG: format that tries to be the best of both worlds. Decent, lossless compression available, but doesn't compress as well as JPEG. "Alpha channel" variable transparency, but older browsers don't support it. Less artifacting than JPEG, more colors available than GIF. Older browsers may have trouble with PNG, although it's been around long enough that most browsers can at least basically support it.
Use JPEG for photographs (no transparency), and either GIF or PNG for other purposes. Be aware of what older browsers will do to your PNG images (especially if you want to use transparency). Match the image type to the application. Don't be one of those idiots who use JPEG for everything, including charts and diagrams, which show very visible and annoying artifacting.









