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

Notification

Icon
Error

Options
Go to last post Go to first unread
kakashka  
#1 Posted : Sunday, September 26, 2010 1:26:55 AM(UTC)
kakashka

Rank: Newbie

Groups: Member
Joined: 12/28/2009(UTC)
Posts: 2

Hello I have a question about Source Image Rotation, why only "Thumbnails" get rotated, but not Source Image?
If there is the way to fix it, please help.
Fedor  
#2 Posted : Sunday, September 26, 2010 1:35:06 AM(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)
Hello Dmitry,

Source file is always sent untouched .

Even though, you can send a thumbnail with ActualSize fit mode. So a posted file contains an original image (rotated if necessary):

Code:
<script type="text/javascript" src="iuembed.js">  </script>
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploader", 710, 500);

iu.addParam("AllowRotate", "true");
iu.addParam("UploadSourceFile", "false");
iu.addParam("UploadThumbnail1FitMode", "ActualSize");

iu.writeHtml();
</script>


You can find the additional information here:

http://www.aurigma.com/docs/iu/...ptimizingImages.htm#h3_8
Best regards,
Fedor Skvortsov
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.