I am developing a software for a repossesed vehicles store yard operator where upon arrival, the repossessed vehicles are captured with a digital camera. I keep the image file references in a table and I'm able to show all the required images in my form (front view, side view etc). The problem is , the operator will take the pictures in a 4.0 megapixel camera with a resolution of 1600 x 1200 and more importantly, the name of the images taken will be controlled by the camera itself. As a temporary measure, I installed IrfanView in my client's pc to reduce the size to 400x300 (jpeg) and renaming the new file to be loaded into the pictures directory. The main purpose here is:
1) create form
2) create thumbnail view control
3) use getdir() to get the images loaded into the form possibly with thumbnail view
2) a dblclick() or click() method to select the required image for display.
3) a resize button to resize it to the required size.
4) a rename option to rename the file
the reason for the reduction is to reduce the jpg size since there are 8 photos altogether and the images will be compiled to a pdf format and emailed to the bank for fast reporting.
Any suggestion is greatly appreciated.
1) create form
2) create thumbnail view control
3) use getdir() to get the images loaded into the form possibly with thumbnail view
2) a dblclick() or click() method to select the required image for display.
3) a resize button to resize it to the required size.
4) a rename option to rename the file
the reason for the reduction is to reduce the jpg size since there are 8 photos altogether and the images will be compiled to a pdf format and emailed to the bank for fast reporting.
Any suggestion is greatly appreciated.