LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: There are blanks left in right and bottom while using PuzzleEffectCommand
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, July 30, 2009 5:51:27 PM(UTC)
Groups: Registered
Posts: 7
When I used PuzzleEffectCommand(C#), and set the flags as "PuzzleEffectCommandFlags.Count | PuzzleEffectCommandFlags.Shuffle", set the XBlock as 180, there is a blank left in right. Please take a look at the picture.
My image's dimension is 800x600.
Is this is a bug? Or I must set the flags with "Resize"? I don't want to change my image's size.
brucelu attached the following image(s):
#2
Posted
:
Sunday, August 2, 2009 4:42:33 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Because the image size (800) is not an exact multiple of the XBlock (180), you will have some leftover. If you don't want this to happen and you don't want to resize the image, try using XBlock size of 100, 200 or 400 so that the image size is an exact multiple of the XBlock size.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Re: There are blanks left in right and bottom while using PuzzleEffectCommand
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.