QB64 Phoenix Edition
GIFPlay - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Expanding Horizons (Libraries) (https://qb64phoenix.com/forum/forumdisplay.php?fid=21)
+---- Forum: a740g (https://qb64phoenix.com/forum/forumdisplay.php?fid=55)
+---- Thread: GIFPlay (/showthread.php?tid=2217)

Pages: 1 2


RE: GIFPlay - Petr - 09-21-2024

Thanks for sharing. I've been trying to deal with it too, but haven't finished it.


RE: GIFPlay - a740g - 09-22-2024

(09-20-2024, 07:09 PM)Pete Wrote: Sam, I need you to add slow motion, for my golf swing...

Oh wait, I'm old, better make that 3x speed. That will make me feel much better. Big Grin

I have some image flipping stuff I played around with a decade or so ago, but you had to keep a database of images to call. Very cool if this gets those images straight from a single gif file.

Pete Smile

+1

A speed multiplier is a slick idea. I'll add that to my TODO list.

(09-20-2024, 03:20 PM)Dav Wrote: Nice work on GIFPlay, @a740g.

Was wondering, did you ever write that FLI/FLC player?  I wrote a FLI player in Qbasic years ago (here) which I updated to QB64 code (below).  It's very limited but does play FLI's, here it is if it will help at all.

- Dav 
Thanks @Dav. Honestly, I have not worked on this for a while. FLI/FLC is something I want to do. Thanks for sharing.


RE: GIFPlay - a740g - 09-22-2024

(09-21-2024, 09:47 AM)Petr Wrote: Thanks for sharing. I've been trying to deal with it too, but haven't finished it.

You are welcome.