can someone confrm this:
When I load a png file and save it under an other name, the R and B are swapped (it looks like this)
Code: Select all
UsePNGImageEncoder()
UsePNGImageDecoder()
LoadImage(0, "Test.png")
SaveImage(0, "Test_.png", #PB_ImagePlugin_PNG)Bernd

