Skip to content
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

Add reader for .exr images #844

Merged
merged 4 commits into from
Jun 7, 2023
Merged

Add reader for .exr images #844

merged 4 commits into from
Jun 7, 2023

Conversation

Meakk
Copy link
Member

@Meakk Meakk commented Jun 5, 2023

Add a reader for EXR files using OpenEXR library.
It's enabled using F3D_MODULE_EXR option and the reader is automatically registered using the image reader factory.

@Meakk Meakk self-assigned this Jun 5, 2023
@Meakk Meakk marked this pull request as draft June 5, 2023 21:31
@github-actions
Copy link

github-actions bot commented Jun 5, 2023

You are modifying libf3d public API! ⚠️Please update bindings accordingly⚠️!
You can find them in their respective directories: python, java, webassembly.

@Meakk Meakk mentioned this pull request Jun 6, 2023
@Meakk Meakk marked this pull request as ready for review June 6, 2023 14:22
@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Merging #844 (da79dc9) into master (6afde75) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #844   +/-   ##
=======================================
  Coverage   96.14%   96.14%           
=======================================
  Files         111      111           
  Lines        6333     6335    +2     
=======================================
+ Hits         6089     6091    +2     
  Misses        244      244           
Impacted Files Coverage Δ
library/src/init.cxx 100.00% <ø> (ø)
library/src/engine.cxx 96.49% <100.00%> (+0.04%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Meakk Meakk merged commit cf51f90 into f3d-app:master Jun 7, 2023
@Meakk Meakk deleted the exr branch June 7, 2023 08:46
mwestphal pushed a commit that referenced this pull request Feb 10, 2024
mwestphalnew pushed a commit to mwestphalnew/f3d that referenced this pull request Feb 10, 2024
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.

None yet

2 participants