I am using Gd picture Pro version 3.8 for the Split functionality. This reorder is performed with the image loaded from file with the function LoadFromFile(). But, I am in need of using the image from the String image array on the buffer. The reason is that, using the image from the String image array helps in Splitting the recently updated image.
In other words, I would like to know, if there is an option to load the image from the String Image array as the one shown below:
strImageArray(0) -> First Image on buffer.
strImageArray(1) -> Second Image on buffer.
strImageArray(2) -> Third Image on buffer.
strImageArray(3) -> Fourth Image on buffer.
I need to load all the four images to the object ogdPicSplit which was instantiated as follows:
- Code: Select all
set ogdPicSplit as ogdpicture.
ogdPicSplit .setlicense(GdproSerial)
Is there a function like ogdPicSplit.LoadFromString() with the GD Picture Pro version 3.8. If not, is there an alternative option for this process? Please provide me with a sample code for this.
I look forward to your response Loic.
Regards,
Nirmal Kumar L
