forked from KolibriOS/kolibrios
libimg:
new image type: grayscale (Image.bpp9) tiff fixes for grayscale+alpha images xcf regression bug fixed (screen mode blending, r2388) git-svn-id: svn://kolibrios.org@2733 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -473,8 +473,8 @@ img.decode.jpg:
|
||||
jnz .end2
|
||||
; image type: 8 bpp for grayscale JPEGs, 24 bpp for normal,
|
||||
; 32 bpp for Adobe YCCK
|
||||
push Image.bpp8
|
||||
pop eax ; Image.bpp8 = 1
|
||||
push Image.bpp8i
|
||||
pop eax ; Image.bpp8i = 1
|
||||
cmp edi, eax
|
||||
jz @f
|
||||
inc eax ; Image.bpp24 = 2
|
||||
|
Reference in New Issue
Block a user