How can I do the following with Jquery?
If you don't have any examples or code, please just outline the process for me!
1) Get a (x,y coordinate) square of an image from url.
2) Return that image as an image object.
3) Echo that image on my page as if its a direct url to the image?
So, image is hosted on site A and i want to "echo" a portion of the image on site B as an image itself.
The images i'm cropping all have the same size, i will need a 64 x 64 crop from the base coords (0,0). The goal of this is to get a distinct url of the cropped image.
You can try to link directly to image and "crop" desired part with css clip
property.