mirror of
https://github.com/Xevion/sharex-quickzoom.git
synced 2025-12-16 02:13:05 -06:00
46 lines
1.6 KiB
Markdown
46 lines
1.6 KiB
Markdown
# sharex-quickzoom
|
|
|
|
## The Repository
|
|
|
|

|
|
|
|
The purpose of this project is to simply provide an easy way to apply a blur effect to an image using the ShareX application.
|
|
The reasoning for zoom is mostly for personal humor.
|
|
The effect may reach into being just zoom for radially, depending on how far I can get this project going.
|
|
|
|
## Modules in use
|
|
|
|
In case you wish to use this repo, these are the utilties you will require.
|
|
|
|
### [./main.py](./process.py)
|
|
|
|
**os** - Path managemennt
|
|
|
|
**sys** - Path Management
|
|
|
|
**argparse** - Parsing arguments from command line
|
|
|
|
**subprocess** - Issuing commands to ImageMagick
|
|
|
|
### [./clean.py](./clean.py)
|
|
|
|
**os** - Path Management
|
|
|
|
**sys** - Path Management
|
|
|
|
**send2trash** - sending files to recycle bin instead of permanently deleting
|
|
|
|
## Resources
|
|
|
|
Thanks to ImageMagick for giving very useful utilities involving image manipulation.
|
|
|
|
I used commands described [here](https://www.imagemagick.org/Usage/mapping/#blur) to figure out how it works and apply it, I didn't do all that much to learn it, but it was useful none-the-less.
|
|
|
|
[Blurring mechanics](https://www.imagemagick.org/Usage/mapping/#blur) | [Convert Command](https://imagemagick.org/script/convert.php) | [ImageMagick Commandline Utility](https://imagemagick.org)
|
|
|
|
And thanks to ShareX for providing such excellent screenshot utilities.
|
|
|
|
[ShareX GitHub](https://github.com/ShareX/ShareX/) | [ShareX Website](https://getsharex.com/)
|
|
|
|
And of course, my friend, **trtx**, for inspiring me to make my dumb humor even more accessible.
|