Animated Gif's
-
pottster
- Posts: 2
- Joined: Fri Aug 27, 2010 11:00 am
Animated Gif's
Is there a way to search for animated gif's (excluding non-animated gif's)?
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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.
-
pottster
- Posts: 2
- Joined: Fri Aug 27, 2010 11:00 am
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?
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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?