Page 1 of 1

Exist an image format in ascii/ansi ?

Posted: 2011-04-05T07:58:32-07:00
by myspacee
Hello to all,
I'm working for a newspaper. I've a strange question.

I need to update some value in a table (sports standings);
my system accept some common images format (tif, pdf, eps, ps).

Exist an image format in plain text, that i can use to replacing some values,
and the convert to a supported image format ? (tif, pdf, eps, ps)
(replacing is demanded to a third part application)

I'm sorry for bad english, any help will be appreciated,

m.

Re: Exist an image format in ascii/ansi ?

Posted: 2011-04-05T09:59:41-07:00
by fmw42

Re: Exist an image format in ascii/ansi ?

Posted: 2011-04-05T13:44:03-07:00
by myspacee
hard way,
i must calc all coordinates everytime, to put my values in a template.

think about Latex format, anyone have experience with this ?
http://en.wikipedia.org/wiki/LaTeX

IM can manipulate its object ?

m.

Re: Exist an image format in ascii/ansi ?

Posted: 2011-04-05T19:21:04-07:00
by anthony
Latex generates vector images in the form of DVI. That can ve converted to Postscript and PDF which IM can handle via its ghostscript delegate.

However the DVI can also be directly converted to image formats I believe! Not certain, its been nearly a decade since I used TeX and LaTeX.

Re: Exist an image format in ascii/ansi ?

Posted: 2011-04-09T03:29:04-07:00
by vonbiber
In the texmf distribution there is a tool that allow you to convert a dvi file to png:
dvipng [options] yourfile.dvi
(you can 'man dvipng' for more details)
There's a similar tool for a gif output: dvigif