"Kevin Miller" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Is there such a program? Quality isn't a big issue, I just have
> hundreds of TIFF files I'd like to convert to JPEG - hopefully all at
> once... thanks!
See
www.vysor.com and the PiXCL IP language product. FreePiXCL will do what
you need, with a few lines of code
ie make a loop to acquire the input names, and call
LoadBitmap(TIFfileName$)
SaveBitmap(JPEGfileName$)
The whole app might take 20 lines if you keep it simple.
Makes an EXE too if this is what you need.
There is of course the commercial PiXCL 5 version that's not free...with
greater functionality.
regards,
Stewart DIBBS
========================================
Developer of the FreePiXCL 4.48
PiXCL 5 and geoPiXCL 5 Image Processing Languages
for Windows 2000/XP
www.vysor.com Gatineau, Quebec, CANADA
========================================