Skip to content

rodrigogalera/JPGtoPNG_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Image to PNG Converter

A simple Python script that converts all images from a source folder to PNG format and saves them into a destination folder.

Features

  • Converts all images in a given folder to .png
  • Preserves original file names
  • Automatically creates the destination folder if it doesn't exist
  • Works with any image format supported by Pillow

How to Use

#Install Requirements This script uses Pillow. Install it with:

pip install pillow

About

Convert images from JPG to PNG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages