ASP.NET
Image Editor -
- ASP.NET Core web application to edit an image, change contrast, etc..
- The application is based on a simple Model View Component architecture.
- Image allows to set Brightness, Contrast, Saturation, Rotation and many more adjustments.
- 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
- For more details refer to - https://www.piece.cool/products/view/257
- For any assistance/queries, please reach us from https://www.piece.cool/contacts or email on info@oneact.jp.
Good to use tool.
ReplyDeleteThank you for providing this tool.