Re: Export a Canva to a Bitmap image
"John" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.tk |
|---|---|
| Message-ID | <008b01c4d5e1$59dcb190$747882c3@jonsof> |
I am looking something for windows systems. I can write greek in the canvas so when i export the canvas as a postscript file then it doesn't keep the encoding (iso-8859-7) What can i do for that? ----- Original Message ----- From: "Jean-Pierre Vidal" <[email protected]> To: <[email protected]> Cc: <[email protected]> Sent: Sunday, November 28, 2004 7:16 PM Subject: Re: Export a Canva to a Bitmap image > Le samedi 27 Novembre 2004 14:58, [email protected] a écrit : > > Can this be done? > > > > By clicking a button to export a Canva with all the drawn circles, > rectangles > > and texts as well to a bmp file. > > -++**==--++**==--++**==--++**==--++**==--++**==--++**== > > This message was posted through the Stanford campus mailing list > > server. If you wish to unsubscribe from this mailing list, send the > > message body of "unsubscribe ptk" to [email protected] > > > > > On linux : > > $canvas->postscript(..., -file => 'file.ps', ... ); > > # Then use converters: > > `pstopnm -stdout file.ps > file.pnm`; > `ppmtobmp file.pnm > file.bmp`; > > It is not very satisfying, but it works. > > JPV > > -++**==--++**==--++**==--++**==--++**==--++**==--++**== > This message was posted through the Stanford campus mailing list > server. If you wish to unsubscribe from this mailing list, send the > message body of "unsubscribe ptk" to [email protected] -++**==--++**==--++**==--++**==--++**==--++**==--++**== This message was posted through the Stanford campus mailing list server. If you wish to unsubscribe from this mailing list, send the message body of "unsubscribe ptk" to [email protected]