add bounding box
This commit is contained in:
parent
2e24f0314b
commit
7c383dc245
12 changed files with 153 additions and 4 deletions
8
src/png.h
Normal file
8
src/png.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
#include <optional>
|
||||
|
||||
#include "frame.h"
|
||||
|
||||
std::optional<Frame> load_png(const std::filesystem::path& in);
|
Loading…
Add table
Add a link
Reference in a new issue