Changes

Graphics32

Changes

v1.8.3 (5 March 2007)

  • General changes

    • Additions:

      • Added new ASM/(E)MMX optimized ApplyBitmask routine for logical (bitwise) Xor/Or/And operations using a bitmask.
      • Added new TColor32Component basetypes for specifying a component or component sets (related updates to TColor32Entry).
      • Added new CopyComponents routine for copying selected ARGB components btwn bitmaps.
    • Optimizations:

      • Optimized TBitmap32.ResetAlpha, Invert and InvertRGB.
      • Optimizations in pamTransparentEdge related routines.
      • TPatternSampler now supports nonrectangular sampling patterns.
    • Bugfixes:

      • Bugfix in MMX version of BlockAverage that caused access violations on resampling.
      • Fixes for the following bugs reported on the SourceForge tracker: 1560912, 1556318
      • Fixed misbehvior when setting TCustomImage32.BufferOversize property. Changes now directly force resizing of the buffer.
      • Fixed Kylix compilation issue introduced with new multithreading support.
      • Several minor cleanups and fixes.

v1.8.2 (5 February 2007)

  • General changes

    • Additions:

      • Added new TMultiThreadedRasterizer class for performing regular rasterization using multiple threads. By defining the symbol USE_MULTITHREADING this rasterizer becomes default on multi-core systems.
      • Added TPolarTransformation and TPathTransformation classes.
      • Added TPixelAccessMode pamTransparentEdge, useful for getting smooth edges with transformations.
      • Added new optimized low-level routines to GR32_Math.pas.
    • Bugfixes:

      • Fixes for various bugs reported on the SourceForge tracker: 1445701, 1448030, 1486180, 1456950, 1460821, 1493697, 1610287, 1610292, 1611173
      • Fixed a problem in TRenderThread that cause an AV when OnAreaChanged of the destination bitmap was unassigned.
      • Fixed overflow on calculation in LineS / LineTS with big line coordinates.
      • Fixed buffer overrun error in polygon rasterization.
      • Fix: M_ColorMax, M_ColorMin, M_ColorAverage raised critical exception on old Celeron CPU.
      • Fixed problem in TKernelResampler that caused artifacts at edges for pamSafe pixel access mode.
      • Fixed installation problems in D2005.
      • Minor tweaks and optimizations.

v1.8.1 (1 March 2006)

  • General changes

    • Additions:

      • Reintroduced property editor features for all Delphi versions after D5.
      • BDS2k6 C++ personality supported.
    • Bugfixes:

      • Fixes for various bugs reported on the SourceForge tracker: 1369894, 1398880, 1403949, 1404989, 1409711, 1412953
      • Fixed problem in method TBitmap32.DrawTo(HDC, DstRect, SrcRect).
      • Fixed a compilation problem when CHANGED_IN_PIXELS define was enabled.
      • Removed mbLeft MouseDown filter in TCustomLayer.
      • TCustomLayer.Changed obeys UpdateCount.
      • Fixed a bug in the MicroTiles repaint optimizer where the buffer wasn't completely invalidated.
      • CLX and D5 compilation issues fixed (GetPropList).
  • Detailed changes

    • GR32:

        Bugfixes:

        • Fixed problem in method TBitmap32.DrawTo(HDC, DstRect, SrcRect).
        • Fixed a compilation problem when CHANGED_IN_PIXELS define was enabled.
        • [SF 1404989] SET_TS256/LineXS with CombineMode = cmMerge -> wrong output
        • [SF 1403949] Line BUG
        • [SF 1398880] Incorrect boundary test in TBitmap32.GET_TS256
        • [SF 1369894] Bug in TBitmap.Roll method
    • GR32_Containers:

        Bugfixes:

        • GetPropList compilation issue fixed on D5.
    • GR32_Images:

        Bugfixes:

        • [SF 1412953] TImgView32 holes (repaint problems in design-time).
    • GR32_Layers:

        Bugfixes:

        • mbLeft check removed from TCustomLayer.MouseDown.
        • TCustomLayer.Changed obeys UpdateCount.
    • GR32_LowLevel:

        Bugfixes:

        • ASM version of simple Clamp added.
    • GR32_MicroTiles:

        Bugfixes:

        • Bug in TMicroTilesRepaintOptimizer.Reset method fixed where the buffer wasn't completely invalidated.
        • Enhanced debug draw
        • Additional inlining support
    • GR32_Transforms:

        Bugfixes:

        • [SF 1409711 ] TAffineTransformation.GetTransformedBounds ignores ASrcRect.
        • Various CLX compilation fixes

v1.8 (1 January 2006)

  • General changes

    • Additions:

      • Global usage of new TFloat type alias instead of Single.
      • Area update support for TBitmapLayer added.
      • TTransformation changed from TPersistent to TNotifiablePersistent so as to implement a Changed method that sets TransformValid to False automatically.
      • Incorporated the Interlocked* functions in TBitmap32.Lock and TBitmap32.Unlock according to Jouni Airaksinen's suggestions.
      • Redundant code clean up + better maintainability using central protected CopyMapTo and CopyPropertiesTo methods.
      • Added BlockTransferX routine for bitmap transfers with fixed-point coordinates (using linear interpolation).
      • CLX versions of all example projects added (no guarantee that all projects are 100% CLX-compatible).
      • Delphi 4 support officially dropped as of this release.
    • Bugfixes:

      • Bug in TLayerCollection.ViewportToLocal method fixed.
      • Misbehaviour of TCustomLayer.Visible property fixed.
      • TCustomLayer.Changed and TCustomLayer.Update methods fixed (NO_UPDATE problem)
      • TAffineTransformation.TransformFloat fixed (SF bug 1372023).
      • TBitmap32Item.AssignTo implemented to fix problem "Cannot assign a TBitmap32Item to a TBitmap32Item" (SF bug 1329566).
      • Prevent AV if user sets resampler directly (e.g. Bitmap.Resampler := TLinearResampler.Create(Bitmap);).
      • Fixed a problem in TCustomImage32 that caused performance overhead for rmDirect repaint mode.
      • TSyntheticImage was not automatically rasterized upon creation.
      • Update regions in TTesseralRaserizer were not pixel-perfect.
      • Fix for memory leaks in AssignFromBitmap sub-method due to thread <-> GDI interaction.
      • Fixed a problem in integer version of HSLtoRGB.
      • Fixed TBitmap32.GetStippleColor (the ordinary interpolation routine must be used).
      • Fixed TBitmap32.SET_T256 and TBitmap32.SET_TS256 for color merging. cmMerge is now handled as a separate case.
      • Fixed TBitmap32.FillRectT for cmMerge.
      • Fixed bug in _CombineMem routine. The alpha channel was not interpolated, which is contradictory to documentation.
      • Revised Merge routines. Merge is now based on precise lookup tables. Moreover the new version is faster than the old buggy MMX version.
      • D5 compilation fixes.
  • Detailed changes

    • GR32:

        New routines:

        • UnionRect

        New types:

        • TFloat: alias for Single
    • GR32_Blend:

        New routines:

        • CombineLine
        • ColorScale
    • GR32_Containers:

        New routines:

        • SmartAssign
    • GR32_Resamplers:

        New routines:

        • BlockTransferX

v1.8 beta (9 August 2005)

  • General changes

    • Major additions:

      • Resampler Framework / Nested Sampling
      • Rasterizer Framework
      • Buffered transformations / Warping / Remap Transformation
      • Repaint optimizations (MicroTiles Repaint optimizer)
    • Other additions:

      • New transformations (Twirl, Bloat, Disturbance, FishEye)
      • Fast transformations using TRemapTransformation
      • Kernel classes (implementing reconstruction filters) for TKernelResampler
      • Antialiasing by using regular and irregular super sampling methods
      • Spatial convolution and morphological operations
      • Vector maps, supporting .msh fileformat (useful for rasterizing/buffering transformations)
      • New ordinal map classes for Boolean-, Word- and Integer-sized data elements
      • New WrapMode property and wrapping Pixel properties
      • Scrollbar visibility control and new scale modes
      • Independent scales in TCustomImgView32 / TImgView32
      • TRubberbandLayer enhancements
      • New BlendTransfer routine for blending two bitmaps using an arbitrary blend callback routine
      • New polygonal antialiasing modes for 2x and 32x antialiasing
      • Improved performance in TPolygon32 rasterization routines
      • New draw mode, dmTransparent, for color key tranparency
      • FastMove support
      • New class registration mechanism using TClassList
      • Help documents updated with new additional topics
      • Restructured examples:
      • new examples: TextureBlend_Ex, NestedSampling_Ex, Resamplers_Ex, ImgWarping_Ex, Visualization_Ex

        changed examples:
        GradLines_Ex, Polygons_Ex, ImgView_Layers_Ex, Image32_Ex, Sprites_Ex

    • Bugfixes:

      • Fixed AV with Graphics32 usage in DLLs on WinXP
      • Fixed jagged lines problem in LineS, LineTS and LineAS
  • Detailed changes

    • GR32:

        New routines:

        • RGBtoHSL(RGB: TColor32; out H, S, L: Byte)
        • HSLtoRGB(H, S, L: Integer)
        • EqualRectSize

        New classes:

        • TNotifiablePersistent
        • TThreadPersistent (changed)
        • TCustomSampler
        • TCustomResampler

        Changes in TBitmap32:

          New methods:

          • BeginMeasuringMode
          • EndMeasuringMode
          • OnAreaChanged

          New properties:

          • MeasuringMode
          • StretchFilter deprecated, use TBitmap32.Resampler / TBitmap32.ResamplerClassName instead
          • WrapMode
          • PixelW / TBitmap32.PixelXW / TBitmap32.PixelFW
    • GR32_Blend:

        New routines:

        • ColorAverage
    • GR32_Containers (New Unit):

        New classes:

        • TRectList
        • TPointerMap
        • TPointerMapIterator
        • TClassList
    • GR32_Image:

        Changed types:

        • TScaleMode: new modes smOptimal and smOptimalScaled

        Changes in TCustomPaintBox32:

          New methods:

          • ForceFullInvalidate

          New properties:

          • RepaintMode

        Changes in TCustomImage32:

          New properties:

          • ScaleX
          • ScaleY

          New events:

          • OnScaleChange

        Changes in TIVScrollProperties:

          New properties:

          • Visibility (see TCustomImgView32.Scrollbars.Visibility)
    • GR32_Layers:

        Changes in TLayerCollection:

          New methods:

          • ViewportToLocal, LocalToViewport
          • GetViewportScale, GetViewportShift

          Structural changes:

          • CoordXForm deprecated, use ViewportToLocal, LocalToViewport, GetViewportScale, GetViewportShift instead
          • Owner type changed to TPersistent

        Changes in TCustomLayer:

          New methods:

          • Update
          • Update(Rect)
          • Changed(Rect)

        Changes in TPositionedLayer:

          New methods:

          • GetAdjustedRect(const R: TFloatRect): TFloatRect;

        Changes in TRubberbandLayer:

          New properties:

          • TRubberbandLayer.FrameStippleCounter
    • GR32_LowLevel:

        New routines:

        • FillLongword MMX optimized
        • MoveLongword with FastCode FastMove support via GR32.inc or project define
        • MoveWord

        Structural changes:

        • MulDiv moved to GR32_Math
    • GR32_Math (New Unit)

        New routines:

        • FixedFloor, FixedCeil
        • FixedMul, FixedDiv
        • FixedRound
        • FixedSqr, FixedSqrtLP, FixedSqrtHP
        • SinCos
        • MulDiv (moved from GR32_LowLevel)
    • GR32_MicroTiles (New Unit)

        New routines:

        • many MicroTiles auxiliary routines

        New classes:

        • TMicroTilesMap
        • TMicroTilesRepaintOptimizer
    • GR32_OrdinalMaps.pas (New Unit) / replaces GR32_ByteMaps.pas

        New classes:

        • TBooleanMap
        • TByteMap (moved from GR32_ByteMaps)
        • TWordMap
        • TIntegerMap
    • GR32_Polygons:

        Changed types:

        • TAntialiasMode: new modes am2times and am32times

        New routines:

        • PolygonBounds
        • PolyPolyBounds

        Miscellaneous changes:

        • minor optimizations to polygon rendering
    • GR32_Rasterizers (New Unit)

        New routine:

        • CombineInfo

        New classes:

        • TRasterizer
        • TRegularRasterizer
        • TSwizzlingRasterizer
        • TProgressiveRasterizer
        • TTesseralRasterizer
        • TContourRasterizer
    • GR32_RepaintOpt (New Unit)

        New classes:

        • TRepaintOptimizer
    • GR32_Resamplers (New Unit)

        New types:

        • TKernelMode

        New routines:

        • BlendTransfer
        • BlockTransfer, StretchTransfer (moved from GR32_Transforms)
        • Convolve, Dilate, Erode, Expand, Contract
        • IncBuffer, MulitplyBuffer, BufferToColor32, ShrBuffer
        • CreateJitteredPattern
        • RegisterResampler, RegisterKernel

        New classes:

        • TCustomKernel
        • TNearestKernel
        • TLinearKernel
        • TCosineKernel
        • TSplineKernel
        • TMichellKernel
        • TCubicKernel
        • THermiteKernel
        • TWindowedSinKernel
        • TLanczosKernel
        • TGaussianKernel
        • TBlackmanKernel
        • THannKernel
        • THammingKernel
        • TSinshKernel
        • TBitmap32Resampler
        • TNearestResampler
        • TLinearResampler
        • TDraftResampler
        • TKernelResampler
        • TNestedSampler
        • TTransformer
        • TNearestTransformer
        • TSuperSampler
        • TAdaptiveSuperSampler
        • TPatternSampler
        • TKernelSampler
        • TConvolver
        • TSelectiveConvolver
        • TMorphologicalSampler
        • TDilater
        • TEroder
        • TExpander
        • TContracter
    • GR32_System:

        New routines:

        • GetTickCount (for Linux)

        New classes:

        • TPerfTimer

        Miscellaneous changes:

        • EMMX/MMX2 detection added (used for MicroTiles Repaint Optimizer),
        • global performance timer named GlobalPerfTimer added
    • GR32_Transforms:

        New routines:

        • RasterizeTransformation
        • new overloaded Transform routines

        New classes:

        • TTwirlTransformation
        • TBloatTransformation
        • TDisturbanceTransformation
        • TFishEyeTransformation
        • TRemapTransformation

        Structural Changes:

        • BlockTransfer and StretchTransfer moved to GR32_Resamplers
    • GR32_VectorMaps (New Unit)

        New types:

        • TFixedVector

        New classes:

        • TVectorMap

v1.7.1 (25 February 2005)

  • Bugfixes

    • fixes for AVs in new line drawing methods (LineS, LineTS, LineAS)
    • replaced incorrect call of VertLineS and HorzLineS in LineTS and LineAS with VertLineTS and HorzLineTS
    • fix for buffer reallocation inefficiency in TCustomPaintBox32 (non-critical, long standing)
      This should improve performance on resizing for all TCustomPaintBox32 derived controls.
    • added missing call to inherited constructor in TPolygon32 constructor (caused big trouble on Win9x/WinME systems)
    • RenderText now ignores Windows-based font smoothing in VCL
      (VCL-only change because the QT version that's used in CLX doesn't support disabling font antialiasing, neither in Windows nor in Linux/X11)
    • CLX compilation fixes
    • C++ Builder compilation fixes
    • ColorMul removed (duplicate of ColorModulate)
    • minor cleanups

v1.7 (16 January 2005)

  • New Features

    • clipping rect support (all safe drawing operations are clipped to a rect)
    • support for custom polygon fillings (via callback or polygon filler objects)
    • support for polygon transformation (permanent or while drawing)
    • update to transformation classes to make them more suited for general usage
    • polygon performance enhancements
    • new CombineMode property in TBitmap32
    • TRubberbandLayer enhancements
    • additional color algebra functions
    • more versatile TBitmap32.ResetAlpha method (overloaded)
    • Delphi 2005 (Win32) support (optional inlining where applicable)
    • small speed enhancements
  • Bugfixes

    • fix for RenderText problems with letters that spread below baseline
    • fix for bug in TBitmap32.Rotate180
    • fix for problem in TBitmap32.Assign that caused transparent regions in metafiles and icons to appear in blue when they really should be white.
    • fix for problem where the buffer content on repaint in TPaintBox32 wasn't validated
    • fix for problem where C++ Builder threw linker errors (HDC methods and "hoisted overload" or E2113) in GR32.pas and GR32_Image.pas
    • fix for linear/draft bug with bitmaps of size 100x1 et al.
    • fix for bug in Transform that caused the outline of the source bitmap to appear in OuterColor
    • fix for the 3DNow detection (caused "external exception" on some machines when sfDraft was used)
    • fix for dysfunctional OnMouseEnter and OnMouseLeave in TCustomImage32
    • fix for CheckParams problem in ApplyLUT
    • fix to preserve alpha channel in ApplyLUT and ColorToGrayscale

v1.6 (21 July 2004)

  • Changes

    • Graphics32 now fully supports CLX cross-platform development;
    • Example projects have been successfully converted and tested in Linux;
    • Fixed issues in GR32_Transforms that could potentially cause access violation;
    • Added sfDraft resampling filter with MMX optimization;
    • Added sfCosine resampling filter;
    • Added PixelF/X properties that read and write pixels with antialiasing;
    • SetPixelF/X methods have been deprecated;
    • Added new MMX optimized color algebra routines to GR32_Blend (Add, Subtract, Multiply etc.);
    • Added AntiAliasMode property to TPolygon32 for dynamically changing antialias level at runtime;
    • Added support for 4x supersampling antialias of polygons (significantly faster but with less quality);
    • Unicode support for TBitmap32.Text* and TBitmap32.Rendertext methods;
    • Fixed blending bug (the "not fully opaque" issue);
    • Performance optimizations (MMX) in blending routines and Transforms;
    • Several minor additions and optimizations.

Earlier releases (v0.9 - v1.5.1b)

  • Summary

      v1.5.1b (5 July 2004)

      Changed license to MPL. Everything else is identical with v1.5.1.

      v1.5.1 (8 June 2003)

      Fixed resource leaks in TBitmap32.Canvas and TBitmap32.Font.

      A small bug fix in TRubberbandLayer.MouseMove

      Added a new resampling option which is controlled through the FullEdge variable in GR32_Transforms.pas. To see how it affects resampled image, see the new example in the FineResample_Ex directory. The default value of FullEdge is True; change FullEdge back to False to get resampling results as in previous versions.

      v1.5 (15 January 2003)

      Added packages for Delphi 7. The library should also compile with C++ Builder 6.

      v1.5 beta 2 (27 July 2002)

      Completely rewritten bitmap resampling routines: added DstClip parameter to BlockTransfer and StretchTransfer, added new resampling filters. Warning: sfLinear2 filter has been removed - use sfLinear instead.

      Added new TBitamp32 methods: FlipHorz, FlipVert, Rotate90, Rotate180, and Rotate270. Added TBitmap32.Canvas. Some changes in line drawing routines. Faster implementation of TColor <> TColor32 conversion. Other minor bug fixes.

      v1.4 (29 March 2002)

      Fixed a bug in TAffineTransformation. Exposed matrix transformation routines from GR32_Transforms for external use. Fixed handling of very small scales in TImage32. Fixed a bug in non-MMX blending. Fixed BCB packages. Added LoadFromResourceID and LoadFromResourceName wrappers. Some fixes in stippled lines with clipping (still not perfect, but now it should be more consistent). Added TBitmap32.HandleChanged.

      v1.3 (12 February 2002)

      GR32_CPUid.pas is renamed to GR32_System.pas and extended to handle windows xp visual styles. New implementation for range bars and gage bars. Fixed bugs in projective transformations, polygons, and design-time TBitmap32 editor. After a few tweaks the ImgView_Layers_Ex example should work considerable faster. Removed bgMix style from TArrowBar.Bkgnd as well as glyph properties to make range bars and gage bars compatible with visual styles in WindowsXP. Added a new property TPainBox32.Options.

      I established a new Kagi account, so if you would like to support development of Graphics32 and it successor G32, you are very welcome to make your donation here. Thank you in advance.

      v1.2 (15 January 2002)

      All the units, dfm, etc. files have been renamed from G_*.* to GR_*.*

      Renamed Rect() functions to MakeRect() to provide better BCB compatibility. Renamed TCustomMap.SetSize(Source: TPersistent) to TCustomMap.SetSizeFrom(Source: TPersistent)

      v1.01 (30 December 2001)

      Bug fixes in LineA functions, and scaling 1-pixel size bitmaps. Some steps are taken towards BCB compatibility.

      v1.0 (17 September 2001)

      A small fix in image resampling. Renamed TextOut methods to Textout (I'm not sure, but this might help in BCB compilation).

      v0.99z (13 August 2001)

      Included Borland C++ Builder installation packages. Changed references to a new web site. Fixed bugs with polygons and PaintTo method in TImage32.

      v0.99f (3 August 2001)

      Fixed (I hope) a last small glitch in font resource allocation. A few tune-ups in polygons. Added support for Delphi 6. Design-time and run-time packages have been separated (Note: deinstallation of previous version is required).

      v0.99e (31 April 2001)

      Fixed regarding OnPixelCombine event in TBitmap32. And corresponding code in StretchTransform.

      A couple of new examples added.

      v0.99d (6 February 2001)

      Changed implementation of FillRect* and FrameRect* functions, now the right/bottom line of pixels is excluded. Inverted rectangles (with negative width or height) are considered empty, they are not drawn any more. This behavior should be more consistent with GDI and with other routines in the library.

      Changed a couple of properties in TCustomRangeBar. Now Range and Increment can be of a floating point type and OnGetWindowSize event is substituted with the Window property.

      Added SizeGrip property to TCustomImgView32, as well as changed the order of the repainting a little bit, now the control scale a bit smoother.

      Fixed Win'98 resource leakage in RenderText function.

      Changed UI in the byte maps example.

      Added new example on Graphics32-based custom visual component creation.

      Most likely, this is the final beta release, next one should be v1.0.

      v0.99b

      Removed OnChanging event from all classes. Fixed a bug in TByteMap.Assign.

      A faster MulDiv implementation.

      New mouse events in TCustomImage32 were implemented to simplify mouse interaction with layers. Some internal changes in layer scaling.

      Added the OnDestroy event to layers. Added LOB_NO_UPDATE to layer option bits. Changed TRubberBandLayer to paint itself into the buffer instead of using GDI overlays, removed ResizeOptions and added the OnResizing event.

      Added Dst parameter into layer painting functions and events to support layer flattening operation (See TCustomImage32.PaintTo). Added OnInitStages event to TCustomImage32. Also I'm thinking of replacing the GDI overlays with something more useful and less flickering. It is still in the code but their usage is not recommended.

      Implemented a Sutherland-Cohen line clipping algorithm instead of slower Liang-Barsky.

      Added Flush functions to TPaintBox32 for direct copying of the back buffer to the screen.

      Updated some of the examples.

      v0.99a (25 September 2000)

      Some speed-ups in resampling functions.

      v0.99 (9 September 2000)

      New documentation is available in HTML Help format. Changed unit names. Changed implementation of TImage32 and layers (see docs). New TPaintBox32 does not support layers. TBitmapList32 is renamed to TBitmap32List and a little bit simplified. An couple of bugs fixed in TBitmap32.SetSize. One of them could lead to resource leakage. Also fixed a bug in design-time streaming. TImgView32, a new control introduced in v0.98c is improved and now it is a descendant of TImage32.

      v0.98c (19 July 2000)

      This release is to be considered as beta for v0.99. It contains most of the features planned for v0.99. I release it mostly to check the C++ Builder compatibility, and keep you up-to-date with the current development state. Note, that documentation is not completely updated. DrawLine* functions are changed to Line*. Added an ability to customize bitmap blending equation. Better and faster buffering in TPaintBox32 and its descendants. Perspective transformations are now possible as well. Introduced a new TFixed fixed point data type. A new unit, implementing controls similar to scroll bars is available together with sample control showing how to implement scroll bars with TImage32. Sample control showing how to implement rubber-banding with layers is available as well. New 'X' postfix is introduced to some line drawing routines than operate directly over fixed point arguments.

      v0.98b (3 June 2000)

      Just a few bug fixes.

      v0.98a (22 May 2000)

      A little optimization in TBitmap32.RenderText. A bug in Intensity function fixed. Some fix-ups in PolygonTS.

      v0.98 (17 May 2000)

      Delphi4 compatibility. New MMX optimization code with automatic MMX detection. A small fix in Bresenham's implementation. DrawLine* functions now have parameter controlling drawing of the last pixel. Added MoveTo*, LineTo* functions. Added text blending/antialiasing. Added polylines and polygons. DrawLineA* functions now support line opacity. Added GR32Bench.xls file with performance test results. Some other small fixes. New examples.

      v0.97a (1 May 2000)

      A bug with FillRectS, FillRectTS fixed. Added a SmartResize property to TPaintBox32, it helps to reduce the amount of back-buffer reallocations when the control resizes.

      v0.97 (29 Apr 2000)

      Complete redesign, no more MMX-specific code since the new integer version works just as fast, no more msimg32.dll dependence. New double buffering scheme, new change notification scheme, completely redesigned overlay layers implementation, new scaling and linear trannsformation implementation. Overall speed improevement.

      v0.95 (5 April 2000)

      Added MMX optimization for pixel blending. It is also used to accelerate bilinear interpolation when performing linear transformations. Well, not a huge increase in performance, but still something. Alternative non-MMX code was rearranged to increase the instruction pairing. It works a bit faster now. A few bugs with color algebra were eliminated. A couple of links regarding low-level optimization is added.

      v0.94 (31 March 2000)

      Added a new unit for byte array mapping. A little reorganization in OnChange event generation. Fixed a bug in DrawLineF/FS functions, when the last point (or part of it) was not always there it was supposed to be.

      v0.93 (23 March 2000)

      Added baTile mode to TImage32.BitmapAlign property. Added linear transformations (See documentation). EndUpdate method of TBitmap32 now does not generate change notification. The Changed method must be called explicitly. New example on linear transformation is available. A few improvements in pixel and line antialiasing.

      v0.92a (17March 2000)

      Win95/NT support bug fixed. This version emulates both bitmap transparency and bitmap alpha blending functions from msimg32.dll, however this emulation is not optimized and will be slower compared to msimg32.dll. Some other small bugs found and destroyed.

      v0.92 (16 March 2000)

      Sprite scaling is added. Removed Transparent and UseAlpha from TBitmap32 properties. A new property DrawMode is introduced instead. Windows 95 and NT compatibility compiler directive is added. TImage32 example is updated and Win95/NT version is posted. See updated documentation for details.

      v0.91 (10 March 2000)

      Some changes in TImage32 component to reduce flicker when DoubleBuffered is turned off. Fixed the multithreading example.

      v0.9 (9 March 2000)

      First public release.

       

See Also

Contacts, Donate, Features, License, Naming Conventions