Jump to content

JavaScript resources for image manipulation?


zq29

Recommended Posts

I'm looking for some good resources for learning how to manipulate images with JavaScript, not saving the changes - I want to create an interface where images can be resized, cropped and moved around a pre-defined space on the canvas - and then forward the coordinates and dimensions to a PHP script to finalise the changes...

So, any good sites or books that cover this kinda stuff that you know of?
  • 3 weeks later...
Hi SA,,
Well, I think I could show you some examples, but none books/sites known other there,,
To be sure, your plan is something like:
----
a button < which can change the image size
an other button < which can move the image (as a popup window)
& finally, you want to send the x/y positions/sizes to a php script,,
----
& 'cropped' is ? ... erfff,, my english,,... I will search for this term,, :p

Let me know if I'm right for the plan,, we'll see then,,

l8tr,,
Look into [a href=\"http://developer.apple.com/documentation/AppleApplications/Reference/SafariJSRef/Classes/Canvas.html\" target=\"_blank\"]Javascript Canvas[/a].

I know Safari, and Firefox both support it. It's the new "AJAX" :P (As in, the new cutting edge).

To see an example, check out [a href=\"http://www.abrahamjoffe.com.au/ben/canvascape/textures.htm\" target=\"_blank\"]Canvascape - 3D Walker[/a]. All done with graphics (obviously).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.