Thursday, September 16, 2010
Made some minor commits today to my ASPImage component replacement--ASPNetImage.
Fixed a bug in the component's handling of resizing to different aspect
ratios with image size constraint turned on. Also added some basic unit
tests for the implemented methods and tweaked the documentation a bit.
Binaries are now included and I put up the latest revision as a download
(complete with source and supporting files) for those who don't feel
like checking it out with a SVN client.
There's still a lot of work to do, but the basic scaling, cropping,
rotating, flipping and brightness adjusting methods are all in place and
match the original framework. Feel free to help blow out the rest.
Categories: Development
Post a comment
I've used ServerObjects' ASPImage component for years on a number of
dynamic sites that I've built in classic ASP that needed image
manipulation abilities. Though it has a few issues, it has worked fairly
well.
Recently I migrated a classic ASP web site originally hosted on Windows
Server 2003 to a Windows Server 2008 machine and discovered (as others
have) that ASPImage isn't compatible with 2008, exiting with a memory
failure whenever you attempt to instantiate it.
Not wanting to have to find a replacement, purchase it, and rework a
bunch of old code to work with a new component I decided to try my hand
at simply writing a drop-in replacement interop component in .NET. The
idea being to essentially wrap the System.Drawing namespace into a
component that mirrors ASPImage's interface.
It's far from complete, but I've been running a partial implementation
(with basic scaling, cropping, rotation, flipping, and brightness
adjustment) of the component for about a month now with the site and it
performs well—Better in fact than the original component even.
I've released the object and its source under the GPL v3 and you're more
than welcome to give it a try and/or help me build it out completely.
Get more information and download the source and binaries from Google
Code at: http://code.google.com/p/aspnetimage/
Categories: Development
Post a comment
I've been working here and there on this cool theme for phpMyAdmin since
the beginning of the year and have finally submitted it to the
development team for approval:
Modan is a phpMyAdmin theme created in an attempt to provide a modern,
simple and clean UI that doesn't overshadow the database and its
contents. In addition to the theme itself, I've also given the
phpMyAdmin logo an dramatic overhaul to fit with the theme's style as
well as a custom favicon that compliments the theme and logo.
Categories: Design, Development
Post a comment