issues
search
AuburnSounds
/
gamut
Image encoding and decoding library for D. Detailed layout control. Experimental codec QOIX.
Boost Software License 1.0
41
stars
2
forks
source link
To properly become a Dplug OwnedImage, Image should expose...
#26
Closed
p0nce
closed
1 year ago
p0nce
commented
2 years ago
[x] a way to disown the Image data
[x] a way to return separately the allocation pointer (free), and the first scanline position
[x] a way to call the right free() function from Gamut for the pixel data
[x] better semantics for null images, zero-size images, etc