
Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
Archive
Meta
Tag Archives: resize
Sitecore Image Parameters
The Sitecore media library stores (per default) all assets (images, documents, …) in its own database rather than on disk. All assets are then streamed using an HttpHandler. All image links goes to an *.ashx handler which then returns the … Continue reading
Posted in .net, c#, Sitecore 6
Tagged Image, parameters, resize, sc:FieldRenderer, sc:Image, Sitecore
9 Comments
Image resizing
The .NET GDI+ is not very fast, but it is actually very powerfull. A thing I have used the api for is to create thumbnail images. The GDI is capable of drawing images using both bilinear and bicubic interpolation. This … Continue reading