ilSetPixels, ilTexImage and origin
A full featured cross-platform image library
Brought to you by:
doomwiz
Would be nice to have ilSetPixels and ilTexImage to adjust the image orientation for me. It does on load but not on save. All my images come in flipped so I change the orientation then on write I pass the data right back to il to save but now they're flipped. Simple enough fix, check the orientation flag of image and enable bits and do an ilFlipImage like you do in other places.