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

Notification

Icon
Error

Options
Go to last post Go to first unread
jschmitt  
#1 Posted : Sunday, September 12, 2004 4:03:00 AM(UTC)
jschmitt

Rank: Member

Groups: Member
Joined: 9/12/2004(UTC)
Posts: 2

imageUploader3 thumbnails appear to all be created at 160 x 120 regardless of UploadThumbnail1Width & UploadThumbnail1Height. SourceFile is correct if/when used.

Fedor  
#2 Posted : Sunday, September 12, 2004 3:44: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)
We confirm the problem. This reason of problem is that Image Uploader sends small embedded EXIF thumbnail, instead of specifed large one. We will release update with fix in the nearest days.

Best regards,

Fedor Skvortsov

bizzy  
#3 Posted : Sunday, September 12, 2004 9:27:00 PM(UTC)
bizzy

Rank: Member

Groups: Member
Joined: 8/18/2004(UTC)
Posts: 41

This is a big bug for my situation. I really do not care about the original source file. I hope this will be fixed soon.

Any clarity on the actual fix date?

Fedor  
#4 Posted : Sunday, September 12, 2004 9:42: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)
The problem was fixed in version 3.0.751.0. You can download update here.

Best regards,

Fedor Skvortsov

some_coder  
#5 Posted : Tuesday, April 1, 2008 3:40:59 AM(UTC)
some_coder

Rank: Member

Groups: Member
Joined: 3/14/2008(UTC)
Posts: 16

I am having the same problem. I have these lines of code

iu.addParam("FilesPerOnePackageCount", "1");

iu.addParam("MaxFileCount", maxFileCount);

iu.addParam("MaxFileSize", maxFileSize);

iu.addParam("MinImageHeight", "1");

iu.addParam("MinImageWidth", "1");

//upload thumbnail settings

iu.addParam("UploadThumbnail1CopyExif", "true");

iu.addParam("UploadThumbnail1CopyIptc", "true");

iu.addParam("UploadThumbnail1JpegQuality","90");

iu.addParam("UploadThumbnail1FitMode", "Width");

iu.addParam("UploadThumbnail1Width", "600");

iu.addParam("UploadThumbnail1FallbackMode", "SourceFile");

In Java version, when I have gifs, pngs and jpeg in the same folder( My pictures). The jpegs are not resized properly. It always resizes to 160x120 size. The png and gifs upload the actual size which is right. I just want to resize jpegs.

When I remove all the gifs and pngs from the folder I am uploading then the jpegs upload fine. Any info would be helpful.

Thanks

Edited by user Tuesday, April 1, 2008 3:44:20 AM(UTC)  | Reason: Not specified

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.