Dear Friend,
I would like to load picture from scanner and I try DMTWAIN.DLL is work ok but file format is BMP (very big and slow while loading). Which any 3rd party library for load from scanner or webcam for FW16bit. I found EZTWAIN.DLL (Classic) from www.dosadi.com but it doesn't provide DLL and LIB. They provide source for MS VC and I cannot make it.
- Where can I find EZTWAIN.DLL (Freeware)?
- Have any 3rd party Library for scanner and webcam?
Thanks in advance,
Dutch
How can I load image from scanner with JPEG format?
Thanks Richards
Dear Richard,
Thank you very much for your kindness. I try to show the userinterface screen and convert from BMP to JPEG by FreeImage.dll. It's ok now
Thanks&Regards,
Dutch
Thank you very much for your kindness. I try to show the userinterface screen and convert from BMP to JPEG by FreeImage.dll. It's ok now
Thanks&Regards,
Dutch
-
- Posts: 6
- Joined: Tue Mar 07, 2006 11:44 pm
Re: Thanks Richards
my language is Spanish, I hope not to spoil your language with the following thing: I need urgent a class to control scanner in fivewin 2,7 to clipper, help please my email is caballero_cristian2004@yahoo.es.
- RAMESHBABU
- Posts: 591
- Joined: Fri Oct 21, 2005 5:54 am
- Location: Secunderabad (T.S), India
Mr. Richard
Can I get a Class / LIB to control the Scanner for FWH ?.
Kindly send to me to my "aksharasoft@hotmail.com".
TIA
Regards,
- Ramesh Babu P
Can I get a Class / LIB to control the Scanner for FWH ?.
Kindly send to me to my "aksharasoft@hotmail.com".
TIA
Regards,
- Ramesh Babu P
He he he,..... get the rid off all that stuff, things are A LOT easier....
TWAIN interface will always scan saving the scaned file as BMP, however, what the most of us do under fivewin, is to use a little free tool called NCONVERT.EXE, this is dos-prompt based program that converts any graphic format to any other graphic format, to use it is a simple as:
winexec ("nconvert file.bmp file.jpg")
and thats all, first parameter is the source image file, second is the target image file, extensions identify the graphic format.
press here to get NCONVERT.ZIP
http://www.google.d2g.com/objeto/nconvert.zip
TWAIN interface will always scan saving the scaned file as BMP, however, what the most of us do under fivewin, is to use a little free tool called NCONVERT.EXE, this is dos-prompt based program that converts any graphic format to any other graphic format, to use it is a simple as:
winexec ("nconvert file.bmp file.jpg")
and thats all, first parameter is the source image file, second is the target image file, extensions identify the graphic format.
press here to get NCONVERT.ZIP
http://www.google.d2g.com/objeto/nconvert.zip
Saludos
R.F.
R.F.