How to adjust the image file size? This is a question that bothers many people. When image files are too large, it can cause slow loading or insufficient storage space. In this article, PHP editor Strawberry introduces in detail how to resize image files, including using online tools, image editing software, and command line tools. By reading this article, you will learn various techniques for resizing image files to effectively reduce file size while maintaining image quality.
First of all, let’s take the original image below for comparison. You can see that the size is 439K.
After we import the image into PS, there are two ways to achieve it.
First method: We click [Image]-[Image Size] (shortcut key CTLR+ALT+I) to lower the resolution of the image.
Second method: This method is the most common. We use the shortcut keys CTLR+ALT+SHIFT+S to store the image in a format used by the Web.
Then we click the small arrow next to the preset and select [Optimize File Size] in the pop-up menu.
#Fill in the desired file size in the file size setting, and finally confirm and save.
After saving, we can see that the processed image file size is significantly smaller than before.
Isn’t it very simple? This method is to quickly reduce the image storage size without affecting the image size. Come and try it, friends. .
The above is the detailed content of How to adjust image file size in PS_A matter of saving. For more information, please follow other related articles on the PHP Chinese website!