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

Notification

Icon
Error

Options
Go to last post Go to first unread
kullervo  
#1 Posted : Monday, February 26, 2007 8:08:09 PM(UTC)
kullervo

Rank: Member

Groups: Member
Joined: 2/26/2007(UTC)
Posts: 2

I can't understand how the auto rotate-function should behave. The AllowRotate-property doesn't change a thing. Is IU supposed to rotate the images in the thumbnail-list before showing them or is IU rotating them when uploading? Either way it doesn't work for me.

Some config:
Code:
iu.addParam("PaneLayout", "TwoPanes");
iu.addParam("AllowAutoRotate", "true");
iu.addParam("AllowRotate", "true");


The pictures I've tried with is taken with a Canon Ixus 65. Where can I find a list of cameras that auto rotate is working with or a description of what the Exif should look like for IU to recognize it.

I'm using IU 4.1.21.0

Complete config:

Code:
iu.addParam("CacheGuiGraphics", "true"); //Sätt GuiGraphicsVersion
iu.addParam("FolderView", "Thumbnails");
iu.addParam("GuiGraphicsVersion", 1);
iu.addParam("LookAndFeel", "");
iu.addParam("PaneLayout", "TwoPanes");
iu.addParam("ShowButtons", "true");
iu.addParam("ShowUploadListButtons", "false");
iu.addParam("UploadView", "Thumbnails");
iu.addParam("UseSystemColors", "true");
iu.addParam("AllowAutoRotate", "true");
iu.addParam("AllowFolderUpload", "true"); //Testa
iu.addParam("AllowMultipleRemove", "true"); //Testa
iu.addParam("AllowMultipleRotate", "true");
iu.addParam("AllowMultipleSelection", "true");
iu.addParam("AllowRotate", "true");
iu.addParam("AllowTreePaneWidthChange", "true");
iu.addParam("CheckFilesBySelectAllButton", "true");
iu.addParam("DeleteUploadedFiles", "false");
iu.addParam("DescriptionsReadOnly", "false"); //testa
iu.addParam("EnableFileViewer", "true");
iu.addParam("EnableRemoveIcon", "true"); //testa
iu.addParam("FileMask", "*.jpg");
iu.addParam("FolderPaneAllowRotate", "true");  //testa
iu.addParam("FolderPaneShowDescriptions", "true");
iu.addParam("MaxDescriptionTextLength", "43");
iu.addParam("RedirectUrl", "");
iu.addParam("RememberLastVisitedFolder", "true");
iu.addParam("ShowContextMenu", "true");  //testa
iu.addParam("ShowDebugWindow", "false");
iu.addParam("ShowDescriptions", "true"); //testa
iu.addParam("ShowFileNames", "true"); //testa
iu.addParam("ShowSubfolders", "true"); //testa
iu.addParam("SilentMode", "false");
iu.addParam("UncheckUploadedFiles", "true");
iu.addParam("UploadPaneAllowRotate", "true");
iu.addParam("UploadPaneShowDescriptions", "true");
iu.addParam("Action", "");
iu.addParam("AdditionalFormName", "pic_extras");
iu.addParam("AutoRecoverMaxTriesCount", "2");
iu.addParam("AutoRecoverTimeOut", "1000");
iu.addParam("Charset", "UTF-8");
iu.addParam("ExtractExif", "true"); //Testa
iu.addParam("ExtractIptc", "true"); //Testa
iu.addParam("FilesPerOnePackageCount", "1");
iu.addParam("HashAlgorithm", "MD5");
iu.addParam("MaxConnectionCount", "1"); //testa
iu.addParam("MaxFileCount", "200"); //testa
iu.addParam("MaxFileSize", "10485760");
iu.addParam("TimeOut", 5000);
iu.addParam("UploadSourceFile", "true");
iu.addParam("UploadThumbnail1FitMode", "Off");
iu.addParam("UploadThumbnail2FitMode", "Off");
iu.addParam("UploadThumbnail3FitMode", "Off");
iu.addEventListener("UploadFileCountChange", "ImageUploader_UploadFileCountChange");
iu.addEventListener("ViewChange", "ImageUploader_ViewChange");
iu.addEventListener("InitComplete", "ImageUploader_InitComplete");
iu.addEventListener("BeforeUpload", "alb_upload_plugin_submit");
iu.addEventListener("Progress", "ImageUploader_Progress");

Edited by user Thursday, February 21, 2008 7:06:39 PM(UTC)  | Reason: Not specified

George Ulyanov  
#2 Posted : Monday, February 26, 2007 8:41:09 PM(UTC)
George Ulyanov

Rank: Advanced Member

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

Hello,

Please send us one of the images you have used to test. It helped us very much.

Edited by user Thursday, February 21, 2008 7:07:53 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
kullervo  
#3 Posted : Sunday, March 11, 2007 2:35:28 AM(UTC)
kullervo

Rank: Member

Groups: Member
Joined: 2/26/2007(UTC)
Posts: 2

Thank you for your reply! I have no updates since my last post. I've attached an image by a Canon IXUS 65.

Can you name one camera witch auto rotating works with? I've access to "all" common models.
kullervo attached the following image(s):
IMG_1308.jpg
Alex Makhov  
#4 Posted : Sunday, March 11, 2007 9:42:42 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

I have checked your code with Image Uploader for ActiveX 4.1.21.0 and Image Uploader for Java 2.1.30.0 and your image has been rotated automatically. What version of Image Uploader did you use while testing?
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
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.