Hi,
i want to use ImageResizre with tramsparent background, but i always get a white background.
After Imageresize i want to copy a gradient image as backgound into a layer.
I use the following code - without result:
EnView.EnableAlphaChannel := True;
EnView.Proc.ImageResize(new_width, new_Height, hAlign, vAlign,0);
EnView.Proc.SetTransparentColors(CreateRGB(255,255,255),CreateRGB(255,255,255),0);
Best Regards
Dscho