Create a series of transition frames from the image at Idx - 1 to the image at Idx (and insert them at position Idx). If Idx = 0 then the transition is from a blank frame to the first image. If Idx = Count then the transition is from the last image to a blank frame.
The second overload is primarily used when you need to create a series of frames that show a Pan-Zoom from StartRect to EndRect for the image specified at Idx - 1.
The size to create the transition bitmaps. If either of these are -1 then the size will be the larger of the two images in each dimension. Aspect Ratios will be maintained and any non-image area will be filled with BackgroundColor
BackgroundColor
The color that will be used for blank frames or non-image area (default is clBlack)
ResamplingFilter
The algorithm that is used to improve quality when resizing the source images
When using an iettPanZoom effect this is the portion of the image that is shown at the start
EndRect
When using an iettPanZoom effect this is the portion of the image that is shown at the end
RectMaintainAspectRatio
ImageEn will ensure that the starting and ending rects are automatically adjusted to ensure the resultant image has the correct aspect ratio (iettPanZoom only)
iWidth, iHeight
The size to create the transition bitmaps. If either of these are -1 then the size will be the larger of the two images in each dimension. Aspect Ratios will be maintained and any non-image area will be filled with BackgroundColor
bStretchSmall
If the images are smaller than the transition bitmap size (iWidth x iHeight) should they be stretched to fit (which can lead to distortion)
BackgroundColor
The color that will be used for blank frames or non-image area (Default is clBlack)
ResamplingFilter
The algorithm that is used to improve quality when resizing the source images
Smoothing
In order to reduce the "jumpiness" of pan-zoom effects, transition frames can be alpha blended. A low value will improve smoothness, but increase blurriness. A high value will improve clarity, but increase jumpiness. Typical range is 64 - 196. 255 means no alpha blending (which is best when outputting to a bitmap)