Actually the TImage component as well as the TBitmap object can determine the transparent color itself provided that the bottom left-most pixel in your image has that color.
In that case, you'd just do this:

[pascal]Image1.Transparent := True;[/pascal]