Been struggling all day with various demo's and tutorials found online. Willing to go for a paid version of the following:
In various "Edit" views, I things like a picture or a logo, etc.
Clicking on it brings up a modal and here I need:
Ability for user to browse to a new image(preferably not uploading it to server yet)
User can resize and crop image
I should be able to set the min/max width / height for various instances.
Resized / Cropped image should be rendered, not just using the original one, with some css attributes. I need to convert that image to a byte array and store in my database (doing that already via normal file upload / post)
Trust me, I tried nearly every demo out there (very little using razor) without much success. Paid control is fine...i'm too gatvol to worry more about creating one..... really too busy
The idea of that one is pretty cool. Implemented it and it works, but it totally mess up quality (even if the picture was just a little bigger) and when I upload a png, the transparant areas are black.
Hi!
I'm impelmenting Image Gallary solution (ASP.NET MVC3) and it will be avalable very soon on my page.
It's not free but the price was about 15-20$ for full source code.
Not so exapnsive, but give me possibility to support buyers.
I'm impelmenting Image Gallary solution (ASP.NET MVC3) and it will be avalable very soon on my page.
It's not free but the price was about 15-20$ for full source code.
krokonoster
Contributor
4291 Points
1352 Posts
Image upload, resize, crop in modal
Nov 12, 2012 07:51 PM|LINK
Been struggling all day with various demo's and tutorials found online. Willing to go for a paid version of the following:
In various "Edit" views, I things like a picture or a logo, etc.
Clicking on it brings up a modal and here I need:
Trust me, I tried nearly every demo out there (very little using razor) without much success. Paid control is fine...i'm too gatvol to worry more about creating one..... really too busy
ignatandrei
All-Star
137698 Points
22155 Posts
Moderator
MVP
Re: Image upload, resize, crop in modal
Nov 13, 2012 03:09 AM|LINK
If not upload to the server, then use Silverlight/Flash components.
Resize, yes . How the user can specify crop dimensions, I do not know.
This is resize, right?
You can look at simple code at
http://imager.codeplex.com/SourceControl/changeset/view/25482#144055
krokonoster
Contributor
4291 Points
1352 Posts
Re: Image upload, resize, crop in modal
Nov 13, 2012 08:00 PM|LINK
The idea of that one is pretty cool. Implemented it and it works, but it totally mess up quality (even if the picture was just a little bigger) and when I upload a png, the transparant areas are black.
matt2820
Member
10 Points
7 Posts
Re: Image upload, resize, crop in modal
Nov 16, 2012 05:09 AM|LINK
Since you are fine with commecial version.
You can check this image editor.
krokonoster
Contributor
4291 Points
1352 Posts
Re: Image upload, resize, crop in modal
Nov 16, 2012 05:35 AM|LINK
Thanks, but that's a image editor part of a text editor.
Different scenario. Need a standalone text editor.
radiogaga
Member
14 Points
7 Posts
Re: Image upload, resize, crop in modal
Nov 16, 2012 01:17 PM|LINK
Hi!
I'm impelmenting Image Gallary solution (ASP.NET MVC3) and it will be avalable very soon on my page.
It's not free but the price was about 15-20$ for full source code.
Not so exapnsive, but give me possibility to support buyers.
You can see my projects example here http://codecanyon.net/item/member-role-admin-tool/2494163
See below an example how it an look like:
Thanks!
krokonoster
Contributor
4291 Points
1352 Posts
Re: Image upload, resize, crop in modal
Nov 16, 2012 01:22 PM|LINK
I bought some themes over there before, great stuff.
Will PM you.
krokonoster
Contributor
4291 Points
1352 Posts
Re: Image upload, resize, crop in modal
Dec 06, 2012 09:51 PM|LINK
Any update on this?