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

Save image to buffer #1105

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Save image to buffer #1105

merged 1 commit into from
Dec 19, 2023

Conversation

Meakk
Copy link
Member

@Meakk Meakk commented Dec 18, 2023

Fix #1104

@Meakk Meakk self-assigned this Dec 18, 2023
Copy link

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

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (05181df) 96.43% compared to head (8cbb57e) 96.44%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1105   +/-   ##
=======================================
  Coverage   96.43%   96.44%           
=======================================
  Files         124      124           
  Lines        7693     7713   +20     
=======================================
+ Hits         7419     7439   +20     
  Misses        274      274           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mwestphal
Copy link
Contributor

related to #1101 as well I think

@Meakk
Copy link
Member Author

Meakk commented Dec 18, 2023

Yes, that's the libf3d fix for this issue as well. We'll need to implement the application functionality too.

library/src/image.cxx Outdated Show resolved Hide resolved
python/__init__.py.in Outdated Show resolved Hide resolved
@Meakk Meakk requested review from snoyer and mwestphal December 18, 2023 19:45
python/__init__.py.in Outdated Show resolved Hide resolved
Copy link
Contributor

@mwestphal mwestphal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discussion

@Meakk Meakk force-pushed the save-buffer branch 2 times, most recently from 1d5dd4e to f3737d9 Compare December 19, 2023 14:31
@Meakk Meakk requested review from snoyer and mwestphal December 19, 2023 15:41
library/src/image.cxx Outdated Show resolved Hide resolved
@Meakk Meakk merged commit 8f6209e into f3d-app:master Dec 19, 2023
46 checks passed
@Meakk Meakk deleted the save-buffer branch December 19, 2023 17:34
aemreaydin pushed a commit to aemreaydin/f3d that referenced this pull request Dec 19, 2023
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.

Implementing a f3d::image save to memory API
3 participants