meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Applying cropping + resizing on a canvas make jam out when trying to use brightness, contrast etc... #115

Open thierry-M opened 10 years ago

thierry-M commented 10 years ago

When applying croppping + resizing on a canvas, it's impossible to use brightness, contrast... etc ... Following (I think) the procedure ... there are two images displayed ... background: the good image (cropped and resized) and the foreground is the entire image, but jammed.One thing... when the cropping is seleced fom the left side of the canvas, I can see the 2 images as shown on the attached images car1

Any reason ?? Thanks for an answer and ....great job !!

thierry-M commented 10 years ago

car

zaak commented 9 years ago

Have a look at my PR, it should solve this issue https://github.com/meltingice/CamanJS/pull/163