jumps in form ability, about form ui, QGraphicsView clicking functionality, massive package restructuring

This commit is contained in:
Xevion
2019-08-04 04:04:47 -05:00
parent 6223fcfd7b
commit ed60efd485
14 changed files with 27834 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
## The Repository
![trtx: you can radially blur any image and it'll be funny](./resources/screenshot.png)
![trtx: you can radially blur any image and it'll be funny](./package/ui/images/screenshot.png)
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.
@@ -12,7 +12,7 @@ The effect may reach into being just zoom for radially, depending on how far I c
In case you wish to use this repo, these are the utilties you will require.
### [./main.py](./process.py)
**
**os** - Path managemennt
@@ -22,12 +22,6 @@ In case you wish to use this repo, these are the utilties you will require.
**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