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

fix ofPixels <float> allocation issue #7936

Merged
merged 2 commits into from May 11, 2024
Merged

Conversation

dimitre
Copy link
Member

@dimitre dimitre commented May 7, 2024

minimal changes to make it work
so now the pixels buffer is allocated with the exact number of bytes used.
it used to work ok with char because sizeof(char) is 1

related to some part of
#6226
addresses crash / artifacts

@dimitre
Copy link
Member Author

dimitre commented May 7, 2024

copying @ofTheo @NickHardeman

@dimitre
Copy link
Member Author

dimitre commented May 11, 2024

Merging this one, I consider a critical flaw

@dimitre dimitre merged commit f7522b9 into openframeworks:master May 11, 2024
11 checks passed
@dimitre dimitre mentioned this pull request May 11, 2024
@dimitre dimitre deleted the px2 branch May 16, 2024 16:09
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

1 participant