zq29 Posted April 7, 2006 Share Posted April 7, 2006 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? Quote Link to comment Share on other sites More sharing options...
GBS Posted April 27, 2006 Share Posted April 27, 2006 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 sizean 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,, :pLet me know if I'm right for the plan,, we'll see then,,l8tr,, Quote Link to comment Share on other sites More sharing options...
Volte Posted April 27, 2006 Share Posted April 27, 2006 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). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.