AIMP Forum
AIMP for Windows => Вопросы / Questions => Topic started by: xeo on January 24, 2025, 19:16:57
-
When I copy cover image in the tag editor and paste it again, it always pastes as png. Same thing in ATE. It should keep a copied/original format.
(https://i.imgur.com/UCnJnpa.gif)
-
Yes, this is correct behavior. PNG is almost optimal file format for all cases
-
I believe that the JPG format is quite sufficient for the covers, PNG is much bigger. It shouldn't convert format without asking user and copied/original format should be kept.
-
I believe that the JPG format is quite sufficient for the covers, PNG is much bigger. It shouldn't convert format without asking user and copied/original format should be kept.
Jpeg is lossy, each re-saving reduce the quality. additionally, it does not support transparency
-
It depends what quality is set for saving jpg. I just tested some covers and if set 95 quality value (original quality) and saved many times (10), there is no visual difference (no noise or color change). Only the size of the file has decreased (once), but without losing quality. Besides, who needs transparency in covers...
-
Is it possible to increase the compression factor of the PNG format?
The difference in size is not great, but you can save some disk space.
-
Is it possible to increase the compression factor of the PNG format?
Yes, but probably with visible loss of quality.
The difference in size is not great, but you can save some disk space.
You can save a lot of disk space (comparing to png) using jpg (set to 95 quality value).
-
It depends what quality is set for saving jpg. I just tested some covers and if set 95 quality value (original quality) and saved many times (10), there is no visual difference (no noise or color change). Only the size of the file has decreased (once), but without losing quality. Besides, who needs transparency in covers...
Some Image Editors / Viewers has ability to save JPEG without lossy quality. AIMP uses GDI+ that does not have this feature.
Is it possible to increase the compression factor of the PNG format?
Not via built-in features of GDI+.
Yes, but probably with visible loss of quality.You can save a lot of disk space (comparing to png) using jpg (set to 95 quality value).
I've a small wrapper around png quant utility that can reduce quality (and size) of png image without visible loss of quality.
https://github.com/ArtemIzmaylov/PNGQuantGUI