HTMLDOC – html2image

On September 22, 2009, in Fedora, LAMP, Linux, PHP, Tips, Tricks, Web Application, by Sandeep Verma

Hits: 123  htmldoc is a powerful simple-to-use tool/utility, which converts HTML to Postscript, PDF or indexed HTML output. # convert /var/www/html/html2img/grid.ps -crop 280×300+40+9 -modulate 100 -geometry 530×480 /var/www/html/html2img/grid.png here convert is ImageMagick tool for manipulating images..

Tagged with:  

txt2img

On September 22, 2009, in LAMP, PHP, Tips, Tricks, by Sandeep Verma

Hits: 45  Here is the code to convert text to image or simply write text on image…. <?php $img=ImageCreate (100,20); $background_color=ImageColorAllocate($img,255,205,255); $textcolor=ImageColorAllocate ($img,203,14,91); ImageString($img,3,5,5,”svnlabs.com!”,$textcolor); ImagePNG ($img, “svnlabs.png”); $img2 = imagerotate ($img, 100, 0); ImagePNG($img2,”svnlabs.png”); ImageDestroy($img); ImageDestroy($img2); ?>

DIV – Overflow Hidden

On September 22, 2009, in LAMP, PHP, Tips, Tricks, by Sandeep Verma

Hits: 53  Today I got a problem to show product title in 2 lines on product’s detail page….. After some R&D……………….. I got solution by CSS to style a DIV with height for 2 line text and then overflow: hidden I also used wordpress to wrap the text in next line for product’s description in 5 [...]

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...