Welcome Guest Search | Active Topics | Members

Image rotation - javaAppletVersion = "5.1.10.0" Options
zoomphoto
Posted: Friday, April 04, 2008 8:55:51 PM
Rank: Member
Groups: Member

Joined: 4/4/2008
Posts: 11
Points: 33
I just purchased the Java version of this software today, and so far, the implementation has gone well.

One issue I have, is that even with AllowAutoRotate on, not all images which show as rotated in the drag-n-drop area, actually end up rotated as a file on the server.

Here are my settings:

Code:
//Configure appearance and behaviour.
iu.addParam("PaneLayout", "ThreePanes");
iu.addParam("ShowDebugWindow", "true");
iu.addParam("ShowDescriptions", "false");
iu.addParam("BackgroundColor", "#ffffff");

//Configure Image Uploader to rotate photos automatically
//according to the orientation stored in EXIF metadata.
iu.addParam("AllowAutoRotate", "true");

//Append the form with total file size to the upload.
iu.addParam("AdditionalFormName", "Form1");

//Configure file mask to upload JPEG images only.
iu.addParam("FileMask", "*.jpeg;*.jpg;*.jpe");

//Set image size restrictions.
iu.addParam("MinImageWidth", "360");
iu.addParam("MinImageHeight", "360");

//Exclude the source file from upload because only
//resized versions of the photo will be sent.
iu.addParam("UploadSourceFile", "false");

//Configure settings of the optimized image. Optimized image
//is resized to 1200x1200 with JPEG quality = 60 and EXIF
//metadata is preserved.
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "800");
iu.addParam("UploadThumbnail1Height", "800");
iu.addParam("UploadThumbnail1JpegQuality", "80");
iu.addParam("UploadThumbnail1CopyExif", "true");

iu.addParam("UploadThumbnail2FitMode", "Fit");
iu.addParam("UploadThumbnail2Width", "640");
iu.addParam("UploadThumbnail2Height", "640");
iu.addParam("UploadThumbnail2JpegQuality", "80");

//Configure thumbnail settings.
iu.addParam("UploadThumbnail3FitMode", "Fit");
iu.addParam("UploadThumbnail3Width", "150");
iu.addParam("UploadThumbnail3Height", "150");
iu.addParam("UploadThumbnail3JpegQuality", "60");


//Configure URL files are uploaded to.
iu.addParam("Action", "http://www.zoomphoto.ca/upload.php");

//Add event handlers.
iu.addEventListener("UploadFileCountChange", "ImageUploader_UploadFileCountChange");
iu.addEventListener("Progress", "ImageUploader_Progress");


Some images do rotate as a file on the server, others do not... files are from the same camera, and both have complete EXIF. Both show as rotated properly in the Java window... Please help!

Thanks,

Joe
Alex Makhov
Posted: Friday, April 04, 2008 9:51:34 PM

Rank: Advanced Member
Groups: Member

Joined: 8/3/2003
Posts: 996
Points: 1
Hello Joe,

That's strange. Could you submit case with problem photos to test? Actually yesterday we have found another bug with rotation in Java version and these two bugs could correspond.

Sincerely yours,
Alex Makhov
zoomphoto
Posted: Saturday, April 05, 2008 6:31:30 AM
Rank: Member
Groups: Member

Joined: 4/4/2008
Posts: 11
Points: 33
Alex Makhov wrote:
Hello Joe,

That's strange. Could you submit case with problem photos to test? Actually yesterday we have found another bug with rotation in Java version and these two bugs could correspond.


Sure, photos are on the way.

zoomphoto
Posted: Saturday, April 05, 2008 2:53:29 PM
Rank: Member
Groups: Member

Joined: 4/4/2008
Posts: 11
Points: 33
Did you get the images?
zoomphoto
Posted: Monday, April 07, 2008 9:48:51 AM
Rank: Member
Groups: Member

Joined: 4/4/2008
Posts: 11
Points: 33
Alex, did you receive my files?
Alex
Posted: Tuesday, April 08, 2008 5:35:52 AM
Rank: Member
Groups: Member

Joined: 11/9/2006
Posts: 1
Points: 3
Hello,

Yes, the fix will be available shortly.
grouphutDev
Posted: Monday, August 04, 2008 5:44:41 AM
Rank: Newbie
Groups: Member

Joined: 6/13/2008
Posts: 5
Points: 15

Hi,

I am also getting the same problem with IU Java version, the files are saved on the server without rotation.

The image uploader version is 5.1.10.0.

Please let me know the solution ASAP.

Regards,
grouphutdev
Dmitry
Posted: Tuesday, August 05, 2008 3:21:08 AM
Rank: Advanced Member
Groups: Administration , Member

Joined: 8/3/2003
Posts: 586
Points: 588
Hello,

This problem will be solved in the upcoming version 5.5. This new version will be available in a month.

Sincerely yours,
Dmitry Sevostyanov.
zoomphoto
Posted: Tuesday, August 05, 2008 8:15:40 PM
Rank: Member
Groups: Member

Joined: 4/4/2008
Posts: 11
Points: 33
Dmitry wrote:
Hello,

This problem will be solved in the upcoming version 5.5. This new version will be available in a month.


Do we get that version for no cost? Since this one has never really worked, I would like if I could get the upgrade sent to me ASAP!

Thanks,

Joe
Dmitry
Posted: Tuesday, August 05, 2008 9:36:23 PM
Rank: Advanced Member
Groups: Administration , Member

Joined: 8/3/2003
Posts: 586
Points: 588
As you purchased Image Uploader Java 5, minor update to 5.5 will be free.

Sincerely yours,
Dmitry Sevostyanov.
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.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.