C
C#2mo 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
Angius2mo ago
fileToSave.Save(memory, ImageFormat.Jpeg); Jpeg has no transparency
Frostyio
Frostyio2mo ago
thanks