Hi there,
I tried to use the MergAddFile Method, but I can't get it to work....
MyObj.LoadBitmap App.path + "photo.jpg"
MyObj.MergeAddFile App.Path + "\banner.jpg", 100,10, 10
MyObj.SaveBitmap
Who can tell me what value I can use for opacity....
Thanks,
Hans
How do I use the MergeAddFile function in GflAx?
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 45500
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: How do I use the MergeAddFile function in GflAx?
For example, you can use 50% for the first picture, and 50% for the second.Hans wrote:Hi there,
I tried to use the MergAddFile Method, but I can't get it to work....
MyObj.LoadBitmap App.path + "photo.jpg"
MyObj.MergeAddFile App.Path + "\banner.jpg", 100,10, 10
MyObj.SaveBitmap
Who can tell me what value I can use for opacity....
Pierre.