boardmain / TiHorizontalFlip

Image horizontal Flip for Titanium SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Titanium Horizontal image Flip

With this module you can mirror an image ( for example photos taken by the frontal camera )

Example

var ImageMirror = require('it.scsoft.imagemirror');

var ImageMirrored = ImageMirror.horizontalFlip({ image: ImageToMirrorBlob });

ImageToMirrorBlob is the blob of the image

  • IOS Only

About

Image horizontal Flip for Titanium SDK

License:Other


Languages

Language:Python 63.3%Language:Objective-C 30.1%Language:JavaScript 6.6%