subject

Your image filter program must: Create three filters each of which manipulate the image at the pixel level.
Of the three filters you create, two must create the filter based on user input.
Use Python constructs to accomplish these tasks, including:
creating functions,
using selection (if/elif/else),
using iteration (while and for ), and
getting input.
Include documentation explaining how the code segment functions for each filter.
Your program should be aesthetically pleasing and easy to use.
YOU CAN'T USE PYTHON BUILT IN FILTERS ONLY PIXEL MANIPULATION.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:30
Kto rozmawia z clamentain przez krótkofalówke w the walking dead która śledzi lee w 4 epizodzie
Answers: 1
question
Computers and Technology, 23.06.2019 15:20
In a game with three frames, where will the objects on layer 1 appear? a. next to the play area b. in the middle of the game c. behind everything else d. in front of everything else
Answers: 1
question
Computers and Technology, 24.06.2019 17:00
What are some examples of what can be changed through options available in the font dialog box? check all that apply. font family italicizing bolding pasting drop shadow cutting character spacing special symbols
Answers: 2
question
Computers and Technology, 24.06.2019 18:30
*write a program that defines symbolic names for several string literals (chars between quotes). * use each symbolic name in a variable definition. * use of symbolic to compose the assembly code instruction set can perform vara = (vara - varb) + (varc - vard); ensure that variable is in unsigned integer data type. * you should also further enhance your symbolic logic block to to perform expression by introducing addition substitution rule. vara = (vara+varb) - (varc+vard).
Answers: 1
You know the right answer?
Your image filter program must: Create three filters each of which manipulate the image at the pixe...
Questions
question
Mathematics, 22.06.2019 14:30