Hey guys,
I'm working on a project in which I am using Google Cloud Printing to print some really small text (around size 6). Because limitations of Google Cloud Printing, the way we have to do it is passing in an image. So, we are just using DrawText on a canvas and then saving it out as a jpeg so we can pass it to the cloud. However, in printing it, we notice that the result is pretty pixelated and doesn't have the sharpness that we would hope for.
Is there any way around this that anyone knows of? Somehow making the canvas higher quality with more pixels or something. Not sure... Thanks!
I'm working on a project in which I am using Google Cloud Printing to print some really small text (around size 6). Because limitations of Google Cloud Printing, the way we have to do it is passing in an image. So, we are just using DrawText on a canvas and then saving it out as a jpeg so we can pass it to the cloud. However, in printing it, we notice that the result is pretty pixelated and doesn't have the sharpness that we would hope for.
Is there any way around this that anyone knows of? Somehow making the canvas higher quality with more pixels or something. Not sure... Thanks!