Skip to content

Commit f97bcf3

Browse files
author
CDNRocket
authored
Merge 0b6ff4a into 54c032d
2 parents 54c032d + 0b6ff4a commit f97bcf3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/FrameExporter.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ public function getAccuracy(): bool
2626
{
2727
return $this->mustBeAccurate;
2828
}
29+
30+
public function getBase64(string $fullPath): string
31+
{
32+
return $this->media->save($fullPath, $this->getAccuracy(), true);
33+
}
2934

3035
public function saveFrame(string $fullPath): MediaExporter
3136
{

0 commit comments

Comments
 (0)