Relative Content

Tag Archive for c#imagebitmappipelinespi

I am trying to send a picture through pipeline and spi in C#(Windows form), the pipes do connect but no image is showing,

So the thing i want to do is send an image as of right now a jpg to through pipeline that uses spi aswell, in the console it says that everything is connected but when i look at the windows form i see no image yet it says that everything is connected. I feel like a big problem is on the program.cs file (the last part), there is more code so pls inform me if anything feels unclear.