This website requires JavaScript.
Explore
Help
Sign In
martin
/
databag
Watch
1
Star
0
Fork
0
You've already forked databag
mirror of
https://github.com/balzack/databag.git
synced
2025-02-12 11:39:17 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
253de78c82
databag
/
net
/
container
/
transform
/
transform_ilg.sh
4 lines
88 B
Bash
Raw
Normal View
History
Unescape
Escape
using small size for popout images
2022-08-31 06:28:19 +00:00
#!/bin/bash
handling gif properly if resized on expanded view
2023-07-26 20:59:46 +00:00
nice -n
5
convert -strip
$1
-coalesce -auto-orient -resize
'1024x1024>'
$2
using small size for popout images
2022-08-31 06:28:19 +00:00
Reference in New Issue
Copy Permalink