emile: fix support of AGRY88.

CID 1288931
This commit is contained in:
Cedric BAIL 2015-04-25 18:26:58 +02:00
parent 1b91101966
commit bb963f274b
1 changed files with 1 additions and 1 deletions

View File

@ -2039,7 +2039,7 @@ _emile_jpeg_data(Emile_Image *image,
}
else if (prop->cspace == EMILE_COLORSPACE_AGRY88)
{
*ptrag = 0xFF | ptr[0];
*ptrag = 0xFF00 | ptr[0];
ptrag++;
}
else