Languages

Menu
Sites
Language
Image Editor Libs

Hi everyone, Is there any libs use to edit and processing image like blur, sepia or BW? please help me!

Responses

2 Replies
David Villia

why don't you refer following guide?

mage util module(https://developer.tizen.org/documentation/tutorials/native-application/multimedia/image-util)

or

cairo lib(https://developer.tizen.org/documentation/guides/native-application/graphics/cairo-integration) embedded in Tizen native FW

 

Vikram

Hello,

This link has the example of Gaussian blur. It looks like that you can achieve the image effect using cairo image.

    http://cairographics.org/cookbook/

Hope this help you.