I am trying to do something pretty basic - load an ofImage, and display it at a smaller size on the screen, and to a new file.
The problem I am having is that I can load the image just fine, but when I try to output it to a smaller size via myImage.draw(0, 0, 640, 480); the colour channels get mixed up somehow and the image has a blue tinge.
I have no idea what the problem is… I have tried several approaches… load, resize, update, draw; load, draw resized; load, resize, update, save new file