我有一個變量,其中包含一個image.can我旋轉圖像從JavaScript。如何使用javascript/jquery.then旋轉圖像,然後我想要創建一個新的pattern.interested實際操作圖像
var img = new Image();
img.src='http://www.ittefaq.com.bd/admin/news_images/2013/07/29/thumbnails/image_60156.jpg';
//now i want to rotate this image. is this possible ?
我試圖用帆布做它,但它沒有給我想要的結果。
這是可能的JavaScript/jQuery的?
我不想使用CSS。它不符合我的目的。
興趣在實際操縱圖像
http://stackoverflow.com/questions/11832131/cross-browser-way-to-rotate-image-using-css http://www.w3schools.com/cssref/css3_pr_transform.asp –
是,這個有可能。你可能想發佈一些你試過的代碼。 – Tdelang
你用帆布嘗試了什麼?如果不是javascript:| – shyam