Search found 2 matches

by Levy4u
2019-01-25T09:17:24-07:00
Forum: Digital Image Processing
Topic: Firebase Functions Add Text Over Image
Replies: 3
Views: 79641

Re: Firebase Functions Add Text Over Image

I apologize in that I don't know to access this via CLI. I am using Google's Firebase platform for mobile development. They have a cloud based backend code "server" that runs certain functions when triggered. They call it "Firebase Cloud Functions". It's pretty much javascript th...
by Levy4u
2019-01-24T15:48:09-07:00
Forum: Digital Image Processing
Topic: Firebase Functions Add Text Over Image
Replies: 3
Views: 79641

Firebase Functions Add Text Over Image

Hello, I feel like i've tried every single option (label, draw, annotate) for adding text over an image and I just can't get the text to appear. Here is my test code. I'm getting the newly created image but it ends up just being a copy of the original with no added text. I've tried the sample codes ...