Skip to content

HgN37/ImgConvert

Repository files navigation

Batch converter for images

Introduction

An batch image converter for Ubuntu and (maybe) other Linux distros. It use ImageMagick to convert images. Now only support jpg, png, bmp. Have both CLI and GUI version.

Usage

  • CLI version
imageBatchConverterCLI.py -d <path to folder> -i <input extension> -o <output extension> [-r]
  • GUI version

User Interface

Dependencies

  • tkinter: if you want to use GUI.
  • ImageMagick: I use bash's convert command to do image convertion.

To improved

  • Recursive search.
  • Better interface.

About

Python script to convert image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages