Image manipulation tools for tizen

I just started working on Tizen. I want to know if there is built-in support or a library for processing images such as contrast, color, cropping, etc., in order to develop my own application in Tizen.

+4
source share
1 answer

After Tizen 2.3 you can use Cairoto change or control the image.
You can find many examples and google search fragments. Easy to control contrast, color, crop, etc. Using Cairo.

Additionally, Cairoin Tizenprovides some additional function and does not support some functions. check the following document.

https://developer.tizen.org/development/api-references/native-application?redirect=https://developer.tizen.org/dev-guide/2.4.0/org.tizen.native.mobile.apireference/ group__OPENSRC__CAIRO__FRAMEWORK.html

And refer to this document for use Cairowith evas image objectin the tizen native app.

https://developer.tizen.org/development/api-guides/native-application/graphics/cairo?langredirect=1

0
source

Source: https://habr.com/ru/post/1532294/


All Articles