Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
programming-languages
assignment-image-rotation
Commits
77cea661
Commit
77cea661
authored
2 years ago
by
Самбрано Браво Рикардо Хосе
Browse files
Options
Download
Email Patches
Plain Diff
Update solution/include/bmp.h, solution/src/bmp.c files
parent
7f5aed21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
solution/include/bmp.h
solution/include/bmp.h
+0
-7
solution/src/bmp.c
solution/src/bmp.c
+5
-0
No files found.
solution/include/bmp.h
View file @
77cea661
...
...
@@ -11,13 +11,6 @@
#include "image.h"
#define PLANES 1
#define HEADER_SIZE 40
#define TYPE (19778)
#define BIT_COUNT (24)
enum
read_status
{
READ_OK
=
0
,
READ_INVALID_SIGNATURE
,
...
...
This diff is collapsed.
Click to expand it.
solution/src/bmp.c
View file @
77cea661
...
...
@@ -9,6 +9,11 @@
#include<string.h>
#define PLANES 1
#define HEADER_SIZE 40
#define TYPE (19778)
#define BIT_COUNT (24)
#pragma pack(push,1)
// bmp_header represents the header for a BMP file
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment