Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Convert a ( .BMP) into bits in java
Name: Fidz Date: November 21, 2002 at 20:57:16 Pacific OS: win ME CPU/Ram: 1.7GHz/128MB
Comment:
hi,i need a code in java to take an image as an input and convert it into a row bit stream stored in an array if anyone have a good idea,i'll appreciate posting a demo source or mailing back to me thnx
Summary: Hi there, I am a Java programmer transitioning into a C++ programmer and I'm still new at all of this. Even for Java I'm still new at it. My problem is that if I read in a character array of numbe...
Summary: i want to write a simple algorithm in java.. but i'm still not getting the idea how to do it.. i want to write a program that can convert a number into word form i.e Input: 123 Output: One Hundread an...
Summary: Yeah, you can do it. Have a look at classes in java.io: InputStream and DataInputStream. They offer 'read' methods which reads data from disk and put it into byte arrays. You can use these classes in...