Mirror blitting in SDL!

Hello!
DirectDraw can do mirror blitting of an image (with flags
DDBLTFX_MIRRORLEFTRIGHT and DDBLTFX_MIRRORUPDOWN). I need same feature
for my SDL program for Linux. As far as I know there are no such tools
in SDL library for doing this. So, how can I implement this feature?
Is there any libraries or sample code?
Thank you very much in advance.
Evgeny Bronnikov.

P.S. Sorry for my English

Evgeny Bronnikov wrote:

Hello!
DirectDraw can do mirror blitting of an image (with flags
DDBLTFX_MIRRORLEFTRIGHT and DDBLTFX_MIRRORUPDOWN). I need same feature
for my SDL program for Linux. As far as I know there are no such tools
in SDL library for doing this. So, how can I implement this feature?
Is there any libraries or sample code?
Thank you very much in advance.
Evgeny Bronnikov.

Have you searched through the libraries? I wont believe that no one has
implemented that yet.
http://www.libsdl.org/libraries.php

P.S. Sorry for my English

Don’t worry, mine’s worse :wink:

regards,
Kornel Kisielewicz