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

Notification

Icon
Error

Options
Go to last post Go to first unread
ycseattle  
#1 Posted : Sunday, August 31, 2008 7:02:02 AM(UTC)
ycseattle

Rank: Member

Groups: Member
Joined: 7/27/2008(UTC)
Posts: 10

Hi, can I create multiple resized photos using the image uploader? I want to do something similar to the Flickr upload, that it will create multiple sizes of the same photo.

Also, can the image uploader make a square size crop?

Thanks!

Dmitry  
#2 Posted : Sunday, August 31, 2008 10:24:23 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

You can upload several thumbnails per one image. Image uploader supports groups of properties: UploadThumbnail1XXX, UploadThumbnail2XXX, etc allowing to set up uploading of several thumbnails.

For example, if you use the following settings:

Code:

...
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "120");
iu.addParam("UploadThumbnail1Height", "120");

iu.addParam("UploadThumbnail2FitMode", "Fit");
iu.addParam("UploadThumbnail2Width", "400");
iu.addParam("UploadThumbnail2Height", "400");
...

Image Uploader uploads two thumbnails (120x120 and 400x400) per one image.

Unfortunately crop is not supported by Image Uploader.

Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

ycseattle  
#3 Posted : Tuesday, September 2, 2008 12:44:15 PM(UTC)
ycseattle

Rank: Member

Groups: Member
Joined: 7/27/2008(UTC)
Posts: 10

Thanks for the response!
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.