PFX or Python-Effects is a PyPI Package which helps in Standard Imaging Techniques.
Check it out at : https://pypi.org/project/PFX/
Enter either of the pip commands on your console to install it.
pip install PFX
or pip install pfx
PFX can apply various effects to a given image Following commands can be used:
The result will be saved in the same file path, a prompt will also be shown as to where the file is saved!
pfx -bg "filepath.png"
or
pfx -black_white "filepath.png"
pfx -p "filepath.png"
or
pfx -pixelate "filepath.png"
pfx -b "filepath.png"
or
pfx -blur "filepath.png"
pfx -be "filepath.png"
or
pfx -bluredge "filepath.png"
pfx -tn "filepath.png"
or
pfx -thumbnail "filepath.png"
pfx -pdf "filepath.png"
or
pfx -makepdf "filepath.png"
Run the following snippet for command list :
pfx -h
Then help yourself!
-
This is the first draft of the PYPI package.
-
This is prone to bugs. Let me know if any issues come up.
-
PFX is a dumb name, waiting for the real name's ownership to clear up.
- Feel free to share any open ideas!