|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > Image/Pixel-Color Operations > ANA. - Imageworks > Flip_IRs |
Flip IRs commands handle image flipping and mirroring operations for SDL surfaces.
Horizontal flipVertical flipMirror imagesTransform surfaces
Quick Example
; Flip image horizontally
SDL.FlipH|source|flipped
; Flip vertically
SDL.FlipV|source|flipped
See Also