TIFF2JPEG Name
TIFF2JPEG Purpose
Convert a TIFF image to a JPEG image.
Category
Calling Sequence
tiff2jpeg, file Inputs
file = TIFF image file name. in
Prompted for if not given.
Keyword Parameters
Keywords
QF=qf JPEG quality factor (def=100).
Since color improvement is the goal here qf is
set to the max value of 100 by default.
Outputs
Common Blocks
Notes
Notes: Intended to convert 24 bit TIFF images to JPEG
format since they display better.
Output file name is same as input but with .jpg as type.
Modification History
R. Sterner, 1995 May 19
Copyright (C) 1995, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.