Recent

Author Topic: GIF support for TIpHtmlPanel  (Read 4137 times)

shadow

  • New Member
  • *
  • Posts: 11
GIF support for TIpHtmlPanel
« on: June 18, 2013, 10:15:46 pm »
Hello again  :)

Is it possible to enable GIF support in the TIpHtmlPanel component? Sorry, if this question is already answered, but I haven't found anything about this...

Reason: I construct a HTML script in memory with gif images and it would be great when the gifs are animated.

goomoo

  • New Member
  • *
  • Posts: 12
Re: GIF support for TIpHtmlPanel
« Reply #1 on: March 28, 2014, 03:12:58 am »
I have the same question, can someone resolved it?  :)

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: GIF support for TIpHtmlPanel
« Reply #2 on: March 28, 2014, 10:59:27 am »
Have you looked at the source code? Is there e.g. a compiler define there that enables GIF images?
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12300
  • FPC developer.
Re: GIF support for TIpHtmlPanel
« Reply #3 on: March 28, 2014, 01:59:57 pm »
Gif support is disabled because it depends on external libraries.  You need to get one of those libraries (Anders GIF or "ImageLib ILWebImage", the sources seems to indicate the latter is needed for animated) and port them to lazarus, and reenable their support in ipdefine.inc, and then recompile the component.

IIRC Anders GIF had an unclear license, and I don't know Imagelib ILWebImage

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12300
  • FPC developer.
Re: GIF support for TIpHtmlPanel
« Reply #4 on: March 28, 2014, 02:00:49 pm »
I checked SVN logs, and seems nobody worked on something gif related for years.

 

TinyPortal © 2005-2018