summaryrefslogtreecommitdiffstats
path: root/apps/recorder/bmp.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-08Support for transparency in 32bit bitmaps on color targets.Thomas Martitz1-0/+1
2010-07-24s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/Nils Wallménius1-1/+1
2009-05-09Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or H...Andrew Mahone1-1/+1
2009-05-09Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...Andrew Mahone1-0/+4
2009-01-08cleanup for core-file-in-pluginlib compilation:Andrew Mahone1-6/+1
2009-01-04build a scaling-enabled bitmap loader in pluginlib for mono bitmap targets, a...Andrew Mahone1-2/+8
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone1-2/+5
2008-12-26Latest work on the bmp on-load scaler:Andrew Mahone1-105/+116
2008-12-10fix get_totalsize to return the correct size in some cases where it failedAndrew Mahone1-3/+2
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone1-0/+157
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-11-10Add read_bmp_fd and make the first parameter of read_bmp_file ("filename") co...Nicolas Pennequin1-2/+7
2007-04-11/me fail english? thats unpossibleJonathan Gordon1-1/+1
2007-04-11Fix the comment, read_bmp_file() returns >=0 for success, not 0Jonathan Gordon1-1/+2
2006-01-28Color BMP supportLinus Nielsen Feltzing1-4/+10
2005-04-25New BMP reader by Tomas SalfischbergerLinus Nielsen Feltzing1-1/+2
2002-05-30prototype for the BMP file reader functionDaniel Stenberg1-0/+29