Tif to Jpeg

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Amitava Bardhan

Tif to Jpeg

Post by Amitava Bardhan »

How can I convert tif images into jpeg images using Gflax in ASP?
User avatar
xnview
Author of XnView
Posts: 45870
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Tif to Jpeg

Post 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
Pierre.
ruthless
Posts: 11
Joined: Wed Jan 05, 2005 7:06 pm

Post 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.
User avatar
xnview
Author of XnView
Posts: 45870
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Post 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
Pierre.