Apr 6
Simple ASPX page with code behind only, to generate on-the-fly images for web pages. An immediate application generates vertical text as images, but same handler can be used to transfer on the client side other kinds of bitmaps, such as database images, custom drawings or image files not part of the website.
Continue reading »
Continue reading »
May 22
Customizable CAPTCHA Image C# class, through a simple CAPTCHA Image Viewer/Generator, with ASP.NET project, including online demo. CaptchaImage class contains only customizable properties, for different GDI+ drawing effects and custom bitmap, built on-the-fly and returned by the Image get property.
Continue reading »
Continue reading »
Apr 27
Create a simple Image Editor, with basic functionality for image operations and extraction. ImageEdit wrapper for an Image object, thumbnail, resize operations, write text, change borders. Automate changes on multiple image files.
Continue reading »
Continue reading »
Apr 16
Extraction of icon images from a .ICO group of icons file. This is the first from a series of articles using the same FileIcon base class for icon extraction, from different files, containers and repositories.
Continue reading »
Continue reading »