+1

can't flip image on gif maker

Anonymous 11 years ago updated by Abigail11 11 years ago 1

I want to flip a rage face so that it is facing the opposite direction, but when I click and drag the image it won't 'flip' it will only rotate upside down.

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.