Emile image: Fix decoding of ETC1+Alpha images

This bug is probably a copy&paste issue when writing emile.
This commit is contained in:
Jean-Philippe Andre 2015-04-13 20:54:23 +09:00
parent be40389bea
commit ced11e92a8
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ _emile_tgv_head(Emile_Image *image,
prop->alpha = EINA_TRUE;
prop->premul = !!(m[OFFSET_OPTIONS] & 0x4);
image->unpremul = prop->premul;
image->cspace = EMILE_COLORSPACE_ETC1_ALPHA;
break;
default: