Davidson Fellipe
Davidson Fellipe
🚛 [Loadsmart](https://loadsmart.com/)
Exato, confiei no CSS, mas não ficou legal =)
não vi a combinação =) Att, _Davidson Fellipe_ Frontend Engineer* ** website\* www.fellipe.com _twitter_ @davidsonfellipe On Tue, Jan 15, 2013 at 10:45 AM, Giovanni keppelen < [email protected]> wrote: > Não...
@igorsantos07 Good catch! it's a important issue, I'll try a solution for app don't broke in this case.
@igorsantos07 currently we need a lot enhancement related to design. :(
@KumarManoj-S It's for implement this filter in JS. https://gist.github.com/enzoftware/80e5e6a2ba1ef0172f806e838101606e#file-median-filter-py More about: https://medium.com/@enzoftware/how-to-build-amazing-images-filters-with-python-median-filter-sobel-filter-%EF%B8%8F-%EF%B8%8F-22aeb8e2f540
@KumarManoj-S Some examples of the filters that we already have: https://github.com/davidsonfellipe/lena.js/tree/master/lib/filters
@andcl Hey Andrés, I started to add this with the new function for `brightness`, from `-100` to `+100` https://github.com/davidsonfellipe/lena.js/blob/master/docs/all-filters.html Thanks for reporting
@andcl some new filters accepting amount: - contrast - noise - brightness - thresholding
@andcl alternatively you can create filters based on convolution like this. ```javascript // npm install 'lena.js' import { convolution } from 'lena.js'; const customFilter = function (pixels) { const divider...