BBImageHandler on CodePlex
Jun
23
Written by:
6/23/2011 9:25 PM
Today I released my first project on CodePlex: http://bbimagehandler.codeplex.com
The BBImageHandler for DotNetNuke and ASP.NET gives users and module programmers the opportunity to use a handler that displays resized images, adds watermarks to images, creates thumbnails of web pages or displays images stored in a database table without storing them to harddisk. Additionally it could be used to create a counter display.
The project is based on the Microsoft.Web.GeneratedImage Project on Codeplex. I added a few things to that base implementation of an image handler. Rendering of gif images is improved with OctreeQuantizer, some special handlers are added and security functionality was added. Some parameters are now configurable through the web.config file
2 comment(s) so far...
Re: BBImageHandler on CodePlex
I have been trying to work with the handler on a DNN 4x site. The install returns an error. I was able to install it on a DNN 6x site, but what I can't seem to work out is how to enter the image path with the filename. Unfortunately I have the things stored as: path/filename.
So I guess my question is if there is a way to reference the files by path/filename. Second would be whether the handler is installable on DNN 4.x.
Thanks
By Phil Speth on
3/8/2012 6:44 PM
|
Re: BBImageHandler on CodePlex
Hi Phil,
I think the problem with DNN4 is that there is only a DNN5/6 manifest in the install package and none for DNN 4. I will check that!
I post you a link from my wifes cattery homepage. There you can see how an image with path should be used in DNN with the BBImageHandler:
www.birma-anfurthen.de/BBImagehandler.ashx?Width=500&File=Portals\26\images\Katzen\Pia\18m2.jpg
By Torsten Weggen on
3/12/2012 10:32 AM
|