Automatic Image labeler (for .JPG, .PNG, & .JPEG). Automagically adds the following to ALL images in a folder:
- A classification banner.
- The corresponding classification to the file name.
- A small black border to the image.
- [Optionally] The labeled images are all placed in a separate folder.
Requires Python3
Wand
(Utilizepip3 install wand
)
ImageMagick
(Manually downloading the latest ImageMagick).
-I
= /Path/to/orginal/images/
-C
= U, CUI, or S
-O
= /newfolder
python3 classiPY.py -I <image directory> -C U
python3 classiPY.py -I <image directory> -C CUI
python3 classiPY.py -I <image directory> -C S
python3 classiPY.py -I <image directory> -C CUI -O CUI_IMAGES
python3 classiPY.py -I /Home/Downloads/screenshots1 -C S -O /Home/Desktop/SECRET_IMAGES
- New - Works on both Windows & Linux. Feedback and suggestions welcome.