1.0.1 • Published 10 months ago

upscale v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

ImageUpscale

A CLI tool to upscale and enhance images.

Usage

You can run this tool without installation using npx:

npx imageupscale <input-file> <output-file>

Example:

npx upscale input.webp output.png

This will upscale the image to a maximum of 1920x1080 while maintaining the aspect ratio, increase sharpness, contrast, and brightness.

Installation (optional)

If you prefer, you can install the package globally:

npm install -g upscale

Then use it as:

upscale <input-file> <output-file>

License

MIT

1.0.1

10 months ago

1.0.0

10 months ago