I have a bunch of .webp images that I want to convert to .png. How can I do that without introducing any loss? GUI or CLI doesn't matter
Asked
Active
Viewed 4,979 times
2 Answers
5
The challenge here is in not discarding any transparency that may exist in your original .webp file.
If you use Microsoft Paint, which is both able to open WebP images and save PNG files, it will give you the following warning when you try to save it as a PNG file:
In order to preserve any transparency, you would either need to use an application such as Photoshop or GIMP, or an online tool such as this.
Mr Ethernet
- 4,459
