Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reduce size of a .png image without losing transparency

Tags:

image

Basically, I'd like to resize or resample a .png image (in order to reduce its file size) and yet retain it's transparency.

Anybody got an idea how best to go about this?

Thanks.

like image 676
Igwe Kalu Avatar asked Dec 20 '12 01:12

Igwe Kalu


People also ask

How do I reduce the size of an image without losing resolution?

If you want to resize an image without losing quality, you need to make sure that the "Resample" checkbox is unchecked. This checkbox tells Paint to change the number of pixels in the image. When you uncheck this box, Paint will not change the number of pixels, and the quality of the image will not be reduced.

Do PNG files keep transparency?

A Portable Network Graphic (PNG) file is a raster image that uses lossless compression. That means that PNGs retain all their original file data when compressed, so they can contain a great deal of image detail. They also support opacity and transparency.

Does resized PNG lose quality?

Your image may appear blurry due to a compression issue. Whenever you resize an image, text or graphic, you are also shrinking and enlarging the pixels of that image/text. While you shouldn't expect a loss in quality with minor resizing, any substantial resizing of JPG images will result in a visibly poorer image.


1 Answers

You can use paint.net, it is a free tool. Although it is pretty basic, it does the job.

Go to Image > Resize

like image 191
Dibyendu Avatar answered Oct 23 '22 00:10

Dibyendu