openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.94k stars 2.55k forks source link

Fix ofPixels_<float> resize #7989

Closed janimatic closed 4 months ago

janimatic commented 4 months ago

Fixes ofPixels_::resizeTo for float pixels (and hopefully every type of pixels) simply replacing bytesPerPixel by channelsFromPixelFormat(pixelFormat) to find indices. as described here https://github.com/openframeworks/openFrameworks/issues/6226#issuecomment-2099906869

dimitre commented 4 months ago

Thank you @janimatic