Web Design and Development Forums

Best way to display images/ Keeping file size down

This is a discussion on "Best way to display images/ Keeping file size down" within the Graphics Forum section. This forum, and the thread "Best way to display images/ Keeping file size down are both part of the Design Your Website category.


Go Back   Webforumz.com > Design Your Website > Graphics Forum

Welcome to Webforumz.com.
Register Now Register now!

Reply
 
LinkBack Thread Tools Rate Thread
Old Mar 19th, 2008, 12:25   #1 (permalink)
Oak
 
Join Date: Dec 2007
Location: London
Age: 35
Posts: 266
Best way to display images/ Keeping file size down

How should one display images whilst keeping file size down?

If I were to use a basic CSS slide show would this give a larger total file size than if the images were just sitting on a page?

I am using lightbox slide show and even though there are more and larger images on this page than that of a page where the images sit alone, the file size is less?

When I use an image for the web I set the file size to 72px, is the anything else I can do to keep best quality without being an Photo shop expert?

Cheers

Last edited by Oak; Mar 19th, 2008 at 12:29.
Oak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 13:26   #2 (permalink)
Ed
Design Admin
 
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 1,043
Blog Entries: 1
Re: Best way to display images/ Keeping file size down

You haven't been very clear Oak.

Links to these pages would be great. The file size of the 'image' remains the same, regardless of how or where it is displayed.

I'm assuming that you're after confusing your page file size with your image file size. It's possible that you are linking to the lightbox JavaScript externally meaning there is less code in your file.

When you mention 'px' or 'pixels' we are not talking about the file size. These are the dimensions, or how big the image will appear.

The file size is a different matter and is usually measured in 'kb' for images on the web. This basically determines how long it will take for the image to display or load on the screen and is completely different to the dimension of an imahe.

To have good quality images, you generally have to have over the 85 quality mark in Photoshop. This, of course will result in a larger file size than if you were to set it at the 20 quality mark.

Hope this helps and gives you a better understanding.

Ed.
__________________
Design Administrator




Ed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 13:52   #3 (permalink)
Oak
 
Join Date: Dec 2007
Location: London
Age: 35
Posts: 266
Re: Best way to display images/ Keeping file size down

Sorry about the unclear post.

Can I still hide this thread and replies from Search Engines, before I put links?
Oak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 14:10   #4 (permalink)
Ed
Design Admin
 
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 1,043
Blog Entries: 1
Re: Best way to display images/ Keeping file size down

Since the upgrade, no, but this feature is in the process again.

You can break the site up like this though:
[www][dot][yoursite][dot][com][slash][yourdirectory][filename]

And so on.

Ed.
__________________
Design Administrator




Ed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 14:16   #5 (permalink)
Oak
 
Join Date: Dec 2007
Location: London
Age: 35
Posts: 266
Re: Best way to display images/ Keeping file size down

The option was there when I first posted this thread.

[www][dot][capoeiracanal][dot][co.uk]

[www][dot][capoeiracanal][dot][co.uk][slash][capoeira-school-images.php]
Oak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 14:28   #6 (permalink)
Ed
Design Admin
 
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 1,043
Blog Entries: 1
Re: Best way to display images/ Keeping file size down

Sorry, but I don't see what the problem is now?!

I'm a bit confused.

Ed.
__________________
Design Administrator




Ed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 14:36   #7 (permalink)
Oak
 
Join Date: Dec 2007
Location: London
Age: 35
Posts: 266
Re: Best way to display images/ Keeping file size down

you asked for the links
Oak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 22:11   #8 (permalink)
Nerdy Moderator
 
CloudedVision's Avatar
 
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 521
Blog Entries: 4
Re: Best way to display images/ Keeping file size down

i think by 72px he meant 72 pixels per inch. that is what your supposed to do oak, browsers won't display anything above that. Here's a couple of other tips:

  • Use GIFs and JPEGs correctly - GIFs are for things with text and limited colors, JPEgs are for pictures
  • use seperate images if a mixture of image types would work better - a picture with a caption in the image is better off a JPEG for the picture and a GIF for the text.
  • cut up images and piece them together with CSS if necessary
  • use CSS for any large areas of whitespace - /img/capoeira-canal.jpg you can delete all the whitespace and use CSS instead. actually, it would probably be best to cut that up into multiple images...
Not sure if thats what you wanted, but.....
__________________
Take it easy

Other Road Design

WebForumz Moderator: HTML | Javascript | PHP

Last edited by CloudedVision; Mar 19th, 2008 at 22:30.
CloudedVision is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 22:29   #9 (permalink)
Moderator
 
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,157
Re: Best way to display images/ Keeping file size down

...and don't forget that PNGs are better than GIFs.
MikeHopley is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 22:31   #10 (permalink)
Nerdy Moderator
 
CloudedVision's Avatar
 
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 521
Blog Entries: 4
Re: Best way to display images/ Keeping file size down

but require a javascript hack for IE 6.......
__________________
Take it easy

Other Road Design

WebForumz Moderator: HTML | Javascript | PHP
CloudedVision is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 19th, 2008, 22:56   #11 (permalink)
Ed
Design Admin
 
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 1,043
Blog Entries: 1
Re: Best way to display images/ Keeping file size down

Quote:
Originally Posted by CloudedVision View Post
[...]use seperate images if a mixture of image types would work better - a picture with a caption in the image is better off a JPEG for the picture and a GIF for the text. [break in quote...] actually, it would probably be best to cut that up into multiple images...[continues...]
I wouldn't recommend breaking up images.

This really complicates things, and brings most of us (me anyway) back to the days when if we wanted a nice layout with Tables, images would have to be broken up.

When I changed over, this was one of the benefits of CSS that I heard of a lot. 'No need to break up images anymore' (etc, etc).

It can be difficult for beginners right through to intermediate to piece an image back together, especially if it is a large image and it has been broken into more than three pieces.

However, if you are really that desperate,it is always an option.

Ed.
__________________
Design Administrator




Ed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 20th, 2008, 00:23   #12 (permalink)
Nerdy Moderator
 
CloudedVision's Avatar
 
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 521
Blog Entries: 4
Re: Best way to display images/ Keeping file size down

well, i figure with an image that big it'll be benificial to break it up. Or at least merge it with the logo, its senseless to have seperate images that cover the same area.
__________________
Take it easy

Other Road Design

WebForumz Moderator: HTML | Javascript | PHP
CloudedVision is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 4th, 2008, 09:18   #13 (permalink)
Oak
 
Join Date: Dec 2007
Location: London
Age: 35
Posts: 266
Re: Best way to display images/ Keeping file size down

Quote:
well, i figure with an image that big it'll be benificial to break it up. Or at least merge it with the logo, its senseless to have seperate images that cover the same area.
I am a bit late getting back.. but thanks for the replies and tips!

The Logo is an image replacement.. would it be better to merge it with the banner and turn that into an image replacement?
Oak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 4th, 2008, 09:53   #14 (permalink)
Moderator
 
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,157
Re: Best way to display images/ Keeping file size down

Quote:
Originally Posted by CloudedVision View Post
but require a javascript hack for IE 6.......
Only alpha-transparent PNGs require hacks.

Web designers seem to think that "PNG = good for transparency", but actually PNG is a superior image format to GIF even without the transparency.
MikeHopley is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to reduce file size of .jpg lmc148 Graphics Forum 12 Jan 17th, 2008 07:43
[SOLVED] display a image record from a database with a set size longstand PHP Forum 8 Oct 19th, 2007 19:18
Need help on keeping everything centered but with a min size ziplock122949 HTML Forum 16 Oct 8th, 2007 01:47
Need help with E-Card file size amber Graphics Forum 7 Jun 19th, 2007 06:24
Website Display Size Problem? ugadawgvi New to Web Design 16 Apr 9th, 2007 17:47



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 00:17.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59