[PHP] Is PHP a good language to work with images?

2004-05-26 Thread Rui Silva
Hello! I need to print an image file, but I'm having some problems. I have a handler to a printer witch I can print text correctly with the printer_write function. I can also print an image if it is in bmp format (printer_draw_bmp), however, I want to print png files. $im = imagecreatefrompng

[PHP] Printing images

2004-05-25 Thread rui . silva
Hello! I need to print an image file, but I’m having some problems. I have a handler to a printer witch I can print text correctly with the printer_write function. I can also print an image if it is in bmp format (printer_draw_bmp), however, I want to print png files. How can I do it? Thank y