/PPM-to-JPG

A simple Python script to convert an Image in PPM format to an image in JPG format.

Primary LanguagePython

This is distributed under the CC Attribution license:
http://creativecommons.org/licenses/by/3.0/

Just a simple script that take a PPM image as input and spits out a JPG file.
Usage:
ppm_to_jpg.py <input_ppm_image> <output_jpg_image_name>

Depends on:
* PIL

MS@svedersoft.com, 06/08