[TAG] Eml to tiff converter

Raj Shekhar rajlist2 at rajshekhar.net
Fri Aug 8 06:42:51 MSD 2008


in infinite wisdom Kat Tanaka Okopnik spoke thus  On 08/04/2008 11:33 PM:
> On Fri, Aug 01, 2008 at 08:06:51AM -0700, Smile Maker wrote:
>> --- On Fri, 8/1/08, Kat Tanaka Okopnik <kat at linuxgazette.net> wrote:
>>
>> Even if it is possible to convert HTML to any image format is also Ok.
>> But there should be some command line option there, so that I can do the same for more files through the script
>>
>> BTW,my posts will be in plain test from now on :)
> 
> I think I *finally* understand your initial question. You want to take
> something which is an .html file, and turn it into an image?

Yes, you can take a text file and convert it into an image.  Please put 
your hand together for the swiss army knife for image manipulation - 
Imagemagick.

You can use the convert command (part of imagemagick package) to do 
this.  For example, I want to convert the file mysig.txt into an image. 
  Here is how to do it

``
convert label:@mysig.txt ~/dump/mysig.png
''

For more tips on how to control the colors, font etc., check out the 
excellent tutorial at http://www.imagemagick.org/Usage/text/
-- 
raj shekhar
facts: http://rajshekhar.net
opinions: http://rajshekhar.net/blog
I've never made anyone's life easier and you know it!




More information about the TAG mailing list