gdscjgec / Image-Editor

Open Source Web based Image Editor
https://gdscjgec.github.io/Image-Editor
MIT License
86 stars 70 forks source link

Change Image Rendering Method #10

Closed vigneshd332 closed 1 year ago

vigneshd332 commented 3 years ago

Image Rendering Method 🐛

As of now the image rendering method is just displaying the image as a background image in a div, this will allow us to apply CSS filters and such, but will cause complications when handling the image for download and applying multiple filters. So i suggest changing the image rendering method to a canvas-based one. I have already completed the work on that and will reference it shortly.

ZiaCodes commented 3 years ago

@vigneshd332 You did a great job buddy