mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] How to output png or jpg inside a session ?


Chronological Thread 
  • From: "chu-ching huang" <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] How to output png or jpg inside a session ?
  • Date: Thu, 29 Jan 2009 16:56:27 +0800

On Wed, 28 Jan 2009 16:12:45 +0100, Corcelle wrote
> Hello,
>
> Writing a plugin for TeXmacs, it's easy to output an eps image
> within a session. For exemple with :
>
> echo -n $DATA_BEGIN
> echo -n ps:
> cat $ FILE.eps
> echo -n $DATA_END
>
> I can't find how to output a jpg or png file to be able to have
> transparency in TeXgraph outputs.
> If someone could tel me how to do this or where to find informations
> it would be great.
>
How about use convert(Imagemagick):
convert file.jpg fire.eps
and output the eps in the session.

Best regards,

cch



Archive powered by MHonArc 2.6.19.

Top of page