Search found 16 matches

by strgg
2012-04-30T18:58:22-07:00
Forum: Users
Topic: Text to Image - massive usage of Ressources compared to GD
Replies: 8
Views: 13968

Text to Image - massive usage of Ressources compared to GD

Hello community I try to transform text to image with 2 simple lines of code: $content = file_get_contents("longtextclean.txt"); exec('convert -background transparent -fill orange -font Arial -pointsize 12 -interline-spacing -5 -size 3500x3500 caption:"'.$content.'" textimage.png...