On Sun, Sep 08, 2024 at 07:09:29PM GMT, kjell.samuels...@qualitell.se wrote: > What is the reason why Color Depths < 24 is not supported?
It's because color depths < 24 use a different pixel format. > Would it be possible for me to create it myself? I'm not to familiar with sent as I haven't used it but the bulk of the work probably needs to happen at ffscale(). When filling up the ximg->data you'd need to convert it from 24/32 bits to 16 bit format. - NRK