Re: Exporting vector images

2011-08-17 Thread Richmond Mathewson
http://runtime-revolution.278305.n4.nabble.com/Exporting-vector-images-tp3733066p3748794.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Re: Exporting vector images

2011-08-16 Thread Alejandro Tejada
image. The principle is similar with vector graphics. You just need to store the vector data somewhere in a stack. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Exporting-vector-images-tp3733066p3748794.html Sent from the Revolution - User ma

Re: Exporting vector images

2011-08-15 Thread Mike Felker
Sounds like it was made to code printing rip servers since they were mostly Unix based, widely used alongside Mac computers and utilized postscript. Mike "J. Landman Gay" wrote: >On 8/15/11 3:39 PM, Richmond Mathewson wrote: > If I remember right, EPS was intended for 'nix only, and only

Re: Exporting vector images

2011-08-15 Thread Bob Sneidar
What does the PDF library do with text? Convert it to raster? You can find out. Export to PDF and then open it with a PDF editor. See if you can select the text itself. If the text is selectable, it hasn't done a conversion. If the text is a bunch of vector objects however, you may be in busines

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
Copy/Pasting Unicode text into Open Office Draw or Office Libre Draw allows the textbox to be exported as either EPS or SVG. All of these observations are really tangential as one cannot EXPORT text as a vector image directly from Livecode. ___ use-

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
If I either type or copy/paste some Unicode text into Inkscape it can pump out a vector image of the text "there-and-then". As Inkscape is Open Source, presumably, those who know what they are doing (and I don't) can pick up the vectorisation code from Inkscape's source code and, possibly, inte

Re: Exporting vector images

2011-08-15 Thread Bob Sneidar
Richmond, have a look at this: http://www.stone.com/PStill/PStill.html They have a Windows and a linux version as well I think, although it may be someone else who distributes it. I saw the link for how a developer can use their API to include functionality in their application. This combined wi

Re: Exporting vector images

2011-08-15 Thread J. Landman Gay
On 8/15/11 3:39 PM, Richmond Mathewson wrote: If I remember right, EPS was intended for 'nix only, and only in MetaCard, and only for very early versions of both. I didn't know it ever worked at all on Macs. Why, exactly, was that possibility dropped? Don't know, but I think it stopped befor

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
On 08/15/2011 11:34 PM, J. Landman Gay wrote: On 8/15/11 3:21 PM, Richmond Mathewson wrote: On 08/15/2011 11:14 PM, J. Landman Gay wrote: On 8/15/11 3:04 PM, Richmond Mathewson wrote: If you are feeling really warped you can download the Mac version of Metecard 2.2.5 from Tucows: this requires

Re: Exporting vector images

2011-08-15 Thread J. Landman Gay
On 8/15/11 3:21 PM, Richmond Mathewson wrote: On 08/15/2011 11:14 PM, J. Landman Gay wrote: On 8/15/11 3:04 PM, Richmond Mathewson wrote: If you are feeling really warped you can download the Mac version of Metecard 2.2.5 from Tucows: this requires Mac OS 9 or less. This will allow you to impo

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
On 08/15/2011 11:14 PM, J. Landman Gay wrote: On 8/15/11 3:04 PM, Richmond Mathewson wrote: If you are feeling really warped you can download the Mac version of Metecard 2.2.5 from Tucows: this requires Mac OS 9 or less. This will allow you to import EPS images; they will be invisible in the MC

Re: Exporting vector images

2011-08-15 Thread J. Landman Gay
On 8/15/11 3:04 PM, Richmond Mathewson wrote: If you are feeling really warped you can download the Mac version of Metecard 2.2.5 from Tucows: this requires Mac OS 9 or less. This will allow you to import EPS images; they will be invisible in the MC stack. Save the stack and open in Livecode; y

Re: Exporting vector images

2011-08-15 Thread Bob Sneidar
And the only posters to this list would be from the UK, Asia, South America or Africa (did I miss anyone?) :-) Bob On Aug 15, 2011, at 12:57 PM, John Dixon wrote: > If an American was condemned to confine his activity to his own affairs, he > would be robbed of one half of his existence. ~Ale

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
If you are feeling really warped you can download the Mac version of Metecard 2.2.5 from Tucows: this requires Mac OS 9 or less. This will allow you to import EPS images; they will be invisible in the MC stack. Save the stack and open in Livecode; you can then access the EPS file; although a

RE: Exporting vector images

2011-08-15 Thread John Dixon
> From: b...@twft.com > I am going to go out on a limb here and say that RunRev was approached by > Adobe and asked to "pony up" some exorbitant sum in order to continue to work > with EPS, which offer was refused. But I am only surmising, as removing > working functionality from an applica

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
On 08/15/2011 10:38 PM, Bob Sneidar wrote: I am going to go out on a limb here and say that RunRev was approached by Adobe and asked to "pony up" some exorbitant sum in order to continue to work with EPS, which offer was refused. But I am only surmising, as removing working functionality from a

Re: Exporting vector images

2011-08-15 Thread Bob Sneidar
I am going to go out on a limb here and say that RunRev was approached by Adobe and asked to "pony up" some exorbitant sum in order to continue to work with EPS, which offer was refused. But I am only surmising, as removing working functionality from an application is not typically something any

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
On 08/15/2011 09:19 PM, Bob Sneidar wrote: Short of writing one in C, I am not sure how you are going to do that. Bob On Aug 15, 2011, at 10:43 AM, Richmond Mathewson wrote: As far as I remember Fontographer (I own the Mac Classic version!) is quite capable of exporting glyphs as some s

Re: Exporting vector images

2011-08-15 Thread Bob Sneidar
Short of writing one in C, I am not sure how you are going to do that. Bob On Aug 15, 2011, at 10:43 AM, Richmond Mathewson wrote: > As far as I remember Fontographer (I own the Mac Classic version!) is > quite capable of exporting glyphs as some sort of vector file . . . > > . . . wait

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
As far as I remember Fontographer (I own the Mac Classic version!) is quite capable of exporting glyphs as some sort of vector file . . . . . . wait a minute while I turn on my Mac . . fire up the Classic environment . . . and so on . . . Ar, har, har . . . It can export chars as EPS doc

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
On 08/15/2011 07:13 PM, Bob Sneidar wrote: I should mention that Microsoft plans to end support for Visual Basic scripting soon, so if you have access to an XP machine, I suggest converting all the glyphs yourself and storing them in a folder in your project. Then it may be possible to use the

Re: Exporting vector images

2011-08-15 Thread Richmond Mathewson
On 08/15/2011 07:07 PM, Bob Sneidar wrote: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=50004&lngWId=1 Bob Oh, dear, HARAM, TABOO, SHIBBOLETH, Visual Basic . . . :( Especially on Mac and Linux. ___ use-livecode mailing lis

Re: Exporting vector images

2011-08-15 Thread Bob Sneidar
ck, > using only vector graphics (from the Devawriter TTF font) > > If you send me the vector graphics, I could experiment > with this, to test how feasible it is. > > Al > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/Expo

Re: Exporting vector images

2011-08-15 Thread Bob Sneidar
read the font vector information) > or recreate the text in another group/card/stack, > using only vector graphics (from the Devawriter TTF font) > > If you send me the vector graphics, I could experiment > with this, to test how feasible it is. > > Al > > --

Re: Exporting vector images

2011-08-12 Thread Alejandro Tejada
test how feasible it is. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Exporting-vector-images-tp3733066p3740872.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list

Re: Exporting vector images

2011-08-10 Thread Richmond Mathewson
On 08/10/2011 07:41 PM, Alejandro Tejada wrote: Hi Richmond, Download this: http://andregarzia.on-rev.com/alejandro/stacks/export_vector_graphics_v04.zip Have a nice Day! :-D BUT . . . This super stack exports Vector graphics as vector graphics (wow, that sounds a bit circular), and as suc

Re: Exporting vector images

2011-08-10 Thread Richmond Mathewson
On 08/10/2011 07:41 PM, Alejandro Tejada wrote: Hi Richmond, Download this: http://andregarzia.on-rev.com/alejandro/stacks/export_vector_graphics_v04.zip Have a nice Day! :-D Al Wow! And Thank You 50 thousand times! Richmond. ___ use-livecode m

Re: Exporting vector images

2011-08-10 Thread Alejandro Tejada
Hi Richmond, Download this: http://andregarzia.on-rev.com/alejandro/stacks/export_vector_graphics_v04.zip Have a nice Day! :-D Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Exporting-vector-images-tp3733066p3733514.html Sent from the Revolution - User

Re: Exporting vector images

2011-08-10 Thread Bob Sneidar
g one can make and manipulate vectorised objects insode > Livecode I don't quite see why one should not be able to export vector images. > > I have a lot of people badgering me about exporting vector images of > (Sanskrit) > text just now. > > ___

Exporting vector images

2011-08-10 Thread Richmond Mathewson
I know this is an old chestnut, but . . . Considering one can make and manipulate vectorised objects insode Livecode I don't quite see why one should not be able to export vector images. I have a lot of people badgering me about exporting vector images of (Sanskrit) text jus