Tif to Jpeg
Moderators: helmut, XnTriq, xnview
-
- Author of XnView
- Posts: 45870
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Tif to Jpeg
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.
-
- Posts: 11
- Joined: Wed Jan 05, 2005 7:06 pm
-
- Author of XnView
- Posts: 45870
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France