opencv - Android edit images on the fly -


it seems in android there no "easy" libraries editing , save pictures, neither free or licenses). aviary no longer available.

i have implement app taking picture, edite effects on fly (vignetting contrast, brightness...), add text , save. mini instagram.

after researching have doubts 1 right spot solving it.

  • effectfactory: allows apply effects in glsurfaceview. work due there way save on bitmap.

  • opencv: i'm not sure if heavy include in project applying these effects. cannot lunch manager installing in runtime due user no install it.

    • combination of effectfactory & this: idea use effectfactory applying effects on fly, final configurations selected,once user accept changes, apply onto source bitmap.

i'm bit lost in way implement this.

if use opencv, recommend should use taking pictures?

any advices?

thanks

well... seems haven´t googled enough :p

what best java image processing library/approach?

there lots of pure java implementations image manipulation , effects.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -