时间:2021-05-08
1. Use .gifs rather than .jpgs. GIFs are smaller in size when compared to JPGs.
1.用.gifs格式保存图片,最好不要用.jpgs格式。因为前者的尺寸比后者小。
2.Use 'Height' and 'Width' tags for your images. So while page loading certain place is left for the images and visitor can go through the content while images are loading.
2.使用高度和宽度标签设置图片。这样,网页可以为图片预留空间,在图片下载的时候,访问者可以浏览网页内容。
3.If you are using large images, slice them up and make them load as part after part. For this you can use img tags like HSPACE=0 and VSPACE=0.
3.如果使用内容大的图片,把图片进行分割,各个部分依次下载。在这种情况下,你可以使用HSPACE=0以及VSPACE=0的图片标签。
Optimized image (gif format, sliced to two parts, with width and height tags, HSPACE=0 and VSPACE=0):优化后的图片(gif格式、设置了宽度和高度、HSPACE=0以及VSPACE=0)
4. Use image compression software that reduce image size. Remember, the more you reduce your image size more will be the loss of quality.
4.运用图片压缩软件,缩小图片尺寸。记住:图片尺寸越小,质量越差。你可以登入以下两个网站,获取相关的信息和软件:
http://www.spinwave.com/index.html
http://www.macromedia.com/software/fireworks/
5.If you have lot of images to display, then put them on different pages by linking the pages like 'Next Image >' or something like that instead of a long page with 10 images.
5.如果需要展示的图片数量很多,你可以使用链接网页的方式,例如:“下一页”,或者其它类似的内容。图片要安排在不同的网页上,不要把10张图片放在一张网页上。
6.Use same image over and over again if you need a similar image. Like if you are keeping a big header graphic on every page of your web site. Then use same graphic to link to all pages on your web site.
6.如果需要,可以反复使用一张图片。比如说,你可以在所有网页的页眉部分设置同一张大图片,利用这张图片把网站所有网页链接起来。
7.Flash presentations, mouse overs, animations etc increase page download time. So if you can use html instead of these, go with it.
7.Flash、mouse overs、动画等内容,会增加网站的下载时间,因此,最好用html代替这些内容。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
本文实例讲述了delphi实现保存和读取图片的方法,是非常实用的技巧。分享给大家供大家参考。具体实现方法如下:首先引用jpeg1.显示图片:ifOpenPict
技巧一:快速批量提取DOCX中的图片有时候,我们需要提取word中的图片,很不容易收集,但是看了这个小技巧肯定会让你大跌眼睛!方法步骤:1.保存要提取图片的.d
浏览网页的时候发现好多美图都想要保存下来,那么有没有什么方法可以快速的保存网页图片呢 下载图片平常生活中用得最多的恐怕鼠标右键了,对着图片点击右键,选择另存为
如何快速显示文档中的图片? 如果一篇Word文档中有好多图片,打开后显示比较慢。但我们打开文档时,快速点击“打印预览”按钮,图片就会立刻清晰的显示出来,然
本文实例讲述了AndroidTextView显示Html类解析的网页和图片及自定义标签。分享给大家供大家参考,具体如下:Android系统显示HTML网页的最佳