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

Notification

Icon
Error

Options
Go to last post Go to first unread
dumper-nl  
#1 Posted : Wednesday, December 6, 2006 8:00:44 PM(UTC)
dumper-nl

Rank: Member

Groups: Member
Joined: 11/30/2006(UTC)
Posts: 6

Is it al also possible to rotate the big image but not the thumbnail?

The rotate function works very fine, but i don't want to have any rotated thumbnail on my fotopage.

Here my code;

Code:
		//Configure thumbnail settings.
		iu.addParam("UploadThumbnail1FitMode", "Fit");
		iu.addParam("UploadThumbnail1Width", "150");
		iu.addParam("UploadThumbnail1Height", "113");
		iu.addParam("UploadThumbnail1JpegQuality", "92");
		iu.addParam("UploadThumbnail1ResizeQuality", "High");
		
		// upload and resize orginal file
		iu.addParam("UploadThumbnail2FitMode", "Fit");
		iu.addParam("UploadThumbnail2Width", "640");
		iu.addParam("UploadThumbnail2Height", "480");
		iu.addParam("UploadThumbnail2JpegQuality", "92");
		iu.addParam("UploadThumbnail2ResizeQuality", "High");

Edited by user Tuesday, February 19, 2008 6:27:42 PM(UTC)  | Reason: Not specified

George Ulyanov  
#2 Posted : Wednesday, December 6, 2006 8:10:05 PM(UTC)
George Ulyanov

Rank: Advanced Member

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

Hi,

"Big image" - do you mean source file?

You cannot rotate source image using Image Uploader, but you can set fit mode of the third thumbnail to "ActualSize" to achieve the same result.

Edited by user Tuesday, February 19, 2008 6:29:57 PM(UTC)  | Reason: Not specified

Best regards,

George Ulyanov

dumper-nl  
#3 Posted : Wednesday, December 6, 2006 8:46:14 PM(UTC)
dumper-nl

Rank: Member

Groups: Member
Joined: 11/30/2006(UTC)
Posts: 6

"Big image" - do you mean source file? No, i mean "UploadThumbnail2xxx" with big file.

"UploadThumbnail1xxx" may not rotate but "UploadThumbnail2xxx" must rotate... :doze:

Edited by user Tuesday, February 19, 2008 6:28:49 PM(UTC)  | Reason: Not specified

George Ulyanov  
#4 Posted : Thursday, December 7, 2006 1:35:54 PM(UTC)
George Ulyanov

Rank: Advanced Member

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

It's impossible. Image Uploader rotates all thumbnails for upload simultaneously only.

Edited by user Tuesday, February 19, 2008 6:28:30 PM(UTC)  | Reason: Not specified

Best regards,

George Ulyanov

dumper-nl  
#5 Posted : Friday, December 15, 2006 3:29:07 AM(UTC)
dumper-nl

Rank: Member

Groups: Member
Joined: 11/30/2006(UTC)
Posts: 6

oh, okay. Thanks anyway!
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.