Subversion Repositories Kolibri OS

Rev

Rev 1079 | Rev 1921 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1079 Rev 1102
Line 47... Line 47...
47
Image.bpp16 = 5
47
Image.bpp16 = 5
Line 48... Line 48...
48
 
48
 
49
; bits in Image.Flags
49
; bits in Image.Flags
Line -... Line 50...
-
 
50
Image.IsAnimated = 1
-
 
51
 
-
 
52
struct ImageDecodeOptions
-
 
53
  UsedSize        dd ? ; if >=8, the field BackgroundColor is valid, and so on
-
 
54
  BackgroundColor dd ? ; used for transparent images as background
50
Image.IsAnimated = 1
55
ends
51
 
56
 
52
FLIP_VERTICAL	= 0x01
57
FLIP_VERTICAL	= 0x01
Line 53... Line 58...
53
FLIP_HORIZONTAL = 0x02
58
FLIP_HORIZONTAL = 0x02