Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

how to load image files of all types into binary format string or array in either c,c# or java?

dear friends, i have written a sample code for image processing, firstly i need to load the information from image file which is encoded in their original content like bmp, jpeg, mpeg,png so forth, into a programming accessible format, thus that they can be processed using my own code like in c or java, or c# maybe

thanks

1 Answer

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

    Depending on what version of C# you should be able to read pretty much all the popular image file formats without any coding required. I've never worked with video formats so i wouldnt know.

    I remember doing some work in C and was able to get png, jpg, bmp, gif to work fine. Lot of work though.

Still have questions? Get your answers by asking now.