38
edits
Vilsonvieira (talk | contribs) (Add noflo image filters idea.) |
Vilsonvieira (talk | contribs) (Fix links on openart.) |
||
Line 343: | Line 343: | ||
| Animated_GIF is a library for generating Animated GIFs on the browser. It's used in demo apps in mozilla, some properties at webmaker, the wildly successful chat at meatspac.es and who knows where else. | | Animated_GIF is a library for generating Animated GIFs on the browser. It's used in demo apps in mozilla, some properties at webmaker, the wildly successful chat at meatspac.es and who knows where else. | ||
|- | |- | ||
| Create image filters using | | Create image filters using [http://noflojs.org NoFlo] | ||
| It's possible to start prototyping image filters (use | | It's possible to start prototyping image filters (use [https://www.filterforge.com/ Filter Forge]'s filters as inspiration and our porting of [https://github.com/jonnor/imgflo/wiki/Recreating-Instagram-filters some Instagram filters]) using [https://app.flowhub.io Flowhub] and the [http://github.com/noflo/noflo-image noflo-image] and [http://github.com/noflo/noflo-canvas noflo-canvas] components libs, then port the filters to imgflo. Another option is to create filters directly on imgflo using GEGL. Proposals should include a running NoFlo graph for a non-trivial image filter, together with sketches and original/processed images. Imgflo+GEGL filters are preferred. Pull requests to noflo-image and imgflo are a plus. | ||
| javascript, coffeescript, noflo, cpp, computer vision basics | | javascript, coffeescript, noflo, cpp, computer vision basics | ||
| [[User:Vilsonvieira|Vilson Vieira]] | | [[User:Vilsonvieira|Vilson Vieira]] | ||
| [[User:Vilsonvieira|Vilson Vieira]] | | [[User:Vilsonvieira|Vilson Vieira]] | ||
| | | [http://noflojs.org NoFlo] is a JS dataflow implementation and has runtimes for browser, image processing ([https://github.com/jonnor/imgflo imgflo]), microcontrollers (microflo), SuperCollider ([https://github.com/jonnor/sndflo sndflo]) and other targets. [https://app.flowhub.io Flowhub] is the browser-based IDE for the creation of NoFlo graphs. [http://gegl.org GEGL] is a graph-based image processing framework used by imgflo (it's also possible to use noflo-canvas instead of GEGL, but GEGL is preferred due to performance reasons). | ||
|} | |} | ||
edits