update readme

This commit is contained in:
Raghavendra Kamath 2016-03-05 16:22:50 +05:30
parent bfac462c7a
commit d25998d560
1 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,11 @@
# kra-output
a small personal bash script to export kra files into lowres jpg
## usage
Add this script to your appropriate bin folder(which is included in your PATH environment variable) and make it executable
Open the terminal in directory containing the kra files and run the following.
kra-output.sh <resize value>
you can provide a resize value while running the script eg kra-output.sh 30 for resizing the lowres file to 30%
if no value is provided it will resize it to 40% by default.