Was the logo you blanked a 1 or 2 bit color logo? typedef struct STRUCT_BQR_HEADER { short a; // 0x0010 short b; // 0x0002 int c; // 0x00000002 int d; // 0x00000020 int e; // ( ? bytes used for image data + 16 ) int f; // ( ? e + 32 or offset at which footer exists ) int g; // 0x00000030 ( ? size of header or offset at which image data begins ) int h; // ( ? filesize in bytes - 8 ) int i; // 0x00000001 int width; // width in pixels int height; // height in pixels int l; // 0x00000010 for 1-bit , 0x00000014 for 2-bit ( ? flags ) int m; // 0x00000001 for 1-bit , ( ? 0x00000203 for 2-bit ) } t_HBQR; // 48 bytes tyepdef struct STRUCT_BQR_FOOTER { int n; // 0x00000020 ( ? same as d ) int o; // ( ? same as e ) int p; // ( ? same as f ) int q; // 0x00000030 ( ? same as g ) int r; // ( ? same as h ) int s; // 0x00000001 ( ? same as i ) int t; // 0x00010000 int u; // 0x00000020 int v; // 0x00000006 ( correlates to BITMAP value in bmp2bqr ) int w; // 0x00000008 int x; // 0x000000D3 ( correlates to UIBM_CARRIERLOGO or other value passed to BITMAP() in bmp2bqr ) int y; // 0x00000000 int z; // 0x00000020 int aa; // ( ? same as f ) } t_FBQR; // 56 bytes
+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | | 104x63 | 104x64 | 104x65 | 104x66 | 104x67 | 105x63 | 105x64 | 105x65 | 105x66 | 105x67 | xlogo | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | a | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | b | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | c | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | d | 32 | 32 | 32 | 32 | 32 | 32 | 32 | 32 | 32 | 32 | 32 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | e | 848 | 848 | 952 | 952 | 952 | 856 | 856 | 961 | 961 | 961 | 1580 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | f | 880 | 880 | 984 | 984 | 984 | 888 | 888 | 996 | 996 | 996 | 1612 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | g | 48 | 48 | 48 | 48 | 48 | 48 | 48 | 48 | 48 | 48 | 48 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | h | 928 | 928 | 1032 | 1032 | 1032 | 936 | 936 | 1044 | 1044 | 1044 | 1660 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | i | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | width | 104 | 104 | 104 | 104 | 104 | 105 | 105 | 105 | 105 | 105 | 104 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | height | 63 | 64 | 65 | 66 | 67 | 63 | 64 | 65 | 66 | 67 | 60 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | l | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 20 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | m | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 515 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | X | 848 | 848 | 952 | 952 | 952 | 856 | 856 | 961 | 961 | 961 | ? 1580 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | Y | 936 | 936 | 1040 | 1040 | 1040 | 944 | 944 | 1052 | 1052 | 1052 | ? 1668 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+ | size | 936 | 936 | 1040 | 1040 | 1040 | 944 | 944 | 1052 | 1052 | 1052 | 1668 | +--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
|
Originally posted by steelbeak Hey AndrewSFM, good to hear that there's someone other than me interested in this. Was the logo you blanked a 1 or 2 bit color logo?
|
| I've emailed them to you like you requested in your other thread |
is it still down?|
Originally posted by steelbeak AndrewSFM: sorry to hear about the phone. is it still down?
|

vBulletin Copyright ©2000 - 2008,
Jelsoft Enterprises Limited.
vB Easy Archive Final ©2000 - 2008
- Created by Stefan "Xenon" Kaeser