Β© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Kritika Singhal
Learning By Doing
There might be a time when we have a folder containing images in jpg format and we want to convert all the images in png. Doing this manually would consume a lot of time. In this article I have written how this can be done in a single command using ...
Ruth Ikegah
Learning to do things the backend way, Github Star, OSS lover and advocate
Hi Kritika SinghalNice article! I got a bug while trying to replicate this. It creates the folder but does not convert the image.
Hi Ruth, thanks for trying out this code π. I have rechecked the code and it is working correctly.
Please make sure you have all the required libraries installed and have executed the code in correct way.
If still this doesn't work then feel free to contact me on twitter
Emilie Shin
front-end dev
your content is making me wonder how the conversion actually take place under the hood! maybe need to investigate in the difference between the two formats and what the python library actually do. inspirational! ;-)
Ruth Ikegah
Learning to do things the backend way, Github Star, OSS lover and advocate
Hi Kritika SinghalNice article! I got a bug while trying to replicate this. It creates the folder but does not convert the image.