Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
fbrussa  
#1 Posted : Friday, January 7, 2011 4:22:43 AM(UTC)
fbrussa

Rank: Newbie

Groups: Member
Joined: 12/29/2010(UTC)
Posts: 6

Hi. Is possible have an negative offsetX to move the watermark to left in the center position ?
Dmitry.Obukhov  
#2 Posted : Sunday, January 9, 2011 10:30:23 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Fabián,

OffsetX (or OffsetY) is non-negative. OffsetX is horizontal offset (in pixels) of the watermark relatively the position it is anchored to (according to the Position variable).
If horizontal position is left or center, coordinates direction is left-to-right. If it is right, coordinates direction is flipped to right-to-left.
You can set Position of watermark to left (e.g. BottomLeft), and set OffsetX to some value (it depends on the size of thumbnail and watermark):
Code:
 <aur:Converter Mode = "*.* = Thumbnail" ThumbnailHeight = "300" ThumbnailWidth = "300" ThumbnailWatermark="ImageUrl=watermark.png;Width=190;Height=60;Opacity=60;Position = BottomLeft; OffsetX = 75 "/>

The sample of thumbnail with watermark in the attachment.

If you have any additional questions please feel free to let me know.
Dmitry.Obukhov attached the following image(s):
2_5_000001.jpg
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
Forum Jump  
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.