This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, January 15, 2007 4:23:23 AM(UTC)
Groups: Registered
Posts: 30
Hi,
I use Leadtools 14.5 and C#.NET to do spliiting A3 to two A4
I use the following algorithms to do A3 split:
A3image.clone() to the right part of image
Crop command on A3image on the left part of image
Is there any better way to do the A3 split in leadtools such that it can achieve faster speed?
Thanks,
Raymond
#2
Posted
:
Sunday, January 21, 2007 12:35:47 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Raymond,
You can try and do it by creating an empty A4 image, copy half of the original using CombineFastCommand to the new image, then remove this half from the original image using CropCommand.
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.