Before I say type anything this is proberbly a question that has been asked already. I searched the forum and couldn't find anything. The question is: How do I draw a string (in this case every letter from chr(33) to chr(126)) with GDI+ and save them to a seperate .png file? I have some code bet it doesn't work correctly. (I want alpha transpareny on each background) #include <GDIPlus.au3> _GDIPlus_Startup() $h_bitmap = _WinAPI_CreateBitmap(20, 20, 1, 32) $h_image = _GDIPlus_BitmapCr