angular-canvas-ext icon indicating copy to clipboard operation
angular-canvas-ext copied to clipboard

An Angular module that allows to open images in canvas, zoom, pan, crop, resize and download image

Results 7 angular-canvas-ext issues
Sort by recently updated
recently updated
newest added

Hey can you please remove the console log. It stuck the console.

Hi! If you select a different picture type, like "image/png" the content type will be strictly overwritten with "image/jpeg". You should save the file type on load in a temp...

If angular version is larger than 1.2, mine is 1.4.0, this error happens

Image size is about 3200x2500 size about 2.4 MB. The image when directly selected from the phones image lib or taken by camera (ios and Android) is not loaded. However...

Hello, how can I load a image with an url link and not a input file button ? I wrote : < body onload="init()"; > then... function init(){ console.debug("go init");...

Suggestion: Add the following lines to the end of the function handleMouseWheel (line 573) to see scaling by mousewheel in realtime! e.preventDefault(); $scope.$apply();