I’m using this code to generate an UIImage from the text
How do I use the NSString draw functionality to create a UIImage from text
However the image quality is very low. What parameters should I change to increase the quality of the image? is there a way to set resolution etc?
If anyone knows a good guide or documentation on this please provide a link. Thanks in advance.
Try increasing the font size in that code. This will give a bigger image to start with, and might improve your experience.