-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage.html
More file actions
28 lines (28 loc) · 873 Bytes
/
Copy pathimage.html
File metadata and controls
28 lines (28 loc) · 873 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>RichTools | image.c</title>
</head>
<body>
<div class="container">
<a href="/">back</a>
<h1>Image Processing in C?</h1>
<p>Building image processing algorithms from scratch using raw pixel manipulation in C.</p>
<ul>
<li>
<input type="checkbox">
<label>
<a href="https://github.com/RichTools/PixelProc">Basic Image Processing algorithms in a Photoshop like interface</a>
</label>
</li>
<li>
<input type="checkbox">
<label>Seam Carving</label>
</li>
</ul>
</div>
</body>
</html>