ASP.NET + ImageGlue = Import/Export Icons!
DIGG IT!
0
Comments
Published
Wednesday, March 17, 2004
at
2:22 PM
.
Here is a test icon converted from a PNG of me diving in Bonaire. I have just completed server support for JPEG, GIF, PNG, BMP, ICO on import and JPEG, GIF, PNG, BMP, ICO, SWF, EPS on export. Internet access to the CONVERT tools will ship with version 1.4 of Icon Builder 2004. &
That is me diving in Bonaire via the Flash Drawing API.
Source FLA
ImageGlue from WebSuperGoo.com is the single best image library I have every used. It supports all image formats of both Apple QuickTime and GhostScript plus some additional ones. ImageGlue is very fast, conversion of an image(200px x 200px) to an icon completes in .5 seconds on my workstation. Actually it is so easy to use that this is my first time working with ASP.NET using VB code and I started yesterday. I am spending 10x more with learning .NET than dealing with ImageGlue. The product examples and documentation are great.
//Code to convert a PNG to a SWF:
Dim c As New Canvas()
c.DrawFile(Server.MapPath("test.png"), "")
c.SaveAs("mytest.swf","")
Simply change the .png and .swf to convert between most any format you can think of.
More to come,
Ted ;)

0 Responses to “ ASP.NET + ImageGlue = Import/Export Icons! ”
Post a Comment