Skip to content
Snippets Groups Projects
Commit d9f472a9 authored by Kevin Whitaker's avatar Kevin Whitaker
Browse files

Upload New File

parents
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
convert "$1" -resize '800x480!' -define modulate:colorspace=HSB -modulate 100,120 -level 2% -quality 70 "${1%.*}.inky.jpeg"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment