AsciiImage for Delphi is now officially featured on http://asciimage.org/
AsciiImage for Delphi is now officially featured on http://asciimage.org/
Besides, DownSampling to avoid Aliasing has ben added(can be set from none to x8, x8 is default) and the Assign-Method has been implemented. You can finally use it in a TImage(for simple shapes which do not require a callback for coloring). Use Stretch of TImage to create upscaled versions. Designtimepackage-Project added
http://asciimage.org
Besides, DownSampling to avoid Aliasing has ben added(can be set from none to x8, x8 is default) and the Assign-Method has been implemented. You can finally use it in a TImage(for simple shapes which do not require a callback for coloring). Use Stretch of TImage to create upscaled versions. Designtimepackage-Project added
http://asciimage.org
I haven't downloaded this yet (I will! It looks fantastic), but is it designed with a hook to easily replace the graphic library used? I'd like to write a Graphics32 layer, if it's easy to drop in and if you'd like contributions :)
ReplyDeleteDavid Millington You're welcome. There is no hook yet(but a good idea). However, the AsciiImage already uses a IRenderContext interface internally, for implementing different backends at a later time. For now, only TGDIRenderContext is implemented. Still thinking about a way to specify which implementation to use.
ReplyDeleteWith David Millington involved, time to start playing the game "see where this component gets used" (good thing) :-D
ReplyDelete