eoherrer

Results 3 comments of eoherrer

Thanks for the quick response, well actually we are converting images take with and android camera, then we apply a binary filter, and then we convert/compress to tiff images so...

Hi AramVave! here's my ionic code: declare var logToFile: any; initLogToFile(): Promise { //Method to Initialize the LogToFile return new Promise((resolve, reject) => { ///Android/data/com.ups.mobileimaging/logs/log.txt this.checkAddPermission() .then(granted => { if...