-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
681 lines (513 loc) · 27.1 KB
/
index.html
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Photoshopper</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<style>
.section {
padding-top: 100px; /* because of top nav */
}
.examples {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-end;
}
figure img{
max-width: 100%;
max-height: 1000px;
}
figure {
margin: 15px 5px;
}
figcaption {
color: #999;
font-family: DIN, Avenir, "Open Sans", Adelle, "Trade Gothic", "Museo Sans", serif;
}
h3 {
font-family: "Proxima Nova", "Lucida Grande", Georgia, Helvetica, DIN, Avenir, "Open Sans", Adelle, "Trade Gothic", "Museo Sans", serif;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#top">Dalton CS2 2017-18 Photoshopper Gallery</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#top">Basic Effects</a></li>
<li><a href="#b">Section B effects</a></li>
<li><a href="#d">Section D effects</a></li>
<li><a href="#e">Section E effects</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<h1 class="section"> Basic Effects</h1>
<div>CS2 Winter 2017/18: Image gallery of CS2 Photoshopper image effects.</div>
<h3>Cityscape examples</h3>
<div class="examples">
<!--
City
-->
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/copy.jpg"/>
<figcaption>Copy</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/grayMe.jpg"/>
<figcaption>Grayscale</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/invertMe.jpg"/>
<figcaption>Inverted</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/brighterMe.jpg" />
<figcaption>Brighten</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/leftSym.jpg" />
<figcaption>Left Symmetry</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/rightSym.jpg" />
<figcaption>Right Symmetry</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/sepiaMe.jpg" />
<figcaption>Sepia</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/shiftedMe.jpg" />
<figcaption>Color Shifted</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/bwMe.jpg" />
<figcaption>Black and White</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/shrinkMe.jpg" />
<figcaption>Shrink</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/basic_city/doubleImage.jpg"/>
<figcaption>Concatenate</figcaption>
</figure>
</div>
<!--
Profile pic
-->
<h3>Profile picture examples</h3>
<div class="examples">
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jergens_new.jpg" />
<figcaption>Copy</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jacobe_gray.jpg" />
<figcaption>Grayscale</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jacobe_invertColors.jpg" />
<figcaption>Inverted</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jacobr_brighten.jpg" />
<figcaption>Brighten</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jacobe_makeLeftSym.jpg" />
<figcaption>Left Symmetry</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jacobe_makeRightSym.jpg" />
<figcaption>Right Symmetry</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jacobe_makeSepia.jpg" />
<figcaption>Sepia</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jacobe_shiftcolor.jpg" />
<figcaption>Color Shifted</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/bw.jpg" />
<figcaption>Black and White</figcaption>
</figure>
<figure class="shrink">
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/shrunk.jpg" />
<figcaption>Shrink</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jacobe_concatenate.jpg" />
<figcaption>Concatenate</figcaption>
</figure>
</div>
<h1 class="section" id="b">Section B Effects</h1>
<!--
City
-->
<h3>Cityscape examples</h3>
<div class="examples">
<figure>
<img src="B_face/am_custom2.jpg" />
<figcaption>Square array by Alex Min</figcaption>
</figure>
<figure>
<img src="B_face/am_custom3.jpg" />
<figcaption>Swirl by Alex Min</figcaption>
</figure>
<figure>
<img src="B_face/am_custom1.jpg" />
<figcaption>Blur by Alex Min</figcaption>
</figure>
<figure>
<img src="B_face/dh_custom.jpg" />
<figcaption>Freaky by Dylan Hale</figcaption>
</figure>
<figure >
<img src="B_face/je_custom1.jpg" />
<figcaption>Warhol by Jake Ehrenkranz</figcaption>
</figure>
<figure>
<img src="B_face/je_custom2.jpg" />
<figcaption>Dotpic by Jake Ehrenkranz</figcaption>
</figure>
<figure>
<img src="B_face/jt_custom2.jpg" />
<figcaption>Untitled by Justin Taub</figcaption>
</figure>
<figure>
<img src="B_face/jt_custom1.jpg" />
<figcaption>Untitled by Justin Taub</figcaption>
</figure>
<figure>
<img src="B_face/kh_custom4.jpg" />
<figcaption>Rainbow by Kai Hanson</figcaption>
</figure>
<figure>
<img src="B_face/kh_custom3.jpg" />
<figcaption>Rainbow-Inverted by Kai Hanson</figcaption>
</figure>
<figure>
<img src="B_face/kh_custom2.jpg" />
<figcaption>Purple by Kai Hanson</figcaption>
</figure>
<figure>
<img src="B_face/kh_custom1.jpg" />
<figcaption>Purple-Inverted by Kai Hanson</figcaption>
</figure>
<figure>
<img src="B_face/kh_custom7.jpg" />
<figcaption>Shifted2 by Kai Hanson</figcaption>
</figure>
<figure>
<img src="B_face/lk_custom.jpg" />
<figcaption>Warhol by Lucy Kronenberg</figcaption>
</figure>
<figure>
<img src="B_face/ma_custom2.jpg" />
<figcaption>Shift2 by Manon Astier</figcaption>
</figure>
<figure>
<img src="B_face/ma_custom1.jpg" />
<figcaption>White and Black by Manon Astier</figcaption>
</figure>
<figure>
<img src="B_face/ma_custom3.jpg" />
<figcaption>Warhol by Manon Astier</figcaption>
</figure>
</div>
<!--
Profile pic
-->
<h3>Profile picture examples</h3>
<div class="examples">
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/alexmin_squareArray.jpg" />
<figcaption>Square array by Alex Min</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/jergens_warhol.jpg" />
<figcaption>Warhol by Lucy Kronenberg</figcaption>
</figure>
<figure >
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/jakee_Warhol.jpg" />
<figcaption>Warhol by Jake Ehrenkranz</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/manon_warhol_photo.jpg" />
<figcaption>Warhol by Manon Astier</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/alexmin_swirl.jpg" />
<figcaption>Swirl by Alex Min</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/alexmin_blur.jpg" />
<figcaption>Blur by Alex Min</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/dylanhale_freaky.jpg" />
<figcaption>Freaky by Dylan Hale</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/jakee_dotpic.jpg" />
<figcaption>Dotpic by Jake Ehrenkranz</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/justintaub_shiftColors.JPG" />
<figcaption>Untitled by Justin Taub</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/justintaub.JPG" />
<figcaption>Untitled by Justin Taub</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/kai_hanson_rainbowMe.jpg" />
<figcaption>Rainbow by Kai Hanson</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/kaihanson_rainbowInvertedMe.jpg" />
<figcaption>Rainbow-Inv. by K. Hanson</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/kai_purpleMe.jpg" />
<figcaption>Purple by Kai Hanson</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/kai_purpleInvertedMe.jpg" />
<figcaption>Purple-Inv. by K. Hanson</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/kai_yellowMe.jpg" />
<figcaption>Yellow by Kai Hanson</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/kai_yellowInvertMe.jpg" />
<figcaption>Yellow-Inv. by K. Hanson</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/kai_shiftedMe2.jpg" />
<figcaption>Shifted2 by Kai Hanson</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/manon_shiftColors2_photo.jpg" />
<figcaption>Shift2 by Manon Astier</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/B_face/manon_wb_photo.jpg" />
<figcaption>White & Black by M. Astier</figcaption>
</figure>
</div>
<h1 class="section" id="d">Section D Effects</h1>
<!--
City
-->
<h3>Cityscape examples</h3>
<div class="examples">
<figure>
<img src="D_face/as_custom.jpg" />
<figcaption>Untitled by Alex Sesh</figcaption></figure>
<figure>
<img src="D_face/jd_custom.jpg" />
<figcaption>Warhol by Jake Durando</figcaption></figure>
<figure>
<img src="D_face/jb_custom.jpg" />
<figcaption>Blur by Justin Benjamin</figcaption></figure>
<figure>
<img src="D_face/lk_custom2.jpg" />
<figcaption>Green tint by Leyla Kramansky</figcaption>
</figure>
<figure>
<img src="D_face/lk_custom.jpg" />
<figcaption>Merry Christmas by Leyla Kramansky</figcaption></figure>
<figure>
<img src="D_face/re_custom1.jpg" />
<figcaption>Custom color shift by Rebecca Edelman</figcaption></figure>
<figure>
<img src="D_face/re_custom2.jpg" />
<figcaption>Custom gray (shown at 25%) by Rebecca Edelman</figcaption></figure>
</div>
<!--
Profile pic
-->
<h3>Profile picture examples</h3>
<div class="examples">
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/D_face/alexsesh_personalization.jpeg">
<figcaption>Untitled by Alex Sesh</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/D_face/jakedurando_Warhol.png">
<figcaption>Warhol by Jake Durando</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/D_face/justinbenjamin_blur.jpg">
<figcaption>Blur by Justin Benjamin</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/D_face/leylak_greentint.jpg">
<figcaption>Green tint by L. Kramansky</figcaption>
</figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/D_face/leylak_merryChristmas.jpg">
<figcaption>Merry Xmas by L. Kramansky</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/D_face/rebeccaedelman_shiftedColors_custom.jpg">
<figcaption>Custom shift by R. Edelman</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/D_face/rebeccaedelmangrayscale_50%.jpg">
<figcaption>Custom (50%) gray by R. Edelman</figcaption></figure>
</div>
<h1 class="section" id="e">Section E Effects</h1>
<!--
City
-->
<h3>Cityscape examples</h3>
<div class="examples">
<figure>
<img src="E_face/ae_custom_nyc.jpg">
<figcaption>Untitled by Ari Eaton</figcaption></figure>
<figure>
<img src="E_face/dp_custom.jpg"><figcaption>Untitled by Dagny Patton</figcaption></figure>
<figure>
<img img src="E_face/je_custom.jpg"><figcaption>RedGreenBlue Scale by Jacob Edelman</figcaption></figure>
<figure>
<img src="E_face/jy_custom.jpg"><figcaption>Untitled by Jeremy Yarden</figcaption></figure>
<figure>
<img src="E_face/jg_custom9.jpg"><figcaption>Contrasted by Jesse Gallant</figcaption></figure>
<figure>
<img src="E_face/jg_custom5.jpg"><figcaption>Exploded by Jesse Gallant</figcaption></figure>
<figure>
<img src="E_face/jg_custom6.jpg"><figcaption>Puzzle by Jesse Gallant</figcaption></figure>
<figure>
<img src="E_face/jg_custom2.jpg"><figcaption>Custom rotated by Jesse Gallant</figcaption></figure>
<figure>
<img src="E_face/jg_custom7.jpg"><figcaption>Swirled by Jesse Gallant</figcaption></figure>
<figure>
<img src="E_face/jg_custom8.jpg"><figcaption>Unswirled by Jesse Gallant</figcaption></figure>
<figure>
<img src="E_face/jg_custom1.jpg"><figcaption>Triangulated by Jesse Gallant</figcaption></figure>
<figure>
<img src="E_face/kw_custom1.jpg">
<figcaption>Random Rotate by Kathryn Wang</figcaption></figure>
<figure>
<img src="E_face/kw_custom2.jpg"><figcaption>Blended by Kathryn Wang</figcaption></figure>
<figure class="large"><img src="E_face/lf_custom.jpg" alt=""><figcaption>Rainbow by Lauren Franco</figcaption></figure>
<figure>
<img src="E_face/nyc_blur.jpg"><figcaption>Blur by Max Popick</figcaption></figure>
<figure><img src="E_face/nyc_bright.jpg" alt=""><figcaption>Custom bright (shown at 80%) by Max Popick</figcaption></figure>
<figure>
<img src="E_face/nyc_rotated_CCW.jpg" alt=""><figcaption>Rotated counter-clockwise by Max Popick</figcaption></figure>
<figure>
<img src="E_face/nyc_rotated_CW.jpg" alt=""><figcaption>Rotated clockwise by Max Popick</figcaption></figure>
<figure><img src="E_face/mp_nyc_shift.jpg" alt=""><figcaption>Custom color shift (shown at 100 degrees) by Max Popick</figcaption></figure>
<figure>
<img src="E_face/nyc_x_flipped.jpg" alt=""><figcaption>X-Flipped by Max Popick</figcaption></figure>
<figure>
<img src="E_face/nyc_y_flipped.jpg" alt=""><figcaption>Y-Flipped by Max Popick</figcaption></figure>
<figure>
<img src="E_face/nyc_cropped_x_0-100_and_y_0-100.jpg" alt=""><figcaption>Crop by M. Popick</figcaption></figure>
<figure>
<img src="E_face/nyc_nyc_rotated_180_difference.jpg" alt=""><figcaption>Difference (shown for original versus Y-flipped) by Max Popick</figcaption></figure>
<figure>
<img src="E_face/os_custom.jpg" alt="">
<figcaption>Untitled by Oliver Schlesinger</figcaption></figure>
<figure class="photobooth">
<img src="E_face/ts_custom.jpg" alt="">
<figcaption>Photo Booth by Theo Strauss</figcaption></figure>
<figure class="large"><img src="E_face/wr_custom.jpg"><figcaption>Seurat by William Ricci</figcaption></figure>
</div>
<!--
Profile pic
-->
<h3>Profile picture examples</h3>
<div class="examples">
<figure ><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/dagneypatton_personalized.jpg">
<figcaption>Untitled by Dagny Patton</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jeremyyardencustom.jpg">
<figcaption>Untitled by Jeremy Yarden</figcaption></figure>
<figure><img img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/deenhussain_custom.jpg">
<figcaption>Untitled by Deen Hussain</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/kathrynwang_rotated.jpg">
<figcaption>Random Rotate by Kathryn Wang</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/kathrynwang_AndyWarholImage.jpg"><figcaption>Andy Warhol by Kathryn Wang</figcaption></figure>
<figure><img src="E_face/ae_custom.jpg">
<figcaption>Untitled by Ari Eaton</figcaption></figure>
<figure><img img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jacobe_redgreenbluescale.jpg">
<figcaption>RedGreenBlue Scale by Jacob Edelman</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/seuratcopy.JPG"><figcaption>Seurat by William Ricci</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jessegallant_contrast.jpg">
<figcaption>Contrasted by Jesse Gallant</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jessegallant_explode.jpg">
<figcaption>Exploded by Jesse Gallant</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jessegallant_puzzle.jpg">
<figcaption>Puzzle by Jesse Gallant</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jessegallant_swirl.jpg">
<figcaption>Swirled by Jesse Gallant</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jessegallant_unswirl.jpg">
<figcaption>Unswirled by J. Gallant</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jessegallant_rotate.jpg">
<figcaption>Custom rotate by J. Gallant</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/jessegallant_triangulate.jpg">
<figcaption>Triangulated by J. Gallant</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/kathrynwang_blendedImage.jpg">
<figcaption>Blended by Kathryn Wang</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/maxpopick_jergens_blur.jpg">
<figcaption>Blur by Max Popick</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/maxpopick_jergens_bright_40.0%.jpg">
<figcaption>40% Bright by M. Popick</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/maxpopick_jergens_rotated_CCW.jpg">
<figcaption>Rotated ccw by M. Popick</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/maxpopick_jergens_rotated_CW.jpg">
<figcaption>Rotated cw by Max Popick</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/maxpopick_jergens_shift_hue_180.0.jpg"><figcaption>Custom shift by M. Popick</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/maxpopick_jergens_x_flipped.jpg">
<figcaption>X-Flipped by Max Popick</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/maxpopick_jergens_y_flipped.jpg">
<figcaption>Y-Flipped by Max Popick</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/maxpopick_jergens_cropped_x_0-100_and_y_0-100.jpg">
<figcaption>Crop by M. Popick</figcaption></figure>
<figure>
<img src="E_face/mp_custom_diff.jpg">
<figcaption>Difference by Max Popick</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/oliver.jpg">
<figcaption>Untitled by Oliver Schlesinger</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/williambarkoff_faceemotiondetection.png">
<figcaption>Emotion Detection by W. Barkoff</figcaption>
</figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/faces.png">
<figcaption>Emotion Detection by W. Barkoff</figcaption>
</figure>
<figure>
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/faces_copy.png">
<figcaption>Face & Emotion Detection by William Barkoff</figcaption>
</figure>
<figure class="medium">
<img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/faces_copy_2.png">
<figcaption>Face & Emotion Detection by W. Barkoff</figcaption>
</figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/theo_photoBoothed.jpg">
<figcaption>Photo Booth by T. Strauss</figcaption></figure>
<figure><img src="https://raw.githubusercontent.com/daltonschool/Photoshopper/master/E_face/laurenfranco_rainbowImage.jpg"><figcaption>Rainbow by Lauren Franco</figcaption></figure>
</div>
</div>
</div>
<!-- /#page-content-wrapper -->
</body>
</html>