p0nce

Results 629 comments of p0nce

- [ ] currently a problem for Dplug, recreating an image buffer should reuse the allocation

Discussion here => https://forum.dlang.org/post/[email protected]

Interesting design here: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkAllocationCallbacks.html

Also would be cool to have BC7 in memory so that we can encode/decode compressed image and sample large textures with less mem bandwidth

- [ ] Also need a channel count function

comment from Dplug ``` // Note about gamut: would be way easier to use if there was a way to copy a single channel from another image, // to fill...

L/LA/RGB/RGBA model is super practical but does this fit with Bruce use case?

Will be hard to replace dplug:graphics without it since in dplug:graphics you can assign pixels with a RGBA() struct, but the image is monomorphic. Should the struct be there?

The original code from Manu isn't bad at all... a bit templatey maybe

But we need a ICC profile parser too. Could be basis for colorspace. ICC parsing and acting on it could bring support for XYB JPEGs.