treeform / pixie

Full-featured 2d graphics library for Nim.
MIT License
742 stars 28 forks source link

BGR? #551

Closed glyh closed 6 months ago

glyh commented 6 months ago

I'm working with some library that requires bgr input, is it possible to have some builtin utilities to convert between rgba and bgr? Thanks.

glyh commented 6 months ago

I guess this doesn't make much sense as you can easily transform the data yourself.