Skip to content

issues Search Results · repo:envyen/libbmp language:Shell

Filter by

7 results
 (68 ms)

7 results

inenvyen/libbmp (press backspace or delete to remove)

What steps will reproduce the problem? 1. Opening the produced bmp file in GIMP v2.8.4 What is the expected output? What do you see instead? It works actually, in mspaint, default picture viewer, no problem. ...
auto-migrated
Priority-Medium
Type-Defect
  • GoogleCodeExporter
  • Opened 
    on Jun 6, 2015
  • #6

Here is a new version for reading bmp maybe you can apply it?! Original issue reported on code.google.com by glenn.g...@uptime.ch on 11 Jun 2014 at 4:04 Attachments: - bmpfile.h - bmpfile.c
auto-migrated
Priority-Medium
Type-Defect
  • GoogleCodeExporter
  • 1
  • Opened 
    on Jun 6, 2015
  • #8

Fixes the skewing 16-bit BMPs. Original issue reported on code.google.com by dedgerto...@gmail.com on 10 Aug 2012 at 1:58 Attachments: - bmpfile.c.patch
auto-migrated
Type-Patch
  • GoogleCodeExporter
  • Opened 
    on Jun 6, 2015
  • #5

added function: rgb_pixel_t *bmp_get_color(bmpfile_t *bmp, int c) added function bool bmp_set_color(bmpfile_t *bmp, int c, rgb_pixel_t pixel) Original issue reported on code.google.com by mario.la...@gmail.com ...
auto-migrated
Type-Patch
  • GoogleCodeExporter
  • Opened 
    on Jun 6, 2015
  • #2

added function: rgb_pixel_t *bmp_get_color(bmpfile_t *bmp, int c) addued function: bool bmp_set_pixel(bmpfile_t *bmp, uint32_t x, uint32_t y, rgb_pixel_t pixel) Original issue reported on code.google.com ...
auto-migrated
Type-Patch
  • GoogleCodeExporter
  • Opened 
    on Jun 6, 2015
  • #3

Correct me if I m wrong, but the description claims that this library can read bitmaps, yet there s no corresponding bmp_read function (that reads from a file). So unless you re creating bitmaps by hand ...
auto-migrated
Priority-Medium
Type-Defect
  • GoogleCodeExporter
  • 10
  • Opened 
    on Jun 6, 2015
  • #4

What steps will reproduce the problem? 1. use 720x480 rgb565 as source 2. set depth as 16 If I set the depth to 32 I get the image I expected, but at twice the size. If I set the depth to 16 I get a ...
auto-migrated
Priority-Medium
Type-Defect
  • GoogleCodeExporter
  • 1
  • Opened 
    on Jun 6, 2015
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub