Oct 22, 2008 #1 tig12 Programmer Feb 27, 2007 20 GB Hi, I just wanted to know is there a program out there that convert an image i.e, jpg, bmp, gip. In to a Binary code. For example, In a 3 by 12 box someone would write their name and a code of i.e. 1000010010100 would then represent their name. thanks in advance
Hi, I just wanted to know is there a program out there that convert an image i.e, jpg, bmp, gip. In to a Binary code. For example, In a 3 by 12 box someone would write their name and a code of i.e. 1000010010100 would then represent their name. thanks in advance
Oct 22, 2008 #2 Diancecht Programmer Jan 8, 2004 4,042 ES And how is that related to Java? Cheers, Dian Upvote 0 Downvote
Oct 22, 2008 #3 Bong Programmer Dec 22, 1999 2,063 US Presumably you could read in the file as binary (the same as you would, say, a .bin). _________________ Bob Rashkin Upvote 0 Downvote
Presumably you could read in the file as binary (the same as you would, say, a .bin). _________________ Bob Rashkin
Oct 22, 2008 #4 tom62 Programmer Nov 12, 2002 152 DE If you would like to scan the contents of an image file for any texts in Java you'd need an OCR-API (see f.e. http://asprise.com/product/ocr/selector.php) Upvote 0 Downvote
If you would like to scan the contents of an image file for any texts in Java you'd need an OCR-API (see f.e. http://asprise.com/product/ocr/selector.php)