How do I use the MergeAddFile function in GflAx?

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

Moderators: XnTriq, helmut, xnview

Hans

How do I use the MergeAddFile function in GflAx?

Post by Hans »

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
User avatar
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?

Post by xnview »

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....
For example, you can use 50% for the first picture, and 50% for the second.
Pierre.