- #13 Allow DynamicImage to work in WPF applications (dieron)
-
Default value of custom font file fixed (mzywitza).
-
Fix memory leak in LayerBlenderEffect (jaytwo).
-
Fix memory leak in other shader effects.
-
XmlCacheProvider now checks for null values in cache dependencies (Mikhail-Fiadosenka).
-
DirtyTrackingObject now deals correctly with arrays (Mikhail-Fiadosenka).
- Cached images are now sorted into sub-directories, using the first two characters of the filename
- Resize filter width and height weren't added to the cache key correctly
- Image cache directory can now be configured in web.config (instead of being hard-coded to ~/App_Data/DynamicImage):
- NuGet package fixes
-
Removed all WebForms-specific controls and functionality
-
Replaced DynamicImageBuilder with CompositionBuilder
-
Added SoundInTheory.DynamicImage.Mvc with HtmlHelper extension for generating image tag
-
Added ImageUrlGenerator for generating a (cached) URL for an image. Also available through the CompositionBuilder.Url property.