Image
Crop image tutorial for Native Application
PUBLISHED
This tutorial talks how to implement app which perform crop of selection area of Jpeg image
- Read more about Crop image tutorial for Native Application
Camera - image grabbing and live modifications to the preview frame and the final picture
PUBLISHED
Introduction
This article will show you how to grab a camera preview frame and apply some effects to it. Also, it describes how to apply the very same effect on the eventually taken picture using only the Tizen Native Camera and the Image Util C API.
In the presented example we want to add a sepia effect to a camera preview and the final picture. Sepia is an effect which makes the picture look like an old-fashioned monochromatic photograph, colorized with brown tones.
Image Slide Show Tutorial - Using HTML5/JavaScript
PUBLISHED
Image Slide Show Tutorial
Overview
In this tutorial we'll learn how to impliment slide show for images using the JavaScript. There are many different ways to achieve the same functionality or behaviour. The sample application in discussion here, impliments a basic slide show functionality with just slide show play and Pause features.