C
C#11mo ago
Frostyio

Winform project saves the Image with a black background

It works perfectly except it creates a black background which isn't shown in the picturebox preview, I use a graphic to create the Images. code: https://hatebin.com/fdivlibjfs
2 Replies
Angius
Angius11mo ago
fileToSave.Save(memory, ImageFormat.Jpeg); Jpeg has no transparency
Frostyio
FrostyioOP11mo ago
thanks

Did you find this page helpful?