Skip to main content
edited tags
Link
Clemens
  • 129.1k
  • 13
  • 163
  • 296

How can I convert a byte[] of raw bits to a BitmapImage?

I have a byte[] that represents the raw data of an image. I would like to convert it to a BitmapImage so that I can bind it to an Image control.

I tried several examples I found but I kept getting the following exception

"No imaging component suitable to complete this operation was found."

I think it is because my byte[] does not actually represent an Image but only the raw bits. so my question is as mentioned above is how to convert a byte[] of raw bits to a BitmapImage.

convert a byte[] of raw bits to a BitmapImage

I have a byte[] that represents the raw data of an image. I would like to convert it to a BitmapImage so that I can bind it to an Image control.

I tried several examples I found but I kept getting the following exception

"No imaging component suitable to complete this operation was found."

I think it is because my byte[] does not actually represent an Image but only the raw bits. so my question is as mentioned above is how to convert a byte[] of raw bits to a BitmapImage.

How can I convert byte[] to BitmapImage?

I have a byte[] that represents the raw data of an image. I would like to convert it to a BitmapImage.

I tried several examples I found but I kept getting the following exception

"No imaging component suitable to complete this operation was found."

I think it is because my byte[] does not actually represent an Image but only the raw bits. so my question is as mentioned above is how to convert a byte[] of raw bits to a BitmapImage.

I have a byte[]byte[] that represents the raw data of an image. I would like to convert it to a BitmapImageBitmapImage so that I can bind it to an ImageImage control.

I tried several examples I found but I kept getting the following exception

"No imaging component suitable to complete this operation was found."

"No imaging component suitable to complete this operation was found."

I think it is because my byte[]byte[] does not actually represent an Image but only the raw bits. so my question is as mentioned above is how to convert a byte[] of raw bits to a BitmapImageBitmapImage.

I have a byte[] that represents the raw data of an image. I would like to convert it to a BitmapImage so that I can bind it to an Image control.

I tried several examples I found but I kept getting the following exception

"No imaging component suitable to complete this operation was found."

I think it is because my byte[] does not actually represent an Image but only the raw bits. so my question is as mentioned above is how to convert a byte[] of raw bits to a BitmapImage

I have a byte[] that represents the raw data of an image. I would like to convert it to a BitmapImage so that I can bind it to an Image control.

I tried several examples I found but I kept getting the following exception

"No imaging component suitable to complete this operation was found."

I think it is because my byte[] does not actually represent an Image but only the raw bits. so my question is as mentioned above is how to convert a byte[] of raw bits to a BitmapImage.

Source Link
gerstla
  • 597
  • 1
  • 5
  • 20
Loading