|
@@ -175,13 +175,13 @@ Write the pseudocode to express the scrambling algorithm described above as a re
|
175
|
175
|
|
176
|
176
|
2. The code that we provide creates the interface in Figure 9.
|
177
|
177
|
|
178
|
|
- ---
|
|
178
|
+ ---
|
179
|
179
|
|
180
|
|
- ![figure9.png](images/figure9.png)
|
|
180
|
+ ![figure9.png](images/figure9.png)
|
181
|
181
|
|
182
|
|
- **Figure 9.** Interface for the `Image Scrambler` project.
|
|
182
|
+ **Figure 9.** Interface for the `Image Scrambler` project.
|
183
|
183
|
|
184
|
|
- ---
|
|
184
|
+ ---
|
185
|
185
|
|
186
|
186
|
The button that says `Scramble Image` is programmed so it invokes a function called `ScramblerFilter`.
|
187
|
187
|
|