Page 1 of 1

Tif to Jpeg

Posted: Mon May 23, 2005 12:12 pm
by Amitava Bardhan
How can I convert tif images into jpeg images using Gflax in ASP?

Re: Tif to Jpeg

Posted: Thu May 26, 2005 1:24 pm
by xnview
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

Posted: Tue Jun 21, 2005 12:40 am
by ruthless
Where can I find more help on .SaveFormatName

I tried searching for it on the help.chm file and could not find it.

Posted: Tue Jun 21, 2005 3:03 pm
by xnview
ruthless wrote:Where can I find more help on .SaveFormatName

I tried searching for it on the help.chm file and could not find it.
No it's GflAx-Help.chm