0.0.1 • Published 5 years ago

profile-photo-optimizer v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

profile-photo-optimizer

Tool that optimizes the size of profile photos. It validates the faces in the images, and limits its sizes.

npm i -g profile-photo-optimizer

Examples

profile-photo-optimizer ./image.png ./output.png --one-face --max-size 1000x1000

profile-photo-optimizer ./image.png ./output.png --faces 2 --max-size 1000x1000

profile-photo-optimizer ./image.png ./output.png --face-required --max-width 2000 --max-height 2000