Add itrans (image transcoder)
This commit is contained in:
23
README.md
23
README.md
@@ -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
|
||||
Reference in New Issue
Block a user