Add itrans (image transcoder)
This commit is contained in:
21
README.md
21
README.md
@@ -22,6 +22,8 @@ This repository contains a collection of personal tools I've developed to addres
|
|||||||
- [directory-deletor](#directory-deletor)
|
- [directory-deletor](#directory-deletor)
|
||||||
5. [Misc](#misc)
|
5. [Misc](#misc)
|
||||||
- [b64encode](#b64encode)
|
- [b64encode](#b64encode)
|
||||||
|
- [cclip](#cclip)
|
||||||
|
- [image-transcoder](#image-transcoder)
|
||||||
|
|
||||||
## [File Management Tools](#file-management-tools)
|
## [File Management Tools](#file-management-tools)
|
||||||
|
|
||||||
@@ -318,3 +320,22 @@ That's it. Very small and simple tool
|
|||||||
It simply "remembers" whatever you copied and relays it into the console.
|
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
|
BIN
itrans.exe
(Stored with Git LFS)
Normal file
BIN
itrans.exe
(Stored with Git LFS)
Normal file
Binary file not shown.
1
sync
1
sync
@@ -8,3 +8,4 @@
|
|||||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\lazygit-cleaner\lazygit-cleaner.exe",lazygit-cleaner.exe,t,t
|
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\lazygit-cleaner\lazygit-cleaner.exe",lazygit-cleaner.exe,t,t
|
||||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\b64encode\b64encode.exe",b64encode.exe,t,t
|
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\b64encode\b64encode.exe",b64encode.exe,t,t
|
||||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\cclip\cclip.exe",cclip.exe,t,t
|
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\cclip\cclip.exe",cclip.exe,t,t
|
||||||
|
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\image-transcoder\image-transcoder.exe",itrans.exe,t,t
|
19
sync2bin
19
sync2bin
@@ -1,9 +1,10 @@
|
|||||||
fiter.exe,"C:\Program Files\Git\usr\bin\fiter.exe"
|
fiter.exe,"C:\Program Files\Git\usr\bin\fiter.exe",t
|
||||||
fmoditer.exe,"C:\Program Files\Git\usr\bin\fmoditer.exe"
|
fmoditer.exe,"C:\Program Files\Git\usr\bin\fmoditer.exe",t
|
||||||
vsclean.exe,"C:\Program Files\Git\usr\bin\vsclean.exe"
|
vsclean.exe,"C:\Program Files\Git\usr\bin\vsclean.exe",t
|
||||||
cln.exe,"C:\Program Files\Git\usr\bin\cln.exe"
|
cln.exe,"C:\Program Files\Git\usr\bin\cln.exe",t
|
||||||
repo.exe,"C:\Program Files\Git\usr\bin\repo.exe"
|
repo.exe,"C:\Program Files\Git\usr\bin\repo.exe",t
|
||||||
autoruns.exe,"~\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Autoruns.exe"
|
autoruns.exe,"~\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Autoruns.exe",t
|
||||||
autoruns.exe,"C:\Program Files\Git\usr\bin\Autoruns.exe"
|
autoruns.exe,"C:\Program Files\Git\usr\bin\autoruns.exe",t
|
||||||
lazygit-cleaner,"C:\Program Files\Git\usr\bin\lazygit-cleaner.exe"
|
lazygit-cleaner.exe,"C:\Program Files\Git\usr\bin\lgclean.exe",t
|
||||||
cclip,"C:\Program Files\Git\usr\bin\cclip.exe"
|
cclip.exe,"C:\Program Files\Git\usr\bin\cclip.exe",t
|
||||||
|
itrans.exe,"C:\Program Files\Git\usr\bin\itrans.exe",t
|
Reference in New Issue
Block a user