javascript, rotate image

javascript, rotate image

    I tried to do rotate image file by javascript,
    solution in below,

    solution 1: only can working in IE Browser

    someElement.style.filter = ‘progid:DXImageTransform.Microsoft.BasicImage(rotation=1)’; //or 2, or 3

     

    solution 2:
    We can used below Javascript Lib, but proforance is slow when you have big image then 100 pixel or GIF animation file,

    httpss://www.walterzorn.com/rotate_img/rotate_img.htm