msrd0 / rlottie-rs

Rust bindings to rlottie and file conversion library and tools
MIT License
17 stars 4 forks source link

Is endianness relevant? #1

Open msrd0 opened 2 years ago

msrd0 commented 2 years ago

I should test the Argb struct and Rgba struct on platform with different endianness from linux to verify it works. For now, we emit a warning from a build script if we detect big endianness.

msrd0 commented 2 years ago

Those have been replaced with rgb::BGRA8 and rgb::RGBA8, respectively. However, the problem with endianness remains, and I still have no big endian hardware to test on.