mirror of
https://github.com/libretro/Mu.git
synced 2026-09-23 07:05:37 +00:00
6 lines
307 B
Markdown
6 lines
307 B
Markdown
# Reexports GIMP C source images properly
|
|
|
|
Because GIMP exports 16 bit images as little endian in a byte array of octal chars using non fixed size data types or as macro accessed byte array.
|
|
This program takes the macro accessed byte array.
|
|
That breaks big endian platforms and universal compatibility.
|