vseventer / sharp-cli

CLI for sharp.
MIT License
189 stars 20 forks source link

resize.fit #44

Closed pavelloz closed 4 years ago

pavelloz commented 4 years ago

Hey,

Ive been trying to debug my sharp implementation with your tool but i cant find one thing - fit

Its documented here: https://sharp.pixelplumbing.com/api-resize#resize

Im using fit: inside in my app but i dont know where to specify it when using the cli.

Thanks for your help :)

vseventer commented 4 years ago

Run sharp resize --help and you will see how to use the --fit option.

pavelloz commented 4 years ago

Thank you :)