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.
- Host: GitHub
- URL: https://github.com/brooks-code/img_utils
- Owner: brooks-code
- License: cc0-1.0
- Created: 2025-02-23T19:25:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T16:22:12.000Z (7 months ago)
- Last Synced: 2025-07-10T22:53:25.046Z (7 months ago)
- Topics: bash-script, batch-processing, exif-remover, image-processing, mosaic-images, poster, poster-images, python
- Language: Python
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Image utilities collection

*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.