wrlib: merged both R*FlipImage function into one for the public API
commit654dcfeb281d7ba91752df2a360d596761046e30
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 4 Jul 2014 21:28:37 +0000 (4 23:28 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 6 Jul 2014 00:07:55 +0000 (6 01:07 +0100)
treeeef20ac127f9cd95c52a74c4fd142ab070797dcf
parentcd29983e03b696252d91cd5264bca0417a1768b0
wrlib: merged both R*FlipImage function into one for the public API

It is generally not a good idea to have an API with a high number of
functions because it adds complexity for user and for maintainability,
so both function have been "merged" into a single RFlipImage with
a parameter to specify what flip is expected.

As a bonus, the function can perform both flips at once if wanted.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
wrlib/flip.c
wrlib/libwraster.map
wrlib/wraster.h