Tif to Jpeg
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.
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