Your comments

Hi there

For me, i usually flip the image using an image process  program.Here is my method to flip image:

public static int ApplyFlip(REImage img);
public static int ApplyFlipV(REImage img);
You can have a try.Hope to help you.