Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: mogrify

26 May

Convent Ico to Gif

This will convert all the ico files in the folder to gif. It uses the final frame of the ico file to create the gif.


for i in *.ico; do convert `mogrify -identify i|awk '{print1}'|tail -n1` $i.gif;  done   
admin Posted in Command Line, Linux awk, convert, favicon, ico, icon, mogrify Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑