Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HI guys,
Is there a way to convert a JPEG image into a matrix of integers (code index)? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You may be able to use your scanner's OCR program if it can read .jpg files.
If it can't, maybe you could print it and then scan it and then use the OCR program. Either way, I'd invest a lot of time checking that data. I've never seen an OCR program that was 100% accurate. On 07/16/2011 14:50, qia li wrote: HI guys, Is there a way to convert a JPEG image into a matrix of integers (code index)? Thanks -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am actually trying to write a OCR program in excel, but as the first
step I need to import the image into my program, individual point and the corresponding color index. Anyone could advise? Thanks On Jul 17, 11:59*am, Dave Peterson wrote: You may be able to use your scanner's OCR program if it can read .jpg files. If it can't, maybe you could print it and then scan it and then use the OCR program. Either way, I'd invest a lot of time checking that data. *I've never seen an OCR program that was 100% accurate. On 07/16/2011 14:50, qia li wrote: HI guys, Is there a way to convert a JPEG image into a matrix of integers (code index)? Thanks -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 17/07/2011 11:59, Dave Peterson wrote:
You may be able to use your scanner's OCR program if it can read .jpg files. If it can't, maybe you could print it and then scan it and then use the OCR program. Either way, I'd invest a lot of time checking that data. I've never seen an OCR program that was 100% accurate. On 07/16/2011 14:50, qia li wrote: HI guys, Is there a way to convert a JPEG image into a matrix of integers (code index)? Thanks The question as posed is ambiguous, but assuming the OP wants to load the red, green and blue components of a JPEG image into Excel then the simple answer is no. The slightly longer answer is to save the JPEG file as a windows BMP file and then load that image into Excel. XL2003 and earlier the shortest dimension must be < 256. XL2007 removes this limitation but will be glacially slow. Regards, Martin Brown |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jul 17, 1:32*pm, Martin Brown
wrote: On 17/07/2011 11:59, Dave Peterson wrote: You may be able to use your scanner's OCR program if it can read .jpg files. If it can't, maybe you could print it and then scan it and then use the OCR program. Either way, I'd invest a lot of time checking that data. I've never seen an OCR program that was 100% accurate. On 07/16/2011 14:50, qia li wrote: HI guys, Is there a way to convert a JPEG image into a matrix of integers (code index)? Thanks The question as posed is ambiguous, but assuming the OP wants to load the red, green and blue components of a JPEG image into Excel then the simple answer is no. The slightly longer answer is to save the JPEG file as a windows BMP file and then load that image into Excel. XL2003 and earlier the shortest dimension must be < 256. XL2007 removes this limitation but will be glacially slow. Regards, Martin Brown Thanks, I am trying to load the red green and blue components into Excel. If it is BMP file, Could you pls advise how i could load it into Excel? Thanks Allen |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert any documents(Word, Excel) into BMP, GIF, JPEG, PNG and TIFF image | Charts and Charting in Excel | |||
how do I place an image (jpeg) onto an Excel worksheet? | Excel Worksheet Functions | |||
Convert any documents(Word, Excel) into BMP, GIF, JPEG, PNG and TIFF image | Excel Programming | |||
Importing an Image (jpeg) in Excel | Excel Programming | |||
UserForm as a Jpeg Image | Excel Programming |