Skip to content

Utilities: BMP save functionality #9

@DanielFonsecaa

Description

@DanielFonsecaa

Implement utilities for saving the current render as a BMP file.

Tasks

  • Implement BMP save header writer (writes correct BMP header for 24-bit image)
    • compose header structure
    • write to file
  • Capture current frame buffer into a BMP data block (frame buffer converted to BMP pixel layout)
    • reorder BGR
    • handle padding
    • call header writer

Acceptance Criteria

  • BMP files are correctly written and readable by standard viewers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    easytasks that is "easy" to implement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions