ImageFilter

A content app for Umbraco which lets you use Image Processor to create new images from your media items.


Keywords
Umbraco, ImageFilter, Image, Filter, Processor, v8, package, library
License
MIT
Install
Install-Package ImageFilter -Version 1.0.5

Documentation

ImageFilter Content App for Umbraco

Nuget Nuget Downloads

Watch the video

Watch the video on YouTube

Login details

Username: admin@admin.com Password: 1234567890

Dev instructions

Edit the files in project ImageFilter not the ImageFilter.Web project. The files will copy over after you build the ImageFilter.Web project.

Issues with Rosyln Compiler

When running the project for the first time you may get a runtime error stating that csc.exe could not be found. To resolve this a nuget package needs to be reinstalled. Use the following command to fix this issue:

Update-package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r