removeExifFromImage property

bool removeExifFromImage
getter/setter pair

If true will remove the Exif data from the captured data. Default true since not all popular browsers can't handle Exif yet. This is useful to avoid issues with device orientation and image rotation.

Implementation

bool removeExifFromImage = true;