Rank: Member
Groups: Member
Joined: 11/29/2006(UTC) Posts: 14
|
In the new version it is all looking foreign to me, I tried the new features and not getting any results. I see you have added new features like UploadThumbnailFallbackMode, and I read somewhere in the forums about NonImagesThumbnail1Mode my questions are simple and if it possible you just made a new best friend… 1) I don’t want the source images 2048x1536; I like to control the resizing of all the group of thumbnails while still keeping the original file names. Is this possible in the new version? Thumbnail Group 1 480x360 Code:iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "480");
iu.addParam("UploadThumbnail1Height", "360");
iu.addParam("UploadThumbnail1JpegQuality", "80");
iu.addParam("UploadThumbnail1ResizeQuality", "High");
Thumbnail Group 2 400x300 Code:iu.addParam("UploadThumbnail2CopyExif", "false");
iu.addParam("UploadThumbnail2FitMode", "Fit");
iu.addParam("UploadThumbnail2Width", "480");
iu.addParam("UploadThumbnail2Height", "360");
iu.addParam("UploadThumbnail2JpegQuality", "60");
iu.addParam("UploadThumbnail2ResizeQuality", "High");
Thumbnail Group 2 200x150 Code:iu.addParam("UploadThumbnail3CopyExif", "false");
iu.addParam("UploadThumbnail3FitMode", "Fit");
iu.addParam("UploadThumbnail3Width", "200");
iu.addParam("UploadThumbnail3Height", "150");
iu.addParam("UploadThumbnail3JpegQuality", "50");
iu.addParam("UploadThumbnail3ResizeQuality", "Medium");
2) Why can’t we force a file size? There are 2 digital camera ratios that our photographers are using. When resized down to 400x?? One ratio resizes to 400x270 the other is 400x300. Is this feature possible yet? 3) When I do try uploading by ratio and resize a photo from 5044x1669 (panorama) to iu.addParam("UploadThumbnail1Height", "300"); shouldn’t this actual resize the photo to 907x300? Instead it uploads an icon of the photo 96x43. Your thoughts! Edited by user Saturday, February 23, 2008 9:52:30 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member
Groups: Member
Joined: 11/29/2006(UTC) Posts: 14
|
1 question down 2 to go!.. I answered my first question or well at least got it working in the new version, I now have 3 sets of each being uploaded with orginal names and without the original files getting uploaded.. Still need help with force a size, and ratio on panoramics. New question, can you greyscale an image while uploading? I have a client that wants colored photos and greyscale thumbs. Thanks.
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 500
Was thanked: 35 time(s) in 35 post(s)
|
Hello, 2. If you mean image dimensions please see UploadThumbnail(N)FitMode property. I think its Width value is what you need. 3. It shouldn’t if you set only thumbnail height. At least fit mode is needed. For your purposes try to set up the following: Code:iu.addParam("UploadThumbnail1FitMode", "Height");
iu.addParam("UploadThumbnail1Height", "300");
Quote:New question, can you greyscale an image while uploading? No, Image Uploader doesn’t have such feature. Edited by user Saturday, February 23, 2008 9:51:54 PM(UTC)
| Reason: Not specified |
Best regards, Eugene Kosmin The Aurigma Development Team
|
|
|
|
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.