An open API service indexing awesome lists of open source software.

https://github.com/zeptofine/console_image_utils

A collection of Console utilities I've made
https://github.com/zeptofine/console_image_utils

bash-script contributions-welcome ffmpeg opencv-python python utility

Last synced: about 1 month ago
JSON representation

A collection of Console utilities I've made

Awesome Lists containing this project

README

        

# Console_Image_Utils

## A set of utilities to help with managing images

It was mostly just an excuse to learn bash, and eventually some turned to python.
(Remember to `pip install -r requirements.txt` for the Python scripts to work.)

[Difference.py](Difference.py): Used to convert images from one format to another, and downscale if above a certain threshold.

> `python Difference.py Input/Directory Output/Directory --file-type png --scale 1024`

[Prefix_CopyAll.py](Prefix_CopyAll.py): Used to copy certain images from one folder to another based on a prefix.
> `python Prefix_CopyAll.py Input/Directory Prefix`

[Prefix.DelAll.sh](Prefix.DelAll.sh): Same as CopyAll but for deletions.

[imgbrd_grabber_gen.py](imgbrd_grabber_gen.py): Makes a download list that can be read by imgbrd-grabber.

[useful_aliases.sh](useful_aliases.sh): A small collection of aliases I find useful.

## Special Scripts

- [special/flip_ui.sh](special/flip_ui.sh) : Switches between TTY and GUI

- [special/logic.py](special/logic.py) : Simplifies truth tables using [logicmin](https://github.com/dreylago/logicmin)

- [special/MountRam.sh](special/MountRam.sh) : Makes a temporary ramdisk

- [special/val_timelapse.sh](special/val_timelapse.sh) : Goes through folder and makes a blended timelapse with the images using `ffmpeg`