Without knowing the file type, there is no way to do any conversion. I still don't understand what you mean convert to a bitmap file. Are there images like .jpg, .png in the .bin file and you need to convert them to bmp format? If it is a video file how are you going to convert it a bmp file? Do you mean to extract individual frames and save them as bmp?
I have a 10-15 .bin files that are the frames generated from a video. Now i need to write down a code that will change that files into .bmp files. Please help me soon.
There are many ways to store an image in a file. As Satish mentions, without knowing which format the images are in, we can't give advice on how to convert them.
I dont know about the header-footer of image. Please provide me any sample code for .bin to .bmp conversion. I am using AIR technology that is responsible to create frames and store them into .bin file.
Originally posted by swati mittal: Can any body convert this c# code into java.
I am willing to convert that bit to Java. It readsYou ought to be able to convert the rest of the code without a lot of effort; remember C# and Java are very similar. You will have to alter some of the names of classes, lose the "using" keyword, and in Java Thread.sleep() declares a checked Exception, but the whole job ought not to be too difficult.