Skip to content

Instantly share code, notes, and snippets.

@bootnumlock
bootnumlock / ImageProcessorPreProcessor.cs
Last active August 29, 2015 14:25 — forked from JimBobSquarePants/ImageProcessorPreProcessor.cs
Demonstration code for Preprocessing uploaded images with Umbraco
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ImageProcessorPreProcessor.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South.
// Licensed under the Apache License, Version 2.0.
// </copyright>
// <summary>
// Attaches ImageProcessor to the Media.Saving event to ensure that uploaded files do not exceed
// a maximum size.
// </summary>
// --------------------------------------------------------------------------------------------------------------------