Google Flix Engine Linux Reference Manual Instrukcja Użytkownika Strona 124

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 123
118 Flix Engine Linux Module Documentation
5.30 Mirror
5.30.1 Detailed Description
The mirror filter mirrors (flips) the source along the horizontal axis, vertical axis or both.
Filter Parameters:
Name | Type | Opt/Reqd | Range
==============================================================================
FE2_MIRROR_HORIZONTAL | Numeric | Optional | {on2false,on2true}
FE2_MIRROR_VERTICAL | Numeric | Optional | {on2false,on2true}
Example Usage:
sc = Flix2_AddFilter(&filter, flix, FE2_FILTER_MIRROR);
// flip the image horizontally
if(sc == ON2_OK)
sc = Flix2_FilterSetParam(filter, FE2_MIRROR_HORIZONTAL, on2true);
Note:
Setting both FE2_MIRROR_HORIZONTAL and FE2_MIRROR_VERTICAL is equivalent to setting
FE2_ROTATE_ANGLE to 180
See also:
FE2_FILTER_ROTATE
Defines
#define FE2_FILTER_MIRROR
Filter name for use with Flix2_AddFilter().
#define FE2_MIRROR_HORIZONTAL
Specifies horizontal disposition.
#define FE2_MIRROR_VERTICAL
Specifies vertical disposition.
5.30.2 Define Documentation
5.30.2.1 #define FE2_FILTER_MIRROR
Filter name for use with Flix2_AddFilter().
Definition at line 49 of file mirror.h.
5.30.2.2 #define FE2_MIRROR_HORIZONTAL
Specifies horizontal disposition.
Mirror (flip) the image along the horizontal axis
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Przeglądanie stron 123
1 2 ... 119 120 121 122 123 124 125 126 127 128 129 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag