ExtractJPEG Program
Description
License
Download
|
A simple tool for extracting JPEG image files from a large database or document file.
This is free software and access to all features is provided free of charge.
No registration required.
The ExtractJPEG program was born from a need to extract JPEG images from an old database file,
for which the database software was no longer available. Without any knowledge of the way in which
the images are stored, the program was designed simply to look for properly formatted JPEG file headers,
and then extract any subsequent data as part of the JPEG image. This works well, provided that the
images are stored in JPEG format and each image is stored as a complete record.
In fact, in some database formats, there is a fixed size database record, or a maximum size limit on
database records. In this case, large images might be broken up into many separate records, each
containing part of the JPEG file. The ExtractJPEG program can still deal with this case, provided
that all of the records associated with the image are stored consecutively in the database file.
There may be other data, such as database record header information, between each segment of an image.
ExtractJPEG can handle this case and put the image segments back together, removing the gap data between
segments, provided that the user can enter a "segment size" and "gap size". For an unknown database,
this may require some trial and error attempts at extracting images to get it right.
It is possible, however, that the individual records making up a stored image are not located consecutively
within the database file. In this case, ExtractJPEG may only be able to extract partial or corrupted image data.
The program will attempt to extract valid image data only, it cannot find the original file name of
the stored JPEG images. The image files output by this process will all have the ".jpg" extension
and will have the output file name selected by the user, but each will have a unique image number
appended to the file name.
This program only looks for JPEG format images, it will not find any other image type.
Also, the JPEG images must not be recompressed in any way.
This free tool is provided 'as is' without any guarantee or warranty. Because of the multiplicity
of ways that image data may be stored in a database or document, we do not guarantee that the program will
find all image files. Nor can we guarantee that extracted image data will be fully intact.
Use at your own risk, and the best of luck.
Sample ExtractJPEG Screenshot
|