ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
ImageProcessor.Common.Exceptions.ImageProcessingException: Error processing image with Crop ---> System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Processors.Crop.ProcessImage(ImageFactory factory)
--- End of inner exception stack trace ---
at ImageProcessor.Processors.Crop.ProcessImage(ImageFactory factory)
at ImageProcessor.Imaging.Formats.FormatBase.ApplyProcessor(Func`2 processor, ImageFactory factory)
at ImageProcessor.Web.ImageFactoryExtensions.AutoProcess(ImageFactory factory, IWebGraphicsProcessor[] graphicsProcessors)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.
Error
Help me to fix these error in my errorlog.
ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred ImageProcessor.Common.Exceptions.ImageProcessingException: Error processing image with Crop ---> System.ArgumentException: Parameter is not valid. at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format) at ImageProcessor.Processors.Crop.ProcessImage(ImageFactory factory) --- End of inner exception stack trace --- at ImageProcessor.Processors.Crop.ProcessImage(ImageFactory factory) at ImageProcessor.Imaging.Formats.FormatBase.ApplyProcessor(Func`2 processor, ImageFactory factory) at ImageProcessor.Web.ImageFactoryExtensions.AutoProcess(ImageFactory factory, IWebGraphicsProcessor[] graphicsProcessors) at ImageProcessor.Web.HttpModules.ImageProcessingModule.
You can find the answer here: https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/76464-error-processing-image-with-crop#comment-251710
is working on a reply...