feat: change orientation (#7)

* feat: change orientation (wip)

* wip

* working rotation

* small fix in help
This commit is contained in:
2025-06-05 12:03:15 +02:00
committed by GitHub
parent 533960f46f
commit 0172286d9a
6 changed files with 34 additions and 19 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#define BMP_H
void bmp_generate(unsigned short width, unsigned short height,
unsigned char color_depth, char *file_path,
unsigned char color_depth, bool descending, char *file_path,
line_fn generate_line);
#endif