nicholas_yue Posted September 25, 2014 Share Posted September 25, 2014 Hi, Progress with my PPM writer, I need to flip the scanline order ? What mechanism can I use ? Currently, my image are written out but flipped vertically. Cheers Quote Link to comment Share on other sites More sharing options...
nicholas_yue Posted September 25, 2014 Author Share Posted September 25, 2014 Answering own post: virtual int isTopFirst() const { return 1; } does the trick. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.