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

Notification

Icon
Error

Options
Go to last post Go to first unread
Gavp  
#1 Posted : Thursday, October 4, 2007 10:31:57 PM(UTC)
Gavp

Rank: Member

Groups: Member
Joined: 10/4/2007(UTC)
Posts: 6

Hi,

I am trying to set a background colour on my resized thumbnail using both Actice X and Java but I can't seem to get it to work. I am also apply a .png image overlay. Here is a sample of my code below do you have any idea on how I can get this to work please?

Many Thanks
Gav

Code:
 //Configure thumbnail settings.
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "125");
iu.addParam("UploadThumbnail1Height", "125");
iu.addParam("UploadThumbnail1JpegQuality", "80");

 //Configure main image settings.
iu.addParam("UploadThumbnail2FitMode", "Fit");
iu.addParam("UploadThumbnail2Width", "400");
iu.addParam("UploadThumbnail2Height", "400");
iu.addParam("UploadThumbnail2JpegQuality", "90");
iu.addParam("UploadThumbnail2BackgroundColor", "#000000");

// Configure the uploader colours
iu.addParam("BackgroundColor", "#DDEDF6");
iu.addParam("ShowDescriptions", "false");
// Watermarking
iu.addParam("UploadThumbnail2Watermark","ImageUrl=http://www.mysite.com/admin/image_processing/overlay_png_files/dual_uploader.png;ImageWidth=400;ImageHeight=400;" + "Position=Center"); 

Edited by user Sunday, February 24, 2008 6:16:27 PM(UTC)  | Reason: Not specified

Gavp  
#2 Posted : Monday, October 8, 2007 7:53:17 PM(UTC)
Gavp

Rank: Member

Groups: Member
Joined: 10/4/2007(UTC)
Posts: 6

Hi Guys,

Is there an answer for the background colour problem that I've been having because I still can't get it to work?

Thanks
Gav
Gavp  
#3 Posted : Wednesday, October 10, 2007 6:50:11 PM(UTC)
Gavp

Rank: Member

Groups: Member
Joined: 10/4/2007(UTC)
Posts: 6

Hi,

Sorry to keep bumping this one but I would really be grateful of your help please. Is there anything I can do to create a background colour on my images as well as applying a watermark at the same time?

Your help is appreciated.
Cheers
Gav
George Ulyanov  
#4 Posted : Thursday, October 18, 2007 12:13:27 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hi,

Version 5.0 will support UploadThumbnail1BackgroundColor property in both ActiveX and Java versions. Currently only ActiveX version supports it.

Edited by user Sunday, February 24, 2008 6:52:10 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
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.