-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
244 lines (205 loc) Β· 12.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
<meta charset="utf-8">
<title>Meme Deep Fryer</title>
<meta name="description" content="Simple online tool to deep-fry images via filters, jpeg crushing, and bulging (new!). Serve with laundry sauce.">
<meta name="keywords" content="deep fried meme generator, deep fried memes, deepfriedmemes, meme deep fryer, jpeg compressor, jpeg crusher">
<meta name="author" content="https://dmitry.lol">
<!-- Mobile Specific Metas
ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
<link rel="stylesheet" href="vendor/normalize.css">
<link rel="stylesheet" href="vendor/skeleton.css">
<link rel="stylesheet" href="main.css">
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<!-- Favicon
ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- Progressive WebApp Support -->
<link rel="manifest" href="/manifest.json" />
<!-- $ -->
</head>
<body>
<div id="wrapper">
<!-- Primary Page Layout
ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
<div class="waldo row"><div id="waldo-tag-9775"></div></div>
<div class="container" style="padding: 2em;">
<div class="row">
<div class="column">
<ul class="community-links">
<li>
<a class="tooltip tooltip-bottom" data-tooltip="Deep Fried Memes are a style of meme wherein an image is run through dozens of filters to the point where the image appears grainy, washed-out, and strangely colored. --Know Your Meme" href="#">What is this?</a>
</li>
</ul>
</div>
</div>
<h3 id="title">Meme Deep Fryer <i class="em em-ok_hand" style="font-size:70%"></i></h3>
<div class="row">
<input class="" type="file" id="imageLoader" name="imageLoader" />
<label for="imageLoader">Browse</label>
</div>
<div class="row">
<div class="five columns">
<div id="Filters" class="noselect">
<div class="collapsible-pane" data-label="Filters">
<div class="Filter slider">
<span>brightness (<span class="FilterValue"></span>) </span>
<div class="FilterSetting">
<input type="range" min="-10" max="30" step="1" value="15" data-filter="brightness">
</div>
</div>
<div class="Filter slider">
<span>contrast (<span class="FilterValue"></span>) </span>
<div class="FilterSetting">
<input type="range" min="0" max="300" step="1" value="155" data-filter="contrast">
</div>
</div>
<div class="Filter slider">
<span>sharpen (<span class="FilterValue"></span>) </span>
<div class="FilterSetting">
<input type="range" min="0" max="800" step="1" value="83" data-filter="sharpen">
</div>
</div>
<div class="Filter slider">
<span>saturation (<span class="FilterValue"></span>) </span>
<div class="FilterSetting">
<input type="range" min="0" max="300" step="1" value="0" data-filter="saturation">
</div>
</div>
<div class="Filter slider">
<span>noise (<span class="FilterValue"></span>) </span>
<div class="FilterSetting">
<input type="range" min="0" max="100" step="1" value="18" data-filter="noise">
</div>
</div>
</div>
<div class="collapsible-pane" data-label="jpeg">
<div class="togglegroup">
<span>jpeg</span>
<label><input id="jpeg-before" type="checkbox" /><span>before</span></label>
<label><input id="jpeg-after" type="checkbox" checked /><span>after</span></label>
<span>filters</span>
</div>
<div id="jpeg_opts">
<div class="slider">
<span>jpeg repetitions (<span class="FilterValue jpeg-val"></span>) </span>
<div class="setting">
<input id="jpeg_times" type="range" min="1" max="200" step="1" value="28">
</div>
</div>
<div class="slider">
<span>jpeg quality (<span class="FilterValue jpeg-val"></span>) </span>
<div class="setting">
<input id="jpeg_quality" type="range" min="0" max="0.5" step="0.025" value="0.175">
</div>
</div>
</div>
</div>
<div class="collapsible-pane" data-label="bulge">
<div class="togglegroup">
<label><input id="unlock-bulges" type="checkbox" /><span>Enable</span></label>
<span>the buggy bulge tool?</span>
<div id="bulge_opts">
<p>Click the canvas to add/remove draggable nubs. Work in progress.</p>
<div class="slider">
<span>Global strength (<span class="FilterValue global-str-val"></span>) </span>
<div class="setting">
<input id="global-str" type="range" min="-1" max="1" step="0.05" value="0.7">
</div>
</div>
<div class="slider">
<span>Global radius (<span class="FilterValue global-radius-val"></span>)
</span>
<div class="setting">
<input id="global-radius" type="range" min="0" max="1" step="0.05" value="0.2">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="seven columns">
<div class="row">
<div id="canvas-container">
<div id="nubs"></div>
<canvas id="canvas"> </canvas>
</div>
</div>
<div class="row">
<a class="button noselect" id="dl-btn">Save Image</a>
</div>
</div>
</div>
<div class="row">
<span id="statustext" class="noselect"></span>
</div>
</div>
<div id="bottom">
<div class="waldo row" ><div id="waldo-tag-9776"></div></div>
<div id="footer">
<span style="float: left;">Built by <a href="https://dmitry.lol">Dmitry</a>.</span>
<span><a href="#privacy" rel="modal:open">Privacy Policy</a></span> |
<span><a href="https://github.com/efskap/deepfriedmemes.com">View on GitHub</a></span>
</div>
</div>
</div>
<div id="privacy" class="modal" hidden>
<h3>DeepFriedMemes.com privacy policy</h3>
<h4>Data collected</h4>
<p>
DeepFriedMemes.com does not set or use any cookies.
<p>
DeepFriedMemes.com uses third party trackers (GoatCounter), but does not permanently retain any user data on its servers.
<br/>Due to the very nature of the HTTP protocol, its servers have temporary knowledge of some user data, including but not limited to: IP address, browser type (user agent) and more.
<br/>This data is not permanently stored by DeepFriedMemes.com and is only used temporarily during a user's visit.
<br/>This temporary data is not used for any other purposes nor shared with third parties.
</p>
<h4>GoatCounter</h4>
<p>
DeepFriedMemes.com embeds a script by Goatcounter.com to track website usage. This information is publically accessible at <a href="https://dfm.goatcounter.com">https://dfm.goatcounter.com</a>.
</p>
<p>Goatcounter.com claims that no personal information (such as IP address) is permanently stored by them.<br/>Learn more at <a href="https://www.goatcounter.com/privacy">https://www.goatcounter.com/privacy</a>
</p>
<h4>Advertising</h4>
<p>
Ads appearing on our website may be delivered to users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information
about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies
by any advertisers.
</p>
<h4> Owner and data controller</h4>
<p>Please contact <a href="mailto:dfm@dmitry.lol">dfm@dmitry.lol</a> for any inquiry.
</p>
</div>
<!-- End Document
ββββββββββββββββββββββββββββββββββββββββββββββββββ -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/camanjs/4.1.2/caman.full.min.js"></script>
<script src="vendor/glfx.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
<script src="main.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/rangeslider.js/2.3.0/rangeslider.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/rangeslider.js/2.3.0/rangeslider.min.js"></script>
<!-- jQuery Modal -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" />
<!-- Progressive WebApp Support -->
<script>
if (navigator.serviceWorker.controller) {
console.log("Active service worker found, no need to register");
} else {
navigator.serviceWorker.register("/sw.js").then(function(reg) {
console.log("Service worker has been registered for scope: " + reg.scope);
});
}
</script>
<!--analytics (though rather privacy friendly dw) -->
<script data-goatcounter="https://dfm.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>