Skip to content

Conversation

@asrono
Copy link
Contributor

@asrono asrono commented Aug 27, 2025

I created some mp4 files with Julia and would like to be able to add them to a ppt.

@@ -1,8 +1,10 @@
module PPTX

using XMLDict
Copy link
Contributor Author

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)
Copy link
Contributor Author

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

@matthijscox-asml
Copy link
Member

matthijscox-asml commented Aug 28, 2025

Looks great! Thanks for this PR!

@codecov
Copy link

codecov bot commented Aug 28, 2025

Codecov Report

❌ Patch coverage is 39.08046% with 53 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.59%. Comparing base (acc2cf7) to head (0adc76b).

Files with missing lines Patch % Lines
src/Video.jl 38.02% 44 Missing ⚠️
src/Slide.jl 28.57% 5 Missing ⚠️
src/Picture.jl 42.85% 4 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@matthijscox-asml matthijscox-asml merged commit 8b2edd2 into ASML-Labs:main Sep 2, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants