Hi. It is. First load image as software image, set transparency and then convert it to hardware image:
Img = _LOADIMAGE ("image.jpg",32)
_CLEARCOLOR _RGB32(0,0,0), Img
ImgHard = _COPYIMAGE (Img, 33)
Or use _SETALPHA for setting transparency for more than 1 color.