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

Notification

Icon
Error

Options
Go to last post Go to first unread
norbornano  
#1 Posted : Wednesday, January 12, 2005 7:23:00 PM(UTC)
norbornano

Rank: Member

Groups: Member
Joined: 1/12/2005(UTC)
Posts: 2

i'm a webdesign developer from italy

I have a little problem that i can resolve.

I search the entire thread in your fwebsite forum .....but i dont' found any solutions

I try to upload some .jpg file ( width 350 pixel - height 232 pixel ) with ..imageUploader3. #version=3,0,825,0

but i can't resize the thumbnail to exact resolution that i need into FLASH SWF file that call this from database THUMBNAIL

i need to set thumbnails resolution to 40 x 40 pixel EXACTLY

Code:
       <param name="UploadThumbnail1FitMode" value="fit">
          <param name="UploadThumbnail1Width" value="40">
          <param name="UploadThumbnail1Height" value="40">
          <param name="UploadThumbnail1JpegQuality" value="60">

when i try to do this YOUR application create a 40 x 26 pixel thubnail

and if the source image is 232 x 350 application create a 26 x 40 pixel thubnail

I NEED A SQUARED THUMBNAIL .....

I try also with

Code:
<param name="UploadThumbnail1FitMode" value="icon">

that generate a 32 x 32 pixel ( it's squared like my desire *_* but...... ) i can't view it

I NEED SOME SPECIAL PARAMETERS THAT CONSTRAIN THUMBNAIL SIZE TO THE SAME HEIGHT AND WIDTH PIXEL SIZE

Edited by user Monday, December 24, 2007 4:21:30 PM(UTC)  | Reason: Not specified

Fedor  
#2 Posted : Wednesday, January 12, 2005 7:48:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
I understand what you need but unfortunately Image Uploader doesn't supports creating of square thumbnails.

We haven't implemented it as there are following questions:

  1. Should we just resize image disproportionately or should we crop it?

  2. Should images be resize up if they are smaller then desired width and height?

As for current solutions you can make thumbnails squared on server-side.

Edited by user Friday, February 22, 2008 4:34:56 PM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

Chugglethwaite  
#3 Posted : Monday, June 11, 2007 12:58:10 AM(UTC)
Chugglethwaite

Rank: Member

Groups: Member
Joined: 6/11/2007(UTC)
Posts: 1

I'm also in the situation where I would like to produce a square thumbnail for my client. Would it not be possible to provide thumbnail crop options to let the user decide how it should be cropped? something like ThumbnailNCropPosition - top / centre / bottom (for portrait images) and left / centre / right for landscapes? The whole point of me using the tool is to put the image manipulation burden onto the client machine. I don't want to have to do this on the server.

This feature would be very useful and I'm surprised it hasn't been implemented in what otherwise is an excellent tool.

George Ulyanov  
#4 Posted : Monday, June 11, 2007 11:43:05 AM(UTC)
George Ulyanov

Rank: Advanced Member

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

Hello,

Please submit case. If such behavior of Image Uploader is possible we will let you know about it.

Edited by user Thursday, May 22, 2008 6:50:49 PM(UTC)  | Reason: Not specified

Best regards,

George Ulyanov

Users browsing this topic
Guest
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.