jpeg loader: exif parsing bug fix
authorwonguk.jeong <wonguk.jeong@samsung.com>
Sun, 29 Jun 2014 11:10:15 +0000 (13:10 +0200)
committerCedric BAIL <c.bail@partner.samsung.com>
Sun, 29 Jun 2014 11:10:16 +0000 (13:10 +0200)
commit87b8339b81297720279b1a92f332fdafba69a330
treee603dc45d6fc4f296e6ade030edec0fa70de1e7e
parent573f477272fb842f2ed3f1c951fd1c77d6936b59
jpeg loader: exif parsing bug fix

Summary:
problem: orientation information was not come out properly

byte align value was wrong. 0x4949 is II not MM

refer to http://www.media.mit.edu/pia/Research/deepview/exif.html

@fix

Reviewers: raster, cedric, jpeg

CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D1082
src/modules/evas/loaders/jpeg/evas_image_load_jpeg.c