Category Archives: coding

stuff I’m writing

AspImage to ImageGlue conversion done

So after a good hard week of coding on my own time.  I am happy to say our primary website at work has been converted from ASPimage over to Imageglue.  Without going into specifics this is the core of the … Continue reading

Posted in coding | Tagged , , , | 1 Comment

Optimizing an image cropping algorithm

In my impending migration from aspimage.dll to a more efficient (crash free) image component I have discovered a grave shortfall of imageglue for asp classic.  There is one particular operation my code must perform that must be used.  That simple … Continue reading

Posted in coding | Tagged , , , | 1 Comment

An alternative to ASPimage w3wp.exe crashing

Aspimage.dll is a com component written by a company called serverobjects.  As best I can tell they are selling a product but not offering any support for it whatsoever.  As such their support email even bounces.  It just so happens … Continue reading

Posted in coding | 4 Comments