WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

How To
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Convert TIF to JPG


Question:

Is is it possible to convert a Tif image to JPG?

Answer:

I don't think our Pixie extender can handle TIF's yet. Use the Save As function in http://www.irfanview.com. It's a freebie
sImgIn   = "D:\Temp\test.tif"
sImgOut  = "D:\Temp\test.jpg"
sProgram = "D:\Programme\IrfanView\I_VIEW32.EXE"
sParams  = StrCat(sImgIn," /convert=",sImgOut)
iResult  = Run(sProgram,sParams)
Exit

See also:
How To Convert Image to TIFF


Article ID:   W15965
File Created: 2014:07:18:09:51:38
Last Updated: 2014:07:18:09:51:38