Does anyone use FreeImage with VB6?? I have used this combination quite a bit over the years, but am stuck on something that I can't get working.
I want to open a jpg image, rotate it by 30 degrees (or whatever) and then paste the resulting image onto another image. When the image is rotated, the overall canvas is made larger and a fill color is used for the 'empty' areas. I want those fill areas to be a transparent color. When I paste the rotated image, the background image will show through the filled areas.
I have sample code to provide if someone is interested. Of course, my code is only what I think should work and does not do what I want.