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

Notification

Icon
Error

Options
Go to last post Go to first unread
sorenmt84  
#1 Posted : Sunday, February 27, 2011 6:10:47 AM(UTC)
sorenmt84

Rank: Newbie

Groups: Member
Joined: 1/21/2010(UTC)
Posts: 7

Hallo,

I am using Image uploader 7 and classic ASP to upload images

Today I upload two sizes of each image:

Code:
	uploader.converters([
			{
				mode: '*.*=Thumbnail',
				thumbnailFitMode: '<% =fitMode %>',
				thumbnailWidth: '<% =maxWidth %>',
				thumbnailHeight: '<% =maxHeight %>',
				thumbnailJpegQuality: '<% =quality %>',
				thumbnailCopyExif: false,
				thumbnailApplyCrop: true
			}
		]);
		
		//Configure thumbnail settings.
			uploader.converters().add({
				mode: '*.*=Thumbnail',
				thumbnailFitMode: '<% =fitThumbMode %>',
				thumbnailWidth: '<% =maxThumbWidth %>',
				thumbnailHeight: '<% =maxThumbHeight %>',
				thumbnailJpegQuality: '<% =qualityThumb %>',
				thumbnailApplyCrop: true
			});


I have enable crop, so a user can edit/crop the image before upload... Its works perfect...

But my qustion is, can I set the uploader to automatic crop the small one of my uploaded thumnails?
I will like it to be af square fx 150x150 px - but the large thumnail to be normal (fit mode) from the orignial image

Edited by moderator Sunday, February 27, 2011 7:03:46 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#2 Posted : Monday, February 28, 2011 4:04:32 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Søren,

Thank you for posting your question.

Please read Automatic Cropping section to implement the functionality you need. If you have any additional questions about it, please feel free to let me know.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
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.