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

Notification

Icon
Error

Options
Go to last post Go to first unread
snkar  
#1 Posted : Tuesday, November 11, 2008 10:02:38 PM(UTC)
snkar

Rank: Newbie

Groups: Member
Joined: 11/11/2008(UTC)
Posts: 5

Hi,

We are using the Image Uploader component to select multiple files for bulk upload. One of the requirements is to allow users to perform basic editing of photos during upload. The operations required are cropping and rotating. Now these have to be applied over the images whih has already been selected in the Image Upload List pane in a three pane view of the Image Uploader. So these Image Processing operations will have to be performed at the client side without page postback. Can you tell me if this is possible. Looking at the demos and the API it looks like this is primarily a server side component. Though probably there is a client side library available using remote scripting techniques(AJAX). I did not get enough time to go deep into this but probably not all image processing operations are supported at client side. Can you provide me with some source code on how to implement cropping and rotation at client side with server side posts.

Thanks.
Dmitry  
#2 Posted : Wednesday, November 12, 2008 4:32:48 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Image Uploader supports three basic imaging operations on the client-side: rotate, resize, and adding watermark. Unfortunatey crop is not supported.

In your case you can implement the required functionality in the following way:
  1. Resize and rotate operations are performed on the client using Image Uploader.
  2. Crop is applied on the server using Graphics Mill.
The article Resizing and Rotating Images will give you the quick outlook how to implement imaging operations with Image Uploader.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Users browsing this topic
Guest
Similar Topics
Client Side GraphicsMill operation (Discussions – Graphics Mill)
by snkar 11/11/2008 10:02:38 PM(UTC)
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.