Subversion Repositories Kolibri OS

Rev

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

Rev 3499 Rev 3503
Line 1... Line 1...
1
;;================================================================================================;;
1
;;================================================================================================;;
2
;;//// libimg.inc //// (c) mike.dld, 2007-2008, (c) diamond, 2009, (c) dunkaist, 2011-2012 ///////;;
2
;;//// libimg.inc //// (c) mike.dld, 2007-2008, (c) diamond, 2009, (c) dunkaist, 2011-2013 ///////;;
3
;;================================================================================================;;
3
;;================================================================================================;;
4
;;                                                                                                ;;
4
;;                                                                                                ;;
5
;; This file is part of Common development libraries (Libs-Dev).                                  ;;
5
;; This file is part of Common development libraries (Libs-Dev).                                  ;;
6
;;                                                                                                ;;
6
;;                                                                                                ;;
7
;; Libs-Dev is free software: you can redistribute it and/or modify it under the terms of the GNU ;;
7
;; Libs-Dev is free software: you can redistribute it and/or modify it under the terms of the GNU ;;
Line 99... Line 99...
99
Image.bpp32 = 3
99
Image.bpp32 = 3
100
Image.bpp15 = 4
100
Image.bpp15 = 4
101
Image.bpp16 = 5
101
Image.bpp16 = 5
102
Image.bpp1  = 6
102
Image.bpp1  = 6
103
Image.bpp8g = 7  ; grayscale
103
Image.bpp8g = 7  ; grayscale
104
Image.bpp8a = 8  ; grayscale with alpha channel; application layer only!!! kernel doesn't handle this image type, libimg can only create and destroy such images
-
 
105
;Image.bpp2  = 9
104
Image.bpp2i = 8
106
;Image.bpp4  = 10
105
Image.bpp4i = 9
-
 
106
Image.bpp8a = 10  ; grayscale with alpha channel; application layer only!!! kernel doesn't handle this image type, libimg can only create and destroy such images
Line 107... Line 107...
107
 
107
 
108
; bits in Image.Flags
108
; bits in Image.Flags
Line 109... Line 109...
109
Image.IsAnimated = 1
109
Image.IsAnimated = 1