Creative, Informative and Entertaining Stuff for everyone

Wednesday May 23rd 2012

Categories

Archives

Calender

August 2009
S M T W T F S
« Jul   Oct »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Archive for August, 2009

nl2br in perl

How to replace new line character with br $tempString = "Hello is testing for new line\n to br"; $tempString =~ s/\n/<br\/>/; output = "Hello is testing for new line to br";

How to convert bitmap image(.jpg , .jpeg, .gif, .png) to vector format (.ai , .eps, .svg)

For converting bitmap image to vector image you need to have autotrace library installed . If you not installed you can install that bu using the command "yum install autotrace". Follow the instruction step till the installation is complete. Once its installed you can use the below command to convert the image to vector format. $ autotrace [...]