Animated Gif's
Animated Gif's
Is there a way to search for animated gif's (excluding non-animated gif's)?
Re: Animated Gif's
Seemingly an animated GIF will have the string, "NETSCAPE2.0" in its header, so a search for that should turn up your wanted GIFs.
Or any other program that will search file contents.
Not something for Everything to do.
Code: Select all
grep -F "NETSCAPE2.0" *.gif
Not something for Everything to do.
Re: Animated Gif's
Thanks for the suggestion. Much appreciated.
Would I have to use a Grep search tool to use this search?
Would I have to use a Grep search tool to use this search?
Re: Animated Gif's
Doesn't have to be grep. There are a multitude of tools to search within files.
Or maybe even a picture viewer program, that can filter by .gif, & then further enumerate animated .gif?
Or maybe even a picture viewer program, that can filter by .gif, & then further enumerate animated .gif?