Create Image With Text
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I need to dynamically generate image and put some text on it. The problem I'm having is that the text needs to be as if it was on a sphere. Imagine 400x400 pixel ball and write some text on it. It will look different at top and bottom and right and left sides will be vanishing. Can it be done thru matrix transoform? if so how would i set one up? Thanks.