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

Notification

Icon
Error

Options
Go to last post Go to first unread
ChrisCee  
#1 Posted : Monday, July 7, 2008 6:21:16 PM(UTC)
ChrisCee

Rank: Newbie

Groups: Member
Joined: 6/18/2008(UTC)
Posts: 5

Hi

I am adding an image to the right hand bottom corner of my images when I upload them. This works fine using IE and Active X but if I use Firefox and the Java unloader them watermark image is skewed to double height but the same width
ChrisCee attached the following image(s):
FUsic_521.jpg
IMG_7391.jpg
Eugene Kosmin  
#2 Posted : Tuesday, July 8, 2008 3:35:00 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi,

Could you post your IU embedding code here?
Best regards,
Eugene Kosmin
The Aurigma Development Team
ChrisCee  
#3 Posted : Tuesday, July 8, 2008 7:12:50 PM(UTC)
ChrisCee

Rank: Newbie

Groups: Member
Joined: 6/18/2008(UTC)
Posts: 5

iu.addParam("UploadThumbnail1Watermark",
"ImageUrl=http://www.fusic.co.uk/Upload/Watermark/fusiccouk25.JPG;ImageWidth=150;ImageHeight=100;OffsetX=-3;OffsetY=-3;" +
"Position=BottomRight;Opacity=92");
Eugene Kosmin  
#4 Posted : Tuesday, July 8, 2008 8:06:13 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Thanks for a bug reporting, I reproduced this issue successfully. Hope it will be fixed in the next releases.

As a workaround you can resize your watermark image to the necessary size (150x43 for example) and change your watermark param to:

Code:
iu.addParam("UploadThumbnail1Watermark",
"ImageUrl=http://www.fusic.co.uk/Upload/Watermark/fusiccouk25.JPG;ImageWidth=150;ImageHeight=43;OffsetX=-3;OffsetY=-3;" +
"Position=BottomRight;Opacity=92");
Best regards,
Eugene Kosmin
The Aurigma Development Team
ChrisCee  
#5 Posted : Wednesday, July 9, 2008 6:59:34 AM(UTC)
ChrisCee

Rank: Newbie

Groups: Member
Joined: 6/18/2008(UTC)
Posts: 5

Just to confirm, that seems to have fixed it, thank you.
Eugene Kosmin  
#6 Posted : Wednesday, July 9, 2008 11:29:30 AM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
You are welcome
Best regards,
Eugene Kosmin
The Aurigma Development Team
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.