Monday, January 30, 2017

ASP.NET Image Editor

ASP.NET Image Editor -  
  1.  ASP.NET Core web application to edit an image,  change contrast, etc..
  2. The application is based on a simple Model View Component architecture.
  3. Image allows to set Brightness, Contrast, Saturation, Rotation and many more adjustments.
  4. Many times it’s necessary to edit the pictures taken to suit your business needs. 

Design Description
The application is based on a simple Model View Component architecture:
• The model: Models\ImageModel.cs, contains all the image properties to be set/get.
• The view: Views\Home\Index.cshtml, contains Html and Javascript/JQuery commands.
• The Controller: Controllers\HomeControler.cs contains the image edition logic.

The edited image is rendered by a view component:
• Views\Shared\Components\EditedImage\Default.cshtml
• ViewComponents\EditedImageViewComponent.cs

  1. For more details refer to - https://www.piece.cool/products/view/257
  2. For any assistance/queries, please reach us from https://www.piece.cool/contacts or email on info@oneact.jp.



1 comment: