Install Kroppr - the image cropping tool

Step 1 - buy and install Kroppr

Decompress the downloaded archive in the root of your licensed domain or subdomain - this will create a "kroppr" folder.

Example: - for a domain http://example.com the cropping script location will be:

http://example.com/kroppr
but for http://subdomain.example.com the script location will be:
http://subdomain.example.com/kroppr

Step 2 - check the script's status

Go to your installation location, for example

http://example.com/kroppr/test.php
or
http://subdomain.example.com/kroppr/test.php

and you will get a report of the script's status.

Step 3 - install the cropper

Insert in the pages you want Kroppr to run the following code, in the head section of your page

<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="imagetoolbar" content="false" />
<script type="text/javascript" src="/kroppr/kroppr_init.php"></script>

Set class="kroppr" to the image you want to be able to crop:

<img src="image.jpg" class="kroppr" />
If the image already has a class, the syntax is:
<img src="image.jpg" class="myclass kroppr" />

That's all. Nada mas :) You can crop the image now.

For further questions please contact us.