fsh/stack/resizer.sh
Tessa L. H. Lovelace d7273aa0c0 Directory restructure, legacy nomenclature.
Documentation of platform-specific implementations has their own subdirectory.

Renamed the Mikrotik software doc appropriately.
2020-05-17 10:27:02 -07:00

14 lines
312 B
Bash

#!/bin/bash -u
#
# usage:
# f --tool resizer "<path/to/folder/or/file.media"
#
# input - path to digital picture(s), resizes optimized for web/CDN use.
#
# output - an approximation of the original media, resized to <configurable/>
#
# @todo - implement this, deploy to laminar, integrate with seafile
exit 13