Skip to content

Instantly share code, notes, and snippets.

@pankoza2-pl
pankoza2-pl / bmp.h
Created November 14, 2023 14:09 — forked from mhofwell/bmp.h
Applying Filters by Manipulating Pixel Values!
// BMP-related data types based on Microsoft's own
#include <stdint.h>
/**
* Common Data Types
*
* The data types in this section are essentially aliases for C/C++
* primitive data types.
*
@mhofwell
mhofwell / bmp.h
Last active November 14, 2023 14:09
Applying Filters by Manipulating Pixel Values!
// BMP-related data types based on Microsoft's own
#include <stdint.h>
/**
* Common Data Types
*
* The data types in this section are essentially aliases for C/C++
* primitive data types.
*