Hello I had the problem that I needed a way to print an image from AutoIt. I searched the Forum, and only fount the print.au3 UDF, which seems to be only able to print text (didn't test it, but was said so in the topic). I found a Rundll32 call which is able to print images with the Windows Image and Fax Viewer. I made a function to print the image the a specified printer. Func _PrintImage($filename, $printer) If Not FileExists($filename) Then SetError(1, "Specified file couldn't b