Gif: Add support for progressive gif animation encoding. 84/60384/4 accepted/tizen/common/20160315.221106 accepted/tizen/ivi/20160310.063012 accepted/tizen/ivi/20160315.002149 accepted/tizen/mobile/20160310.062838 accepted/tizen/mobile/20160315.002056 accepted/tizen/tv/20160310.062907 accepted/tizen/tv/20160315.002114 accepted/tizen/wearable/20160310.062941 accepted/tizen/wearable/20160315.002131 submit/tizen/20160310.030656 submit/tizen/20160314.051739
authorVineeth TM <vineeth.tm@samsung.com>
Thu, 25 Feb 2016 22:57:40 +0000 (07:57 +0900)
committerVineeth T M <vineeth.tm@samsung.com>
Fri, 26 Feb 2016 02:00:24 +0000 (18:00 -0800)
commit9255289191e4864445e0b0fd7adfd76ca4b1a64d
tree8c9ae364de2eb7e582b0eb5855ed04c47535721d
parent236656c299c884d0b3e545846c1ca46a6b2575bd
Gif: Add support for progressive gif animation encoding.

In case of systems with memory limitations, there should be a way to
continue with encoding as soon as we get each frame, instead of waiting for
all the frames.
By calling encode_run for each frame this can be achieved.

Change-Id: I38b52c528d0c3b59b552888faa5a6de8cb053596
Signed-off-by: Vineeth TM <vineeth.tm@samsung.com>
decode-test/image_util_decode_encode_testsuite.c
include/image_util.h
src/image_util.c