summaryrefslogtreecommitdiff
path: root/share/frontend/imbreak/index.html
blob: 7bab966c53d37cb8066f6902550c2a49119c1713 (plain)
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
<html>
<!--
        *                                                       *
       ***                                                     ***
       ****                                                   ****
       *   ******                                       ******   *
       *         ***************************************         *
        **            *       ______*______       *            **
          *****      *        ______*______        *      *****
               *******        ______*______        *******
            ***       ****          *         ****        ***
                ****** *oo*******  ***  *******oo* ******
                     *   *o********* *********o*   *
                      *   *                   *   *
                       *   *   _         _   *   *
                        *   *  -_       _-  *   *
                         *  *   -_     _-   *  *
                          * *     -___-     * *
                           *                 *
                          *********************
                          *      **   **      *
                            *    **   **    *
                              *  _-----_  *
                                *********
by pepper
-->  
<head>
		<link href='jquery-ui-1.8.16.custom.css' rel='stylesheet' type='text/css' />
		<link href='cssreset.css' rel='stylesheet' type='text/css'/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<meta property="og:title" content="FOTO FUCKER"/> 
<link rel="shortcut icon" href="imbreakfavico.ico">
<meta property="og:type" content="website"/> 
<meta name=Author content="Pepper"/>
<meta property="og:url" content="http://asdf.us/imbreak/"/> 
<meta property="og:image" content="http://asdf.us/imbreak/og.jpg" />
<meta property="og:site_name" content="asdf.us"/> 
<meta property="og:description" content="now it's time to get back at those photos and fuck them up"/> 
<meta property="fb:admins" content="100001923956223,1709246"/>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<style type='text/css'>
body
	{
	font-size:11px;
	background-image:url(_broken_by_janie_30e_semitrans1.png);
	overflow:hidden;
	}
#header
	{
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px 14px 14px 14px;
	padding:10px;
	width: 100%;
	background-image:url(columns.jpg);
	background-color:white;
	}
#controls
	{
	width:47%;
	padding:24px;
	background-color:rgba(240, 240, 240,0.9);
	-moz-box-shadow: 0px 0px 9px 1px whitesmoke;
	-webkit-box-shadow: 0px 0px 9px 1px whitesmoke;
	box-shadow: 0px 0px 9px 1px whitesmoke;
	position:fixed;
	z-index:100;
	top:48%;
	}
#breakmode
	{
	background-color:#FAFAFA;
	}
#copyright
	{
	position:absolute;
	bottom:10px;
	left:720px;
	color:red;
	}
#likebutton
	{
	background-color:#F7f7f7;
	right:20px;
	position:absolute;
	bottom:10px;
	}
#links
	{
	background-color:#FFFFFF;
	}
#url
	{
	width:70%;
	font-size:11;
	}
#result
	{
	display:none;
	position:fixed;
	top:20px;
	right:10px;	
	background-color:rgba(250, 250, 250,0.8);
	width:50%;
	 -moz-box-shadow: 0px 0px 9px 1px whitesmoke;
  -webkit-box-shadow: 0px 0px 9px 1px whitesmoke;
  box-shadow: 0px 0px 9px 1px whitesmoke;
	}
.results
	{
	display:none;
	z-index:100;
	}
#output-url
	{
	width:500px;
	padding:0;
	margin:5%;	
	}
#output-image
	{
	max-height:500px;
	max-width:500px;
	padding-top:40px;
	padding-left:40px;
	}
#output-info
	{
	margin-left:5%
	}
#therest
	{
	padding:20px;
	}
#links
	{
	padding:5px;
	}
.ui-slider-horizontal
	{
	background-color:whitesmoke;
	}
#breakangle
	{
	width:40px;
	}
#firstlogo, #secondlogo, #mainlogo, #header
	{
	display:inline-block;
	pointer-events: none;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
	}
#ivy
	{
	height:500px;
	}
#ivy img
	{
	height:60%;
	}
</style>
</head>
<body>
<div id='copyright'>SITE BY PEPPER - COPYRIGHT 2011</div>
<div id="header">
	<br>
	<span style="background-color:rgba(245,245,245,0.7)">An image breaking utility from PHOTOBLASTER, this program breaks images
	<br>and then restores them to an unbroken state so that they can be used for further editing.<br></span>
<p>
	<li id="ivy" style="background-image:url(img/ivy.gif);">
	<img id="firstlogo" src="img/logo.gif"></img>
	<img id="mainlogo" src="img/main.gif"></img>
	<img id="secondlogo" src="img/logo-variant.gif"></img>
</li>
<li style="display:inline; background-image:url(http://i.asdf.us/im/63/imgrid_1328137237_ivy_pepper.gif)"></li>
</p>
<p style="background-image:url(http://asdf.us/im/54/ALPHA20IVY20201_1323328300.gif)">
	
</p>
</div>
<br>
<div id="controls">
		WHY NOT PASTE A URL HERE? (an image or gif animation)!!
		<input id='url' placeholder="http://..." type="text">
		</input>
		<br>
		<span id='example'>e.g. http://imageman.com/coolguy.jpg... or hotimagedudes/cooltimes.gif</span>
		<button id='breakbutton'>BREAK IT!</button>&larr;&larr;CLICK HERE!!  KEEP CLICKING TO KEEP FUCKING IT UP!!!
		<br>

BREAK TYPE:&nbsp;<select id="breaktype">
	<option selected="selected" value='CLASSIC'>CLASSIC</option>
	<option value="REDUX">REDUX</option>
	<option value="BLURRY_BREAK">BLURRY BREAK</option>
	<option value="BLURRY_BREAK_2">MIAMY</option>
	<option value="SWIPE">SWIPE</option>
	<option value="RGB_WASH">RGB WASH</option>
	<option value="RGB_WASH_2">CHOP AND BLUR</option>
	<option value="NOISY_BREAK">NOISY BREAK</option>
	<option value="BROKEN_VIGNETTE">BROKEN VIGNETTE</option>
	<option value="FAX_MACHINE">FAX MACHINE</option>
	<option value="STRIPES">STRIPES</option>
	
	<option value="PHOTOCOPY">PHOTOCOPY</option>
</select>


<br>
	<div id='breakmode'>BREAK MODES:
		<input type='radio' name='modeswitch' id='subtle' value='subtle' checked='checked'></input>subtle
		<input type='radio' name='modeswitch' id='gradual' value='gradual' ></input>gradual
		<input type='radio' name='modeswitch' id='extreme' value='extreme'></input>extreme
	</div>
		<br>
BREAK ANGLE:&nbsp;<input id='breakangle' type='text' value='0'></input>
<div id="breakangleslider" style="display:inline-block; width: 70%; height:10px;" class="slider"></div><br>
<div id="expanded_check"></div><!--add click event in javascript-->
</div>
<div id='therest'>

	<div id='links'>
		<span id='imagegallery'><a href='http://asdf.us/im/gallery'>PHOTOBLASTER IMAGE GALLERY</a></span>
<span style="margin-left:120px; background-color:rgba(240, 240, 240,0.8)">enter your username: <input type='text' id='username'></input></span>
		<br>
		<span id='backtotheeditor'><a href="http://asdf.us/im">&larr;BACK TO THE EDITOR</a></span>
	</div>

	<div id="likebutton"> 
	<div id="fb-root" style="background-color: transparent;"></div><script src="http://connect.facebook.net/en_US/all.js#appId=236917449658413&amp;xfbml=1"></script><fb:like href="http://asdf.us/im/" send="false" width="347" show_faces="true" colorscheme="light" font="" style="background-color: transparent;"></fb:like> 
	</div> 
</div>
</div>
<div id='result'>
	<span id="output-cmd" class='results'>
</span>
	<span id="output-img" class='results'></span>
	<input id="output-url" class='results'></input>
	<div id="output-info" class='results'></div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript">
function clearcopyright(){
$('#copyright').html("");
}
$("div").bind("click",clearcopyright)


$(function(){
$( "#breakangleslider" ).slider({
      value:0,
      min: -180,
      max: 180,
      step: 1,
      slide: function( event, ui ) {
        $( "#breakangle" ).val(ui.value);
          }
        });
    $( "#breakangle" ).val($( "#breakangleslider" ).slider( "value" ) );
});
</script>
<script type="text/javascript" src="main.js"></script>

<script type="text/javascript" src="http://asdf.us/js/pbembed.js"></script>
</body>



</html>