RE: [PHP] using transparent images in a style

2002-04-25 Thread Leotta, Natalie (NCI/IMS)
d the picture as a .bmp it would help? -Original Message- From: Leotta, Natalie (NCI/IMS) Sent: Thursday, April 25, 2002 10:41 AM To: [EMAIL PROTECTED] Subject: [PHP] using transparent images in a style Hi. I'm trying to make lines based on dots and dashes and I need the color

[PHP] using transparent images in a style

2002-04-25 Thread Leotta, Natalie (NCI/IMS)
Hi. I'm trying to make lines based on dots and dashes and I need the colors in the middle to be transparent. This is all done within a class, that's why there are "$this->"s all over. $t = ImageColorAllocate($this->im,1,1,1); $this->trans = ImageColorTransparent($this->im,$t); $this-