-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestionnaire.txt
More file actions
78 lines (53 loc) · 2.05 KB
/
Copy pathquestionnaire.txt
File metadata and controls
78 lines (53 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Code status questionnaire:
Please complete this questionnaire by selecting the appropriate answer for each question. Then include this file in the code that you send to your customers.
Import/export features:
Load a PPM file implementation: Yes
Script command to load a PPM file: Yes
Load PPM file from GUI: Yes
Load a PNG/JPG file implementation: Yes
Script command to load a PNG/JPG file: Yes
Load PNG/JPG file from GUI: Yes
Save a PPM file implementation: Yes
Script command to save a PPM file: Yes
Save PPM file from GUI: Yes
Save a PNG/JPG file implementation: Yes
Script command to save a PNG/JPG file: Yes
Save PNG/JPG file from GUI: Yes
Image manipulations:
Visualize various image components implementation: Yes
Script commands to load various image components: Yes
Visualize various image components from GUI: Yes
Flip an image horizontally implementation: Yes
Script command to flip an image horizontally: Yes
Flip an image horizontally from GUI: Yes
Flip an image vertically implementation: Yes
Script command to flip an image vertically: Yes
Flip an image vertically from GUI: Yes
Brighten/darken image implementation: Yes
Script command to bright/darken image: Yes
Blur an image implementation: Yes
Script command to blur an image: Yes
Blur an image from GUI: Yes
Sharpen an image implementation: Yes
Script command to sharpen an image: Yes
Sharpen an image from GUI: Yes
Sepia implementation: Yes
Script command for sepia: Yes
Sepia from GUI: Yes
Compression implementation: Yes
Script command for Compression: Yes
Compression from GUI: Yes
Histogram visualization from GUI: Yes
Levels-adjust implementation: Yes
Script command for levels adjustment: Yes
Levels-adjust from GUI: Yes
Color correction implementation: Yes
Script command for Color correction: Yes
Color correction from GUI: Yes
Split preview implementation: Yes
Split preview in GUI: Yes
Program:
Program runs by running main? Yes
Program runs correctly using -file option? Yes
Program runs correctly using -text option? Yes
Program runs correctly (opens GUI) with no command-line options? Yes