Released: Jun 1, 2008
Updates in V1.3.0
Released: Jul 1, 2005
Updates in V1.2.2
Issues Addressed:
- AddWatermark and MergeWithImage don't return correct result with a PNG file.
Released: Jun 6, 2004
Updates in V1.2
New Features:
- New property: ImageGen.AntiAliasFactor smoothes the jagged edges of diagonal lines and curves.
- New property: ImageGen.BufferResponse allows you to turn ASP response buffering on and off.
Released: May 1, 2003
Updates in V1.1.6
New Features:
- 'AntiAlias' property
-- support for antialiasing: default is saAntiAlisaNone(0) type is SAAntiAliasFactor
SAAntiAlisaFactor values: saAntiAliasNone = 0, saAntiAliasGood = 2, saAntiAliasBest = 4, saAntiAliasHigh = 6, saAntiAliasHighest = 8
The higher the AntiAliasFactor, the more memory this funciton requires and the slower it will be. 'saAntiAliasBest' is the recommended value.
- NOTE: When AntiAliasFactor is used, the dimensions of the text rectangle are determined by the font. When...
Released: Jan 5, 2003
Updates in V1.1.5
Issues Addressed:
- When saving an image in GIF format, 'White'(0x00ffffff) would sometimes be made transparent when the 'TransparentColor' property was not set. This has been fixed in version 1.1.5.
- Some issues with documentation are corrected.
Released: Oct 10, 2002
Updates in V1.1.4
New Features:
- ImageGen.ResizeImage() -- When you wish to resize an image and maintain proportions, but at the same time insure that one dimension is set to an exact value, pass in '0' as the parameter for the other dimension.
Released: Sep 6, 2002
Updates in V1.1.3
New Features:
- New ImageGen properties - DPIx, DPIy, and DPIunits - allow you to set or return horizontal/vertical dots per inch, centimeter, or meter.
Released: Aug 6, 2002
Updates in V1.1.2
Issues Addressed:
- ImageGen's 'DrawTextOnImage' method would incorrectly render text containing certain characters, such as '&'.
Released: Jul 6, 2002
Updates in V1.1.1
Issues Addressed:
- ImageGen's 'SaveImage' method would fail under ASP when saving to a file and a variable was used for the 'SaveData' parameter.
Released: Jun 6, 2002
Updates in V1.1.0
- Loading an image into SoftArtisans.Images from a variant byte array caused and exception. This bug has been fixed in the new version