Doubt in different Image formats?
-
Hai! In my application i have developed a code to draw an image from pixel data present in byte array. i get this byte array by reading an image file present in a location. I was succesfully displaying (.png, .gif, .jpg, .bmp) but when i tried to display .j2k and .jp2 images using the same code my application displays blank or doesn't display image at all. I came to know that windows doesnot support .jp2 and .j2k images. Now my doubt is if windows doesnot support them can i be able to display those (.jp2 and .j2k) images on my dialog (assuming i have correctly coded to display an image from byte array of a image file)? Thanks!
-
Hai! In my application i have developed a code to draw an image from pixel data present in byte array. i get this byte array by reading an image file present in a location. I was succesfully displaying (.png, .gif, .jpg, .bmp) but when i tried to display .j2k and .jp2 images using the same code my application displays blank or doesn't display image at all. I came to know that windows doesnot support .jp2 and .j2k images. Now my doubt is if windows doesnot support them can i be able to display those (.jp2 and .j2k) images on my dialog (assuming i have correctly coded to display an image from byte array of a image file)? Thanks!
-
Hai! In my application i have developed a code to draw an image from pixel data present in byte array. i get this byte array by reading an image file present in a location. I was succesfully displaying (.png, .gif, .jpg, .bmp) but when i tried to display .j2k and .jp2 images using the same code my application displays blank or doesn't display image at all. I came to know that windows doesnot support .jp2 and .j2k images. Now my doubt is if windows doesnot support them can i be able to display those (.jp2 and .j2k) images on my dialog (assuming i have correctly coded to display an image from byte array of a image file)? Thanks!