I was wondering how to get images from a site the same way like Digg or Facebook do, where it is only necessary to provide a link, and images get automatically uploaded to your server and resized. So, I decided to create a script that does exactly that and share it here.
This PHP script uses
read more
Here's an updated version of the Image Cropper. The upload button was replaced by an overlay on the image. There are also some extra functionalities :
invert the picture colors
rotate the image
sepia
transforms an image into greyscale
see the DEMO
download the source code here
read more
Please check the updated version here!
Some time ago I posted the Dynamic jQuery Image Gallery with Uploader which uses the class.upload, uploadify and ad-gallery scripts. This time I want to show how to integrate the class.upload and uploadify with the Jcrop script.
The idea is that the use
read more
Here's a jQuery Image Gallery script with a multi file Uploader, that was implemented using three resources that I found on the web:
uploadify
ad-gallery
class.upload.php
click on the image to see a demo
It's easy to find a lot of good image galleries out there, a lot of upload
read more