Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pixel): update/improve FloatBuffer.as() single channel conversions
- check if both source & dest formats are single channel - if so, convert directly via getNormalized() and avoid intermediate (lossy) conversion via ABGR - using only scalar access also faster than per-pixel subarrays
- Loading branch information