LEADTOOLS Support
General
General Questions
Re: transfer Lead 13 bitmap property to rasterimage
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, February 14, 2008 8:51:15 AM(UTC)
Groups: Registered
Posts: 2
Can I move a bitmap from Lead13 image.bitmap to the RasterImage object in Lead 15?
#2
Posted
:
Thursday, February 14, 2008 10:57:51 AM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
You should never use 2 different versions of LEADTOOLS, such as 13 and 15, in the same application process. This could cause unpredictable side effects. However, if the 2 versions are used within 2 different, completely separate processes, and there's some sort or shared memory between the 2 processes, you can save the LEAD 13 image into a memory buffer, and load that image from memory into LEAD 15.
If you want details on how to do that, please explain what type of memory sharing the 2 applications will be using.
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Thursday, February 14, 2008 11:47:49 AM(UTC)
Groups: Registered
Posts: 2
Thanks, thought as much. Actually the two apps are on different machines and the 13 app is passing the bitmap object to the other which is in 15. I will simply redo to a byte array.
LEADTOOLS Support
General
General Questions
Re: transfer Lead 13 bitmap property to rasterimage
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.