We're going to do something amazing this weekend - we'll be re-creating Photoshop!
Well, not entirely, but we'll be re-creating the image filters ...
For further actions, you may consider blocking this person and/or reporting abuse
Check out my pen (Clrd.), I didn't use any CSS filters, but actually programmed those filters myself in JS (so the processing is really slow, but hey, it works).
codepen.io/saberglow/pen/OJNypmg
Hey Wali,
That's proper amazing man!
Can't believe you made these in JS from scratch π€
Thanks! Happy to hear you enjoyed it.
Do you have any idea to export the edited image as it rendered in browser?
right click > save as....? seems to be working fine for me.
That doesn't capture your edits.
yeap, just noticed that....
Hmm I have a unverified idea, that Canvas might be an option, but going to do some research on this topic.
Glad you like it π€©
Great job!
Iβm wondering if we can load RAW images and howβs the performance when working with letβs say 20 MP jpeg image.
Hi Galuh,
First, thank you so much for the respect here.
As too RAW, unfortunately not as "image" we could convert the RAW image to a base64 encode, but that removes all meta stuff you actually want in a RAW image.
As for big images the following uses a 54MB picture!
codepen.io/rebelchris/full/gOrrGyz