Age | Commit message (Collapse) | Author |
|
|
|
|
|
WRITE_LE_UINT32 for endian-safety fix
|
|
|
|
|
|
Change all of READ_UINT16 to READ_LE_UINT16 and all READ_UINT32 to READ_LE_UINT32 for endian-safety
|
|
|
|
|
|
|
|
|
|
Add skipping anti-alias check for last pixel in row
|
|
To beconsistent and to keep just one of them
|
|
|
|
Faster searching by changing switch to bsearch and array
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|