index.html 16.9 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 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
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="shortcut icon" href="assets/img/favicon.png">

    <title>croppic</title>

    <!-- Bootstrap core CSS -->
    <link href="assets/css/bootstrap.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="assets/css/main.css" rel="stylesheet">
    <link href="assets/css/croppic.css" rel="stylesheet">

    <!-- Fonts from Google Fonts -->
	<link href='http://fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'>
	<link href='http://fonts.googleapis.com/css?family=Mrs+Sheppards&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
    
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
      <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
    <![endif]-->
  </head>

  <body>

    <!-- Fixed navbar -->
    <div class="navbar navbar-default navbar-fixed-top">
      <div class="container">
        <div class="navbar-header">
          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <a class="navbar-brand" href="#">
					<h1 class="logo">croppic</h1>
			</a>
        </div>
        <div class="navbar-collapse collapse">
          <ul class="nav navbar-nav navbar-right">
            <li><a class="scrollToLink" data-scroll="examplesTarget" >examples</a></li>
            <li><a class="scrollToLink" data-scroll="documentationTarget" >docs</a></li>
            <li><a class="scrollToLink" data-scroll="downloadTarget">download</a></li>
            <li><a href="https://github.com/styoe/croppic">github</a></li>
          </ul>
        </div><!--/.nav-collapse -->
      </div>
    </div>

	<div id="headerwrap">
		<div class="container">
			<div class="row">
				<div class="col-lg-6">
					<!-- <img class="logoImg" src="assets/img/logo.png" /> -->
					
					<span class="logoHeader">croppic</span>
					<h2>is an image cropping jquery plugin that will satisfy your needs and much more</h2>
					
					<a href="#" class="downloadButton" >download <sup>v1.0.1</sup></a>
					<!--
					form class="form-inline" role="form">
					  <div class="form-group">
					    <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter your email address">
					  </div>
					  <button type="submit" class="btn btn-warning btn-lg">Invite Me!</button>
					</form>		
					-->
				</div><!-- /col-lg-6 -->
				<div class="col-lg-6 cropHeaderWrapper">
					<div id="croppic"></div>
					<span class="btn" id="cropContainerHeaderButton">click here to try it</span>
				</div><!-- /col-lg-6 -->
				
			</div><!-- /row -->
		</div><!-- /container -->
	</div><!-- /headerwrap -->
	
	<div class="container">
		<div class="row mt centered">
			<div class="col-lg-12">
				<h1 id="examplesTarget" style="border-bottom:1px solid #ccc; padding-bottom:20px;">EXAMPLES</h1>
			</div>
		</div><!-- /row -->
		
		<div class="row mt ">
			<div class="col-lg-4 ">
				<h4 class="centered"> MODAL </h4>
				<p class="centered">( open in modal window )</p>
				<div id="cropContainerModal"></div>
			</div>
			
			<div class="col-lg-4 ">
				<h4 class="centered"> OUTPUT </h4>
				<p class="centered">( display url after cropping )</p>
				<div id="cropContaineroutput"></div>
				<input type="text" id="cropOutput" style="width:100%; padding:5px 4%; margin:20px auto; display:block; border: 1px solid #CCC;" />
			</div>
			
			<div class="col-lg-4 ">
				<h4 class="centered"> EYECANDY </h4>
				<p class="centered">( no background image )</p>
				<div id="cropContainerEyecandy"></div>
			</div>
		</div>
	</div>
	
	
	<div class="container">
		<div class="row mt centered">
			<div class="col-lg-12">
				<h1 id="documentationTarget" style="border-bottom:1px solid #ccc; padding-bottom:20px;">DOCUMENTATION</h1>
			</div>
		</div><!-- /row -->
		
		<div class="row mt ">
			<div class="col-lg-4 optionsDiv" id="optionsFloating">
				<h2 class="">OPTIONS</h2>
				<a class="scrollToLink" data-scroll="optionTarget-uploadUrl">uploadUrl</a>
				<a class="scrollToLink" data-scroll="optionTarget-uploadData">uploadData</a>
				<a class="scrollToLink" data-scroll="optionTarget-cropUrl">cropUrl</a>
				<a class="scrollToLink" data-scroll="optionTarget-cropData">cropData</a>
				<a class="scrollToLink" data-scroll="optionTarget-outputUrlId">outputUrlId</a>
				<a class="scrollToLink" data-scroll="optionTarget-customUploadButtonId">customUploadButtonId</a>
				<a class="scrollToLink" data-scroll="optionTarget-modal">modal</a>
				<a class="scrollToLink" data-scroll="optionTarget-loaderHtml">loaderHtml</a>
				<a class="scrollToLink" data-scroll="optionTarget-imgEyecandy">imgEyecandy options</a>
				<a class="scrollToLink" data-scroll="optionTarget-doubleZoomControls">zoom options</a>
				<a class="scrollToLink" data-scroll="optionTarget-callbacks">CALLBACKS</a>
				<a class="scrollToLink" data-scroll="optionTarget-methods">METHODS</a>
				
				
				
			</div><!--/col-lg-4 -->

			
			
			<div class="col-lg-8 col-lg-offset-4">
				<h2 class="centered">INITIALISATION</h2>	
				<p class="centered">Simplest implementation. Beware that you must provide width and height of the container. </p>
				<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId');
				</pre>
				
				<h3 class="centered">HTML</h3>
				<pre>		
		&lt;div id="yourId"&gt;&lt;/div&gt;
				</pre>
				
				<h3 class="centered">CSS</h3>
				<pre>		
		#cropContainerHeader {
			width: 200px;
			height: 150px;
			position:relative; /* or fixed or absolute */
		}
				</pre>
					
		
	<hr id="optionTarget-uploadUrl"/>
		
			<h2 class="centered">UPLOAD URL</h2>	
			<p class="centered">Path to your img upload proccessing file.</p>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			uploadUrl:'path_to_your_image_proccessing_file.php'
		}
				</pre>
			
			
			<p class="centered">
				You will be receiving the image file via AJAX POST method as multipart/form-data; <br/>
				(note that ajax is limited to same domain requests)
			</p>
			
			<a class="downloadLink" target="_blank" href="img_save_to_file.zip" download="img_save_to_file.zip"><i class="downloadIcon small"></i> <span> Download php example file <span>  </a>		
					
			<p class="centered" style="margin-top:20px;">After successful image saving, you must return the following json. <br/> ( image width and height required for limiting max zoom, so images dont come out blurry. )
			<pre>		
			{
				"status":"success",
				"url":"path/img.jpg",
				"width":originalImgWidth,
				"height":originalImgHeight
			}
				</pre>
				
				<p class="centered" style="margin-top:20px;">In case of error response<p>		
				<pre>		
			{
				"status":"error",
				"message":"your error message text"
			}
				</pre>
			</p>
	
	<hr id="optionTarget-uploadData"/>
			
			<h2 class="centered">UPLOAD DATA</h2>	
			<p class="centered">Additional data you want to send to your image upload proccessing file</p>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			uploadUrl:'path_to_your_image_proccessing_file.php',
			uploadData:{
				"dummyData":1,
				"dummyData2":"text"
			}
		}
				</pre>
			
	<hr id="optionTarget-cropUrl"/>
	
			<h2 class="centered">CROP URL</h2>	
			<p class="centered">Path to your img crop proccessing file.</p>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			cropUrl:'path_to_your_image_cropping_file.php'
		}
				</pre>
			
			
			<p class="centered">
				You will be receiving the following data via AJAX POST method as multipart/form-data; <br/>
				(note that ajax is limited to same domain requests)
			</p>
			<pre>
	imgUrl 		// your image path (the one we recieved after successfull upload)
				
	imgInitW  	// your image original width (the one we recieved after upload)
	imgInitH 	// your image original height (the one we recieved after upload)

	imgW 		// your new scaled image width
	imgH 		// your new scaled image height

	imgX1 		// top left corner of the cropped image in relation to scaled image
	imgY1 		// top left corner of the cropped image in relation to scaled image

	cropW 		// cropped image width
	cropH 		// cropped image height
			</pre>
			<a class="downloadLink" target="_blank" href="img_crop_to_file.zip" download="img_crop_to_file.zip"><i class="downloadIcon small"></i> <span> Download php example file <span>  </a>		
					
			<p class="centered" style="margin-top:20px;">After successful image saving, you must return the following json. <br/> ( image width and height required for limiting max zoom, so images dont come out blurry. )
			<pre>		
			{
				"status":"success",
				"url":"path/croppedImg.jpg"
			}
			</pre>
				
				<p class="centered" style="margin-top:20px;">In case of error response<p>		
				<pre>		
			{
				"status":"error",
				"message":"your error message text"
			}
				</pre>
			</p>
	
	<hr id="optionTarget-cropData"/>
			
			<h2 class="centered">CROP DATA</h2>	
			<p class="centered">Additional data you want to send to your image crop proccessing file</p>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			customUploadButtonId:'path_to_your_image_proccessing_file.php',
			cropData:{
				"dummyData":1,
				"dummyData2":"text"
			}
		}
				</pre>
				
	<hr id="optionTarget-outputUrlId"/>
			
			<h2 class="centered">OUTPUT URL</h2>	
			<p class="centered">After successful image cropping, cropped img url is set as value for the input containing the outputUrlId</p>
			
			<h3 class="centered">HTML</h3>
				<pre>		
		&lt;input type="text" id="myOutputId"&gt;
				</pre>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			outputUrlId:'myOutputId'
		}
				</pre>
			
	<hr id="optionTarget-customUploadButtonId"/>
			
			<h2 class="centered">CUSTOM UPLOAD BUTTON</h2>	
			<p class="centered">If you want a custom upload img button, just like in the first example <a href="#">here</a></p>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			customUploadButtonId:'myDivId'
		}
				</pre>
			
	<hr id="optionTarget-modal"/>
			
			<h2 class="centered">MODAL</h2>	
			<p class="centered">If you want to open the cropping in modal window (default is false)</p>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			modal:true
		}
				</pre>
				
	<hr id="optionTarget-loaderHtml"/>
			
			<h2 class="centered">LOADER HTML</h2>	
			<p class="centered">
				If you want to open the cropping in modal window (default is false) <br />
				<b>THE WRAPPING DIV MUST CONTAIN "LOADER" CLASS</b>
			</p>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			loaderHtml:'&lt;img class="loader" src="loader.png" &gt;'
		}
				</pre>
	
	<hr id="optionTarget-imgEyecandy"/>
			
			<h2 class="centered">IMG EYECANDY</h2>	
			<p class="centered">
				Transparent image showing current img zoom <br/>
				<b>TIP:</b> to prevent layout breaking, set the parent div of the cropper to "overflow":"hidden"
			</p>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			imgEyecandy:true,
			imgEyecandyOpacity:0.2
		}
				</pre>
	
	<hr id="optionTarget-doubleZoomControls"/>
			
			<h2 class="centered">ZOOMING</h2>	
			
			<p> doubleZoomControls adds two extra zoom controls for 10*zoomFactor zoom (default is true)</p>
			<p> zoomFactor zooms the image for the value in pixels (default is 10)</p>
			
			<h3 class="centered">JS</h3>
				<pre>		
		var cropperHeader = new Crop('yourId', cropperOptions);
					
		var cropperOptions = {
			zoomFactor:10,
			doubleZoomControls:true
		}
				</pre>
	
	<hr id="optionTarget-callbacks"/>
			
			<h2 class="centered">CALLBACKS</h2>	
			
			<p> Some callbacks ( open your console and watch the output as you mess arround with the <a href="#">example cropper</a> )</p>
			<p> </p>
			
			<h3 class="centered">JS</h3>
			<pre>		
	var cropperHeaderOptions = {
		onBeforeImgUpload: 	function(){ console.log('onBeforeImgUpload') },
		onAfterImgUpload: 	function(){ console.log('onAfterImgUpload') },
		onImgDrag:		function(){ console.log('onImgDrag') },
		onImgZoom:		function(){ console.log('onImgZoom') },
		onBeforeImgCrop: 	function(){ console.log('onBeforeImgCrop') },
		onAfterImgCrop:		function(){ console.log('onAfterImgCrop') }
	}
			</pre>
		
	<hr id="optionTarget-methods"/>
			
			<h2 class="centered">METHODS</h2>	

			<h3 class="centered">JS</h3>
			<pre>		
		var cropper = new Crop('yourId', cropperOptions);
		
		cropper.destroy() 	// no need explaining here :) 
		cropper.reset() 	// destroys and then inits the cropper
		
			</pre>

			</div><!--/col-lg-4 -->
		</div><!-- /row -->
	</div><!-- /container -->
	
	
	<div class="container" style="margin-top:50px;">
		<div class="row mt centered">
			<div class="col-lg-12">
				<h1 id="downloadTarget" style="border-bottom:1px solid #ccc; padding-bottom:20px;">DOWNLOAD</h1>
			</div>
		</div><!-- /row -->
		
		<div class="row mt" style="padding:50px 0;">
			<div class="col-lg-6 ">
				<a class="downloadLink" target="_blank" href="croppicWeb.zip" download="croppicWeb.zip"><i class="downloadIcon small"></i> <span> Download whole website <span>  </a>	
			</div>
			<div class="col-lg-6 ">
				<a class="downloadLink" target="_blank" href="croppic.zip" download="croppic.zip"><i class="downloadIcon small"></i> <span> Download croppic <span>  </a>	
			</div>
			
		</div>
		
	</div>
	
	<div id="copyright">
		<p>	- NO PIXELS WERE HARMED DURING THE PRODUCTION OF THIS WEBSITE -	</p>
		<div id="web_by"><img src="assets/img/studio42.png" />	 <img id="jobotic" src="assets/img/jobotic.png"> <label> Visit us!</label> </div>
	</div>
	

    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script src="assets/js/bootstrap.min.js"></script>
    <script src="croppic.min.js"></script>
    <script src="assets/js/main.js"></script>
    <script>
		var croppicHeaderOptions = {
				uploadUrl:'img_save_to_file.php',
				cropData:{
					"dummyData":1,
					"dummyData2":"asdas"
				},
				cropUrl:'img_crop_to_file.php',
				customUploadButtonId:'cropContainerHeaderButton',
				modal:false,
				loaderHtml:'<div class="loader bubblingG"><span id="bubblingG_1"></span><span id="bubblingG_2"></span><span id="bubblingG_3"></span></div> ',
				onBeforeImgUpload: function(){ console.log('onBeforeImgUpload') },
				onAfterImgUpload: function(){ console.log('onAfterImgUpload') },
				onImgDrag: function(){ console.log('onImgDrag') },
				onImgZoom: function(){ console.log('onImgZoom') },
				onBeforeImgCrop: function(){ console.log('onBeforeImgCrop') },
				onAfterImgCrop:function(){ console.log('onAfterImgCrop') }
		}	
		var croppic = new Croppic('croppic', croppicHeaderOptions);
		
		
		var croppicContainerModalOptions = {
				uploadUrl:'img_save_to_file.php',
				cropUrl:'img_crop_to_file.php',
				modal:true,
				imgEyecandyOpacity:0.4,
				loaderHtml:'<div class="loader bubblingG"><span id="bubblingG_1"></span><span id="bubblingG_2"></span><span id="bubblingG_3"></span></div> '
		}
		var cropContainerModal = new Croppic('cropContainerModal', croppicContainerModalOptions);
		
		
		var croppicContaineroutputOptions = {
				uploadUrl:'img_save_to_file.php',
				cropUrl:'img_crop_to_file.php', 
				outputUrlId:'cropOutput',
				modal:false,
				loaderHtml:'<div class="loader bubblingG"><span id="bubblingG_1"></span><span id="bubblingG_2"></span><span id="bubblingG_3"></span></div> '
		}
		var cropContaineroutput = new Croppic('cropContaineroutput', croppicContaineroutputOptions);
		
		var croppicContainerEyecandyOptions = {
				uploadUrl:'img_save_to_file.php',
				cropUrl:'img_crop_to_file.php',
				imgEyecandy:false,
				loaderHtml:'<div class="loader bubblingG"><span id="bubblingG_1"></span><span id="bubblingG_2"></span><span id="bubblingG_3"></span></div> '
		}
		var cropContainerEyecandy = new Croppic('cropContainerEyecandy', croppicContainerEyecandyOptions);
		
	</script>
  </body>
</html>