FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » changing from png's to gif's
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: changing from png's to gif's [message #16566 is a reply to message #16563] Sat, 07 February 2004 15:02 Go to previous messageGo to previous message
AzaToth is currently offline  AzaToth   Sweden
Messages: 125
Registered: October 2003
Karma:
Senior Member

Had that problem earlier, then from gif to png, solved it with this one-liner (in tmpl-dir):
 $ for e in $(perl -e 'chdir("../images"); ($i = `ls *.png`) =~ s/\.png//g; print $i'); do perl -pi -e "s/$e\\.gif/$e\\.png/g" *; done


But... Why change back to gif?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Persistent Connections
Next Topic: Getting rid of "Time taken to generate"
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 01:13:25 GMT 2024

Total time taken to generate the page: 0.03949 seconds