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.