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
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
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
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
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-
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
>
> --
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
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
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
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
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.
>
> ___
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
30 matches
Mail list logo