Skip to content

"Image Filter Processing" is a python application for image processing using a variety of filters. The user can choose to stack up layers of filters on the image. They can then choose to save the new image or quit the program.

Notifications You must be signed in to change notification settings

teshwar/Image-Filtering-Process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Image Filter Processing, Version 1.0 01/12/2019.

Installation

Python: In case it's not already installed, Python is needed for this software. Find it at https://www.python.org/downloads/. Version 3.7.4 is recommended.

Cimpl : CimpL is the Carleton (University) Image Manipulation Python Library, written by D. L Bailey. https://culearn.com

Pillow: Pillow can be installed with pip:

$ pip install Pillow

More information on https://python-pillow.org/.


Usage

On any Python-compatible IDE, such as Wing 101 [https://wingware.com/downloads/wingide-101], you can run the “L8_18_interactive_ui.py” file.

#Press L to load an image, Q to quit and S to save image. #The remaining letters are for the effects that can be applied once image loaded. Cimpl 1.04; October 6, 2017 L)oad image S)ave-as 2)-tone 3)-tone X)treme contrast T)int sepia P)osterize E)dge detect I)mproved edge detect V)ertical flip H)orizontal flip Q)uit

:


Description

"Image Filter Processing" is a python application for image processing using a variety of filters. The user can choose to stack up layers of filters on the image. They can then choose to save the new image or quit the program.


Contact Information

Name: Teshwar

Alternative Contacts: Name: Sebastien

Name: Dylan


Credits

Teshwar : Posterize, Improved Edge Detection, Horizontal Flip

Sebastien : Extreme Contrast, Vertical Flip

Dylan : Two and Three Tone, Edge Detection

As a Group: Sepia, Interactive UI

License

Image Filter Processing is licensed under the permissive MIT license.(https://choosealicense.com/licenses/mit/)

Copyright (c) [2019] [Teshwar Tarachand]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

"Image Filter Processing" is a python application for image processing using a variety of filters. The user can choose to stack up layers of filters on the image. They can then choose to save the new image or quit the program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages