Skip to content

kevinher7/image_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Manager

Python package for image handling, mainly conversion between different image types.

Requirements

The only dependency in this project is pilow-heif, which can be obtained by doing

pip install pillow-heif

In order to run as a batch script from anywhere in the computer (accesing from the terminal), refer to my other repository PDF-Editor, which defines the following steps:

  1. Clone (or manually paste) this whole repository somewhere in your PC

  2. Add this directory (as in where you pasted this repository) to the PATH environmental variable

  3. Create a .bat file with the following contents

@echo off
set PYTHONPATH=C:\kev-scripts

:GETOPTS

cmd /c python -m image_manager.image_converter.image_converter %*
exit /B

and replace the value of PYTHONPATH to the project directory (aka the same directory added to the PATH).

  1. Keep in mind that the name of the batch file is the command that you wull need to execute in the terminal, for example in the case you name it topng.bat, you'd need to run
topng my_image
  1. Run topng -h in order to learn ho to use this command

TODO

  • Add a repository for Image Manager and script functionality
  • Explain what the batch file is doing (?)

About

Python package for image handling, mainly conversion between different image types.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages