renamed files and image data gets stored
This commit is contained in:
parent
15dc5e7dbc
commit
2fbdd1e43d
4 changed files with 17 additions and 5 deletions
17
library.h
17
library.h
|
@ -1,17 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
#include "file_reader/src/file_read.h"
|
||||
#include <string>
|
||||
|
||||
struct metadata
|
||||
{
|
||||
unsigned int width;
|
||||
unsigned int height;
|
||||
char bit_depth;
|
||||
char color_type;
|
||||
char compression;
|
||||
char filter;
|
||||
char interface;
|
||||
};
|
||||
|
||||
char *read_png(const std::string &file_path);
|
Loading…
Add table
Add a link
Reference in a new issue