Skip to content

duckmath/image-editor-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image-Editor-Lite

A python program that edits the format and size of images

Usage instructions

  • Clone this repository / Download main.py file
  • Create folders 'images' and 'edited-images' inside the same directory as the main.py file.

Folder structure

  • Add the images that need to be resized to the 'images' folder

Folder structure

  • Run the program using the command python main.py or python3 main.py

  • The images provided will be resized to 500x500 and converted to webp format and saved in the 'edited-images' folder

Folder structure

This is what happens

Original image Edited image
Input image Output image

Personally,

This was used for duckmath.org as I needed to switch from bad compression images like pngs and jpgs to webp.