add format() function
This commit is contained in:
parent
1049c8e383
commit
464e5bf6dd
4 changed files with 16 additions and 2 deletions
|
@ -29,6 +29,7 @@ uint32_t photoSize = ragePhoto.photoSize();
|
|||
std::string json = ragePhoto.json();
|
||||
std::string title = ragePhoto.title();
|
||||
RagePhoto::Error error = ragePhoto.error();
|
||||
RagePhoto::PhotoFormat format = ragePhoto.format();
|
||||
```
|
||||
|
||||
#### How to Use ragephoto-extract
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue