Changeset 1354 for libcaca/trunk/cucul/export.c
- Timestamp:
- Nov 12, 2006, 11:04:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/export.c
r1342 r1354 167 167 unsigned int n; 168 168 169 /* 44bytes for the header:169 /* 52 bytes for the header: 170 170 * - 4 bytes for "\xCA\xCA" + "CV" 171 171 * - 16 bytes for the canvas header 172 * - 24bytes for the frame info172 * - 32 bytes for the frame info 173 173 * 8 bytes for each character cell */ 174 174 *bytes = 52 + 8 * cv->width * cv->height;
Note: See TracChangeset
for help on using the changeset viewer.