Print

Print


> 
> On May 3, 2023, at 8:49 PM, charles meyer <[log in to unmask]> wrote:
> 
> My esteemed listmates,
> 
> If I see animated graphics on a Web site, is there any way to look in the
> page source code to detect which software created that animation?

It wouldn’t be in the source code, unless the animation is actually a slideshow that’s being generated by JavaScript.  (Which is useful to allow people to speed up or speed down animations for analysis purposes)

Most others will just tell you the file type, which won’t necessarily tell you what created the file.

If you download it, and open it in an appropriate viewer, you can try to check if there is any metadata attached.  Sometimes the software will write something in there about who and what created the file.

-Joe