Tif to Jpeg
Posted: Mon May 23, 2005 12:12 pm
How can I convert tif images into jpeg images using Gflax in ASP?
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Amitava Bardhan wrote:How can I convert tif images into jpeg images using Gflax in ASP?
Code: Select all
With ctrl
.LoadBitmap "test.tif"
.SaveFormatName = "jpeg"
.SaveBitmap "result.jpg"
end with
No it's GflAx-Help.chmruthless wrote:Where can I find more help on .SaveFormatName
I tried searching for it on the help.chm file and could not find it.