Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvas cropping outputs blurred #159

Open
tobinvadakkedam opened this issue Oct 21, 2014 · 0 comments
Open

Canvas cropping outputs blurred #159

tobinvadakkedam opened this issue Oct 21, 2014 · 0 comments

Comments

@tobinvadakkedam
Copy link

Hai,

Canvas cropping only crops from top left corner,if i give x,y coordinates it will outputs blurred output .if i don't give x,y values, it crops a portion from top left corner correctly.
Caman(canvas, function() {
this.crop(300, 300); // it crops from top left corner
this.crop(300, 300,10,10); // it outputs blurred canvas
this.render();
});
Can anyone help me to solve this issue??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant