-
Couldn't load subscription status.
- Fork 10
Mp4 support #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mp4 support #75
Conversation
| @@ -1,8 +1,10 @@ | |||
| module PPTX | |||
|
|
|||
| using XMLDict | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now in alphabetical order
| function Picture(source::String, offset_x::Int, offset_y::Int, size_x::Int, size_y::Int, rid::Int) | ||
| new(source, offset_x, offset_y, size_x, size_y, rid, string(UUIDs.uuid4())) | ||
| end | ||
| function Picture(source::String, offset_x::Int, offset_y::Int, size_x::Int, size_y::Int, rid::Int, uuid::String) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use a second constructor to make sure no uuid is generated for the thumbnail
|
Looks great! Thanks for this PR! |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #75 +/- ##
==========================================
- Coverage 87.94% 83.59% -4.35%
==========================================
Files 9 10 +1
Lines 821 951 +130
==========================================
+ Hits 722 795 +73
- Misses 99 156 +57 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I created some mp4 files with Julia and would like to be able to add them to a ppt.