PHP Classes

generate eps

Recommend this page to a friend!

      Thumbnail Party  >  All threads  >  generate eps  >  (Un) Subscribe thread alerts  
Subject:generate eps
Summary:class to generate .eps of selected text
Messages:2
Author:Butch Ewing
Date:2007-07-18 21:53:01
Update:2007-07-19 10:53:05
 

  1. generate eps   Reply   Report abuse  
Picture of Butch Ewing Butch Ewing - 2007-07-18 21:53:01
Do you know of a way that I can generate an .eps of selected text? I want to have a web form that on submit generates the results of the form as an .eps.

  2. Re: generate eps   Reply   Report abuse  
Picture of Mickey Chan Mickey Chan - 2007-07-19 10:53:05 - In reply to message 1 from Butch Ewing
It is possible to use ImagicMagick to export EPS image. But it seems need a component named "Ghostscript". You may check your ImageMagick installation is ready for generate EPS image by typing "identify -list format" on your console.

For putting text into a image, you may check here:

imagemagick.org/Usage/text/