Discussions on GFL SDK, the graphic library for reading and writing graphic files
Moderators: helmut, XnTriq, xnview
-
Amitava Bardhan
Post
by Amitava Bardhan »
How can I convert tif images into jpeg images using Gflax in ASP?
-
xnview
- Author of XnView
- Posts: 46236
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
Contact:
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.
-
xnview
- Author of XnView
- Posts: 46236
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
Contact:
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.