thangman22 / google-cloud-vision-php

GoogleCloudVision Library for PHP
24 stars 18 forks source link

Added support for raw image input #1

Closed ThijsFeryn closed 8 years ago

ThijsFeryn commented 8 years ago

Instead of just reading from file, I added a type called "RAW" that reads the raw image data from the input variable before it encodes it to base64.

Hope you like it.

PS: I also turned those private properties and methods into protected ones in case someone wants to extend the project.

Cheers Thijs