Add itrans (image transcoder)

This commit is contained in:
2024-08-29 11:35:41 +02:00
parent 660a5f1131
commit 783cfcb618
7 changed files with 42 additions and 16 deletions

View File

@@ -22,6 +22,8 @@ This repository contains a collection of personal tools I've developed to addres
- [directory-deletor](#directory-deletor)
5. [Misc](#misc)
- [b64encode](#b64encode)
- [cclip](#cclip)
- [image-transcoder](#image-transcoder)
## [File Management Tools](#file-management-tools)
@@ -317,4 +319,23 @@ That's it. Very small and simple tool
It simply "remembers" whatever you copied and relays it into the console.
The point of this program is to allow you to copy many entries from A to B without going between A and B every copy; ie you can copy N entries from A one by one (say links from a browser), tab into cclip and copy all N entries at once instead of copying an item from A, tabbing into B, pasting item, tabbing into A, getting the next...
The point of this program is to allow you to copy many entries from A to B without going between A and B every copy; ie you can copy N entries from A one by one (say links from a browser), tab into cclip and copy all N entries at once instead of copying an item from A, tabbing into B, pasting item, tabbing into A, getting the next...
### [image-transcoder](https://git.site.quack-lab.dev/dave/image-transcoder)
**Image transcoding**
Very simple tool that transcodes between image formats
Usage:
```
$ itrans --help
Usage of itrans:
-quality int
Quality of the image (default 80)
-safe
Backs up the original before encoding (default true)
-to string
Extension to transcode to (default ".jpg")
```
Supports png, jpg, jpeg and webp