Hi Holger
a very complex solution. I will try that and report the result. Thanks for your help.
Alex
PS: und Grüße aus Bayern!
User Profile
Collapse
-
Sorry, ram09, i have no choice here. I have to use the gif-files.
Alex...Leave a comment:
-
Yes. I have to create a thumb of a GIF-file and the transparency has to be transformed also (some gifs overlap each other, so the transparency is important).
Alex...Leave a comment:
-
Hi ram09
should there be a difference? I need the (smaller) GIF for a web-project. But it should work independent of web or not web.
Alex...Leave a comment:
-
Scaling transparent GIF / Transparency gets black
Hi all
I am new here and i hope i do not make any mistakes with this question.
I try to change a GIF-File that contains transparency. The problem lies within the following code:
Code:' Open a gif with transparency Dim nBm As Bitmap = New Bitmap("C:\Temp\TestTransparent.gif") ' Create a new bitmap with the same size Dim nResult As Bitmap = New Bitmap(nBm.Width, nBm.Height)
No activity results to display
Show More
Leave a comment: