rawson.js icon indicating copy to clipboard operation
rawson.js copied to clipboard

Replace image element with canvas in Rawson.Viewer

Open fbuchinger opened this issue 12 years ago • 0 comments

Rawson.Viewer should render the extracted raw preview on a canvas instead of an img element. This allows for further image manipulation using transformations and filters.

The current transformations (CSS3) should be replaced by canvas.scale and rotate methods, so that the manipulations actually affect the pixel data.

fbuchinger avatar Apr 11 '12 13:04 fbuchinger