Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
(Moderator:
Ask
) »
Tweening of 2 Coloured Images: Now Saving Animated Gif (Yay)
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Something is wrong with t...
by
ALLIGATOR
[
Today
at 10:28:46 am]
Simple Sine Table Generat...
by
TRon
[
Today
at 10:28:35 am]
External ACCESS VIOLATION...
by
AgriMensor
[
Today
at 10:03:29 am]
TBCFluentProgressRing bug
by
circular
[
Today
at 09:54:34 am]
I can write your README.m...
by
schuler
[
Today
at 09:23:45 am]
Unable to access the wiki
by
Fibonacci
[
Today
at 09:00:48 am]
F8 acts like F9
by
440bx
[
Today
at 08:03:42 am]
Console position question
by
440bx
[
Today
at 07:03:16 am]
Animated Lines in a Circl...
by
Boleeman
[
Today
at 06:33:21 am]
Intuit Quickbooks Desktop...
by
dodgebros
[
Today
at 06:07:47 am]
Hnefatafl Viking-Chess(ra...
by
Guva
[
Today
at 04:49:01 am]
Little Red Riding Hood (t...
by
gerbil76115
[
Today
at 04:17:07 am]
Z Index Demo
by
Gigatron
[
Today
at 02:04:17 am]
A little bug in fpsimages...
by
wp
[
Today
at 12:31:24 am]
Selecting Memo lines drif...
by
munair
[May 16, 2025, 11:12:22 pm]
Idea how to quickly fix a...
by
ALLIGATOR
[May 16, 2025, 09:44:54 pm]
File extensions, pas & pp...
by
PeterBB
[May 16, 2025, 08:55:54 pm]
BGRAGtkBitmap
by
Fred vS
[May 16, 2025, 08:29:17 pm]
Does TIpHtmlPanel support...
by
wp
[May 16, 2025, 07:20:01 pm]
Lazarus Release 4.0
by
TBMan
[May 16, 2025, 07:06:34 pm]
Break program and debug
by
MarkMLl
[May 16, 2025, 05:11:32 pm]
FPC 3.2.2 + NASM Windows ...
by
paule32
[May 16, 2025, 03:29:55 pm]
Range check, converting e...
by
tetrastes
[May 16, 2025, 02:42:33 pm]
Mandel3D and OpenGL
by
Boleeman
[May 16, 2025, 02:11:27 pm]
Animated Oscillating Line...
by
Boleeman
[May 16, 2025, 01:34:10 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Tweening of 2 Coloured Images: Now Saving Animated Gif (Yay) (Read 1245 times)
Boleeman
Hero Member
Posts: 907
Tweening of 2 Coloured Images: Now Saving Animated Gif (Yay)
«
on:
September 01, 2024, 08:44:18 am »
Converted some Delphi code and
added Endless Play back animation features
.
Loads only bmp and needs to be 24bit and same sized.
Transparent pngs would be nice and make it so it can load other formats and make images same sized if loaded with different sizes.
Also
would like an export to animated gif or avi.
Might need to be convert from TImage to bgrabmp.
Just added a save the displayed tween frame to png.
«
Last Edit: September 03, 2024, 01:04:27 pm by Boleeman
»
Logged
paweld
Hero Member
Posts: 1367
Re: Tweening of 2 Coloured Images: extra features needed.
«
Reply #1 on:
September 01, 2024, 11:01:09 am »
Added BGRABitmap support:
- support formats: bmp, png, jpg, gif
- support for transparency
- auto resizing second image
Edited few minutes later: removed memory leaks
«
Last Edit: September 01, 2024, 11:16:12 am by paweld
»
Logged
Best regards / Pozdrawiam
paweld
Boleeman
Hero Member
Posts: 907
Re: Tweening of 2 Coloured Images: extra features needed.
«
Reply #2 on:
September 01, 2024, 11:36:51 am »
Thanks for helping out Paweld.
Ah I see you did some fixes.
Was getting these errors.
List out of bounds.
Also not Tweening midway on some occassions.
Also Reset not working.
I will test your new update.
I appreciate your help. Thanks.
What I noticed after testing your fix:
After loading the images and moving the trackbar I get the Tweening happening.
If I click Create Sequence and then click either
Show Tween
or
Show Seq Fwd Back Buttons
the the tweening stops working until the very end.
If I then click Reset and move the trackbar I get the Tweening happening again, but then I get a List Index (0) out of bounds error when I click either
Show Tween
or
Show Seq Fwd Back Buttons
.
«
Last Edit: September 01, 2024, 11:58:00 am by Boleeman
»
Logged
paweld
Hero Member
Posts: 1367
Re: Tweening of 2 Coloured Images: extra features needed.
«
Reply #3 on:
September 01, 2024, 12:16:22 pm »
fixed
Logged
Best regards / Pozdrawiam
paweld
Boleeman
Hero Member
Posts: 907
Re: Tweening of 2 Coloured Images: extra features needed.
«
Reply #4 on:
September 01, 2024, 12:31:50 pm »
Wow Paweld that last update works well.
I tried fixing the errors but was going round in circles.
Like how you made the frame number for the saved png.
That is a good feature for saving to an animation.
Paweld, I also tested two transparent pngs of 2 different sizes.
The saved png was also saved transparently.
Worked well. Success. Hooray !
Thanks Paweld for those great additions.
«
Last Edit: September 01, 2024, 12:53:33 pm by Boleeman
»
Logged
Boleeman
Hero Member
Posts: 907
Re: Tweening of 2 Coloured Images: Extra features added by Paweld. Thanks.
«
Reply #5 on:
September 01, 2024, 01:06:33 pm »
Sorry to bother again.
Was getting a Heap trace message after ending the program.
Also the release version file size seems unusually large. Not sure why?
Logged
paweld
Hero Member
Posts: 1367
Re: Tweening of 2 Coloured Images: Extra features added by Paweld. Thanks.
«
Reply #6 on:
September 01, 2024, 01:11:46 pm »
Menu:
Project > Project options
, on options tree
Compiler options > Debugging
uncheck
Use Heaptrc unit
and
Trash variables
. I enabled this options to check mem leaks.
Logged
Best regards / Pozdrawiam
paweld
Boleeman
Hero Member
Posts: 907
Re: Tweening of 2 Coloured Images: Extra features added by Paweld. Thanks.
«
Reply #7 on:
September 02, 2024, 09:35:28 am »
Paweld, Yes that was it. Turn of Heap Trc and Trash Variable. Release exe file back to normal size and message gone.
Thanks for your great help on this Tween program. Much appreciated Paweld.
Logged
Boleeman
Hero Member
Posts: 907
Re: Tweening of 2 Coloured Images: Extra features added by Paweld. Thanks.
«
Reply #8 on:
September 02, 2024, 10:10:44 am »
I tried saving to animated gif with this code but I get an access violation:
Code: Pascal
[Select]
[+]
[-]
procedure
TFormTween
.
btbMakeAnigifClick
(
Sender
:
TObject
)
;
var
GifImage
:
TBGRAAnimatedGif
;
i
:
Integer
;
Speed
:
Integer
;
bmp
:
TBGRABitmap
;
ResizedBmp
:
TBGRABitmap
;
png
:
TPortableNetworkGraphic
;
ms
:
TMemoryStream
;
begin
Speed
:
=
SpinEditDelay
.
Value
;
GifImage
:
=
TBGRAAnimatedGif
.
Create
;
try
GifImage
.
SetSize
(
ImageTween
.
Width
,
ImageTween
.
Height
)
;
GifImage
.
LoopCount
:
=
0
;
for
i
:
=
0
to
ImageSequence
.
Count
-
1
do
begin
png
:
=
ImageSequence
[
i
]
as TPortableNetworkGraphic
;
bmp
:
=
TBGRABitmap
.
Create
;
try
ms
:
=
TMemoryStream
.
Create
;
try
png
.
SaveToStream
(
ms
)
;
// Save PNG to memory stream
ms
.
Position
:
=
0
;
bmp
.
LoadFromStream
(
ms
)
;
// Load from memory stream to TBGRABitmap
// Resize bitmap if necessary
if
(
bmp
.
Width
<> GifImage
.
Width
)
or
(
bmp
.
Height
<> GifImage
.
Height
)
then
begin
ResizedBmp
:
=
bmp
.
Resample
(
GifImage
.
Width
,
GifImage
.
Height
)
;
try
GifImage
.
AddFullFrame
(
ResizedBmp
,
Speed
)
;
finally
ResizedBmp
.
Free
;
end
;
end
else
begin
GifImage
.
AddFullFrame
(
bmp
,
Speed
)
;
end
;
finally
ms
.
Free
;
end
;
finally
bmp
.
Free
;
end
;
end
;
GifImage
.
OptimizeFrames
;
if
SaveDialog1
.
Execute
then
begin
if
SaveDialog1
.
FileName
<>
''
then
begin
GifImage
.
SaveToFile
(
ChangeFileExt
(
SaveDialog1
.
FileName
,
'.gif'
)
)
;
end
else
begin
ShowMessage
(
'No file name specified.'
)
;
end
;
end
;
finally
GifImage
.
Free
;
end
;
end
;
«
Last Edit: September 02, 2024, 04:16:10 pm by Boleeman
»
Logged
circular
Hero Member
Posts: 4415
Re: Tweening of 2 Coloured Images: Save Animated Gif Problems.
«
Reply #9 on:
September 02, 2024, 07:23:56 pm »
Hmm not sure why you would get an error. If you enabled debug info, what is the stack trace?
Logged
Conscience is the debugger of the mind
Boleeman
Hero Member
Posts: 907
Re: Tweening of 2 Coloured Images: Save Animated Gif Problems.
«
Reply #10 on:
September 03, 2024, 01:03:44 pm »
Circular, Access violation solved: Missing BGRAColorQuantizerFactory := TBGRAColorQuantizer;
Cannot believe it. I remembered from
https://forum.lazarus.freepascal.org/index.php/topic,68394.0.html
that I needed to add it because I was getting a similar Acess Violation error.
The animated gif gets quite large if there are a lot of tween frames.
I made a sample animated gif with only 3 frames (slowed down) due to file size limit of attachments.
Takes a while to render the animated gif. Not sure why. Maybe TBGRAColorQuantizer ?
«
Last Edit: September 03, 2024, 01:11:29 pm by Boleeman
»
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Graphics and Multimedia
»
Graphics
(Moderator:
Ask
) »
Tweening of 2 Coloured Images: Now Saving Animated Gif (Yay)
TinyPortal
© 2005-2018