So which one of these formats, GIF, PNG, and JPG, should we choose as a candidate format, and which image format can make the image smaller but have better image quality? 1. Image Format GIF The most outstanding feature of GIF is that it supports animation. At the same time, GIF is also a lossless image format, which means that after you modify the image, the image quality is not lost. In addition, GIF supports semi-transparency (fully transparent or fully opaque). PNG First of all, PNG includes PNG-8 and true color PNG (PNG-24 or PNG-32). The biggest advantages of PNG over GIF are:
But we know that PNG does not support animation. Also note that IE6 can support PNG-8, but will display gray when processing PNG-24 transparency. For related examples, please refer to sitepoint . Generally, images saved as PNG-8 will be smaller than GIF at the same quality, and for fully transparent images we can only use PNG-24 now. But please be careful when saving images in PNG-8 and comparing them with GIF. Because the law is not always correct. JPG JPG can display more colors than GIF and PNG, and it is well compressed, so JPG is very suitable for saving digital photos. But please note that it is a lossy compression, which means that every time you modify the image, it will cause pixel distortion. After reading the above introduction, you should have a general understanding of which format to use to save which image. In short: Bottom line: For small images or basic web page elements (such as buttons), consider PNG-8 or GIF. For photos, consider JPG. |
<<: About vue component switching, dynamic components, component caching
>>: Example code for hiding element scrollbars using CSS
border-radius:10px; /* All corners are rounded wi...
CSS Styles html,body{ width: 100%; height: 100%; ...
The commands pulled by docker are stored in the /...
Preface A character set is a set of symbols and e...
Part of the code: Copy code The code is as follow...
Why do we need permission management? 1. Computer...
Docker Installation There is no need to talk abou...
Table of contents 1. Write Webshell into outfile ...
1. Download related tools and images Download Lin...
1. Introduction to Nginx Nginx is a web server th...
Table of contents The basic principles of Vue'...
How to view linux files Command to view file cont...
If you often use FTP server in your study or work...
1. Embed is illegal The <embed> tag is a pri...
1: Install SVN yum install -y subversion 2. Creat...