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

https://github.com/brooks-code/img_utils

Collection of image related processing utilities.
https://github.com/brooks-code/img_utils

bash-script batch-processing exif-remover image-processing mosaic-images poster poster-images python

Last synced: 7 months ago
JSON representation

Collection of image related processing utilities.

Awesome Lists containing this project

README

          

# Image utilities collection

![Banner Image](/img/1.jpg "A banner image depicting an audio K7 with a sticker on it.")
*Source: Stanford Artificial Intelligence Laboratory's Outreach Summer camp ft. some online mockup generator.*

This repository contains a collection of scripts and tools for working with images. These utilities were designed while facing some challenges during projects or just in order to automate the boring stuff.

## Table of contents

- [Image utilities collection](#image-utilities-collection)
- [Table of contents](#table-of-contents)
- [Utilities](#utilities)
- [Installation](#installation)
- [License](#license)

## Utilities

The following utilities are currently available in this repository:

* `BRRER.sh`: [A bash script](/jpeg_brrer/) for resizing and renaming images, as well as removing EXIF metadata *(added in Feb. 2025)*.
* `posteritas`: [A python script](/posteritas/) for creating a poster mosaic from pictures located within a folder *(added in Apr. 2025)*.
* *more utilities will appear here as they are added to this repository.*

## Installation

To use the utilities in this repository, download the folders containing the tools you're interested in or simply clone the whole repository to your local machine:

```bash
git clone https://github.com/brooks-code/img_utils.git
```

## License

The scripts are provided under a Creative Commons CC0 license. See the [LICENSE](/LICENSE) file for details.
Feel free to adapt these scripts according to your needs.