Changeset 2809 for libpipi/trunk/pipi/pipi_internals.h
- Timestamp:
- 08/30/08 12:03:33 (5 years ago)
- File:
-
- 1 edited
-
libpipi/trunk/pipi/pipi_internals.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/pipi_internals.h
r2794 r2809 23 23 #define SET_FLAG_WRAP 0x00000002 24 24 #define SET_FLAG_8BIT 0x00000004 25 26 struct pipi_histogram 27 { 28 int r_present, g_present, b_present, y_present; 29 unsigned int a[256]; 30 unsigned int r[256]; 31 unsigned int g[256]; 32 unsigned int b[256]; 33 unsigned int y[256]; 34 }; 35 25 36 26 37 /* pipi_image_t: the image structure. This is probably going to be the most
Note: See TracChangeset
for help on using the changeset viewer.
