- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- afecfe4 cleanup code for picky compiler warning options by Daniel Stenberg · 16 years ago
- 024537d Make RAW option explicitly little-endian and ensure that bmp2rb works the same on both little-endian and big-endian hosts. Fix bug with generating <= 8-bit raw output on big-endian hosts. Also remove TAB characters, C99 variable declarations and extremely long lines in the source. by Dave Chapman · 18 years ago
- f21122d Add swap bytes option by Greg White · 18 years ago
- 1ab8f32 Fix comment by Greg White · 18 years ago
- b3c66f5 Add raw file generation by Greg White · 18 years ago
- 780f79e Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. by Jens Arnold · 18 years ago
- 05ddd9a X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. by Jens Arnold · 18 years ago
- fcab617 Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as apple. No more mirrored display when loading retailos, after a bootloader update. by Jens Arnold · 19 years ago
- 635b830 open the image in binary mode to work better on windows by Daniel Stenberg · 19 years ago
- 9b1c9db Fix stupid padded width calculation bug. by Jens Arnold · 19 years ago
- 95538f6 First attempt at generating and using .h files from bitmaps using bmp2rb. The .h files are generated for both the core bitmaps and the plugins, but are only currently being used in the core. by Dave Chapman · 19 years ago
- 41e1aa8 Grayscale iPods: Fixed & optimised LCD driver. Further optimisation is possible. * LCD driver now uses proper native bitmaps resembling the LCD internal format. Mono bitmaps are still transposed. by Jens Arnold · 19 years ago
- dcc9a8a Use 'int' for 32 bit variables in host tools to better run on 64bit archs. by Daniel Stenberg · 19 years ago
- 36cca23 And now also allocates the correct amount by Linus Nielsen Feltzing · 19 years ago
- 6e46156 Now clears the bitmap properly beforte converting by Linus Nielsen Feltzing · 19 years ago
- 4202df0 Add output format for the ipod's byte-swapped rgb565 by Dave Chapman · 19 years ago
- 057c8ec Added 16-bit RGB format to bmp2rb by Linus Nielsen Feltzing · 19 years ago
- 6ae8104 bmp2rb: Prepared for future colour bitmap support. The tool reads all BMPs into an internal full-colour bitmap now, then converts to the various destination formats from that. Correct 16-bit BMP colour handling. by Jens Arnold · 19 years ago
- c5e87ae Heavily extended bmp2rb conversion tool: Handles 4, 16, 24 and 32 bit BMPs in addition to 1 and 8 bit. Generates one of 3 output formats: (0) Archos recorder, Ondio, Gmini, H1x0 monochrome; this is the default. (1) Archos player graphics library. (2) H1x0 4-shade greyscale. Decision about the pixel value is based on the true pixel brightness, so hopefully no more inverted images. by Jens Arnold · 19 years ago
- 463e329 Fixed to allow conversions of 160x128 pictures too. by Daniel Stenberg · 20 years ago
- 2d81cf9 Magnus Holmgren's patch #708098 that makes bmp2rb insensitive to endianess by Daniel Stenberg · 21 years ago
- e86218b autodetect an ID smarter by Daniel Stenberg · 22 years ago
- e1fbb12 we like each line less than 80 characters wide please by Daniel Stenberg · 22 years ago
- 793ca18 now detects 1bit BMP files too and adjusts to that, which makes things simpler by Daniel Stenberg · 22 years ago
- 4b12d88 Added newline before EOF. by Mats Lidell · 22 years ago
- 8c78975 made it output valid C code even if given a filename that starts with a by Daniel Stenberg · 22 years ago
- 8a700fe Created. by Mats Lidell · 22 years ago