Download Latest Version JPEGExtractor.zip (3.2 kB)
Email in envelope

Get an email when there's a new version of JPEGExtractor

Home
Name Modified Size InfoDownloads / Week
src 2010-05-02
dist 2010-05-02
JPEGExtractor.zip 2010-05-02 3.2 kB
readme.txt 2010-05-02 1.8 kB
build.xml 2010-05-02 607 Bytes
Totals: 5 Items   5.7 kB 2
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



This program takes a file with embedded jpeg images, and extracts them to an output folder of your choice.

Example of how to run (from the command line):

java -jar JPEGExtractor_1.0.jar  myslideshow.exe ./output

This example will extract all the jpgs found in myslideshow.exe and write them to the "output" folder in the 
current directory.  You could also use a full path to the output folder (such as c:\jpegextractor\outputfolder)

The files will be numbered sequentially from 1.jpg, 2.jpg, etc until all jpgs have been extracted.

The output folder will be created if it does not exist.  Any files in the output folder with the same names 
(1.jpg, 2,jpg, etc) will be overwritten without prompting).


The author (me) takes no responsibility for how you use this program.  Please respect the terms of any agreements 
you have entered for the image data.


You must have Java installed to use this program.  If you type "java -version" at the command line and get 
an error, then go to sun.java.com and download and install the Java Runtime Environment (JRE).

Source: readme.txt, updated 2010-05-02