WPTools5 does not support GIF?

  • It seems WPTools5 doesn't support GIF image.
    I added GIFImage.pas and added {$DEFINE GIFIMG} in WPOBJ_Image.pas and then I use

    Code
    TWPCustomRichText.InsertGraphicDialog()

    to insert a GIF like this:

    Code
    _RichText.InsertGraphicDialog(Filter)


    The GIF image can be inserted, but can not be save. It will lost when save the file.

    So, how can I insert a GIF image? thanks!