In kentico how to create image editor using .net api

Narendra Dol asked on February 7, 2017 10:11

i want to implement image editor in kentico using .net api which perform different operation on image so give me proper solution

Correct Answer

Charles Matvchuk answered on February 7, 2017 20:57

Narendra. That is a bit of work. I recommend either an .NET Control that you can purchase, such as leadtools.com or to look through stack exchange and study up on System.Drawing and look at imageprocessor in nuget packages in your visual studio. You will need to do custom programming.

2 votesVote for this answer Unmark Correct answer

Recent Answers


Peter Mogilnitski answered on February 7, 2017 13:22

There is already an image editor in Kentico. It does basic operations:

  • Resize Images
  • Rotate Images
  • Rotate the image by 90 degrees or flip the image
  • Convert Images(from one format to another)
  • Crop Images
  • Convert to Grayscale

P.S. Honestly I've never use it. It exists an as a nice to have feature. There are free online/desktop photo editors if you need them. Could specify exactly what you need it for?

0 votesVote for this answer Mark as a Correct answer

Narendra Dol answered on February 7, 2017 13:40

i need to create image editor as webpart in kentico using dot net code so please provide exact solution

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.