Page 1 of 2

How to use GIF image using HMG, Example please

Posted: Tue Jul 02, 2013 1:47 pm
by bpd2000
How to use GIF image using HMG, Example please

Re: How to use GIF image using HMG, Example please

Posted: Tue Jul 02, 2013 2:14 pm
by danielmaximiliano
Minigui sample : C:\MiniGUI\SAMPLES\Advanced\AnimatedGif\demo.prg

Re: How to use GIF image using HMG, Example please

Posted: Tue Jul 02, 2013 2:48 pm
by bpd2000
danielmaximiliano wrote:Minigui sample : C:\MiniGUI\SAMPLES\Advanced\AnimatedGif\demo.prg
Dear
It is possible in HMG it self

Re: How to use GIF image using HMG, Example please

Posted: Tue Jul 02, 2013 4:58 pm
by danielmaximiliano
estoy modificando el ejemplo de minigui / I'm modifying the example minigui

Re: How to use GIF image using HMG, Example please

Posted: Tue Jul 02, 2013 5:17 pm
by esgici
esgici wrote:
bpd2000 wrote:How to use GIF image using HMG, Example please
<C:\hmg>\HFCL\Samples\BosTaurus\demo13
Added later ( 14.6.2014 ) :

- "animated" prerequisite added later to this topic

- why this image is missing ? :
missing image
missing image
missingImage.PNG (12.58 KiB) Viewed 4763 times

Re: How to use GIF image using HMG, Example please

Posted: Tue Jul 02, 2013 5:31 pm
by danielmaximiliano
I had forgotten that example.
C:\hmg.3.1.4\HFCL\Samples\BosTaurus\demo13
the demo13 adds using GIF file but no movement.
13 adds.png
13 adds.png (179.94 KiB) Viewed 5391 times

.
here is the modification of HMG example Ext
AnimatedGif.rar
(103.06 KiB) Downloaded 1054 times

Re: How to use GIF image using HMG, Example please

Posted: Tue Jul 02, 2013 8:00 pm
by srvet_claudio
Animated GIF is a file with multiple subimages (in graphic animation is called sprites), that you have to extracted and then display them sequentially, e.g using SET TIMER.

Graphic animation examples in HMG can be seen at:
viewtopic.php?p=11806#p11806

Re: How to use GIF image using HMG, Example please

Posted: Tue Jul 02, 2013 11:11 pm
by andyglezl
Hola Daniel

Debe tener alguna caracteristica especial en el archivo Gif ?

Tengo algunos Gif's y no me los reproduce bien...
-----------------------------------------------------------
Hi Daniel

Must have some special feature Gif file?

I have some Gif's and I do not play them well ...

Re: How to use GIF image using HMG, Example please

Posted: Wed Jul 03, 2013 12:30 am
by danielmaximiliano
andyglezl wrote:Hola Daniel

Debe tener alguna caracteristica especial en el archivo Gif ?

Tengo algunos Gif's y no me los reproduce bien...
-----------------------------------------------------------
Hi Daniel

Must have some special feature Gif file?

I have some Gif's and I do not play them well ...
Hola Andy, utilize la pagina http://picasion.com/es/get-resized/ para cambiar el tamaño del archivo ani-free.gif
el tamaño original 50 pixel hasta 350 pixel y se reproduce bien, habria que ver la Info del archivo original con Irfanview y ver la diferencia con tus archivos gif.

http://es.wikipedia.org/wiki/Graphics_I ... nge_Format
AnimatedGif_2.rar
(2.57 MiB) Downloaded 312 times

Re: How to use GIF image using HMG, Example please

Posted: Wed Jul 03, 2013 3:59 am
by bpd2000
Thanking you all

Image