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? Link to comment https://forums.phpfreaks.com/topic/6813-javascript-resources-for-image-manipulation/ 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,, Link to comment https://forums.phpfreaks.com/topic/6813-javascript-resources-for-image-manipulation/#findComment-31279 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). Link to comment https://forums.phpfreaks.com/topic/6813-javascript-resources-for-image-manipulation/#findComment-31282 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.