Click Here
home features news forums classifieds faqs links search
6155 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
22 crawler(s) on-line.
 95 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!

/  Forum Index
   /  General Technology (No Console Threads)
      /  vector graphics
Register To Post

PosterThread
asymetrix 
vector graphics
Posted on 4-Jan-2009 18:53:49
#1 ]
Cult Member
Joined: 9-Mar-2003
Posts: 868
From: United Kingdom

How do I find out if images are stored in a PDF as vector format or not?

Some PDF software create PDFs embedding whole images in raster, not vector.

I was interested in embedding vector diagrams in a PDF.

Looking on the internet in hard to find the DOT linux program that converts text language to image/ common vector format.

http://en.wikipedia.org/wiki/DOT_language

Graphvis uses DOT
http://graphviz.org/

and so does ImageMagic version 6.4.8-3
http://imagemagick.org/script/formats.php
http://www.imagemagick.org/Usage/

and also Doxygen Source code documentation generator
http://www.stack.nl/~dimitri/doxygen/

How did I arrive at this stage ?

I wanted to learn the AWK scripting language which showed that XML / document parsing was easy to do.

A document (xml processing with gawk) commented that the diagrams for the XML structure was created using DOT and xgawk handled XML parsing from day one.

Aminet has ImagMagic version 5.5.5 and the supported formats does not list DOT format.

Rather than update ImageMagic to the latest version I want to know which other format is similar in syntax that is supported with this version, to create vector graphics that embeds into a PDF.

ImageMagic is a very powerful tool, lots of file support, conversions, vector processing, effects.

What impact would this software have on other Amiga apps, if it was converted to an Amiga DATATYPE format ?

A universal Image/vector processing datatype.

We can create diagrams, images via a language, automate documentation diagrams, flowcharts, drawing tools, anything !

Automate diagrams of source code, API, XML,CAD !

The questions is which format do you like ?

Just some thoughts....for the New Year !

_________________

 Status: Offline
Profile     Report this post  
yoodoo2 
Re: vector graphics
Posted on 4-Jan-2009 19:03:06
#2 ]
Super Member
Joined: 4-Aug-2003
Posts: 1333
From: Stourbridge, UK

@asymetrix

MindSpace can output its drawings as .svg or pdf format (using the svgtools package).

_________________
Happiness is mandatory.
MindSpace: MindMaps and UML diagrams for OS4

We ran 5 Recursion Computer Fairs before hitting the exit condition

 Status: Offline
Profile     Report this post  
ggw 
Re: vector graphics
Posted on 4-Jan-2009 20:27:34
#3 ]
Super Member
Joined: 24-May-2003
Posts: 1106
From: Austin, TX

@yoodoo2

I was disappointed in the current Amiga datatype for svg. It seems to be just the absolute minimum of support. It would not properly handle any interesting example svg files that I found.

I will say that my short investigation due to a genuine need came many months after I gave MindSpace a try. I could not see then that I had a use for it. My old Pagestream program seemed to cover about the same material.

However, having been through the svg dustup, I can appreciate your efforts a lot more.

So, from your post here, I take it that I can create with MindSpace and take away a finished project in a pdf using svg?

ggw

_________________
..effects of civilization upon...nature, the growing gap between what education was supposed to accomplish and what it consisted of, the national debt and...high taxes, the problem of the excess cost of medical care -- Philip Wylie, 1951

 Status: Offline
Profile     Report this post  
asymetrix 
Re: vector graphics
Posted on 4-Jan-2009 20:51:54
#4 ]
Cult Member
Joined: 9-Mar-2003
Posts: 868
From: United Kingdom

@yoodoo2

MindSpace is PPC OS4 only. I have to wait a few months to get a SAM to try it.

I was also looking for a TXT/parser to create diagrams too. Looks interesting though.

Is it in active development ?

_________________

 Status: Offline
Profile     Report this post  
yoodoo2 
Re: vector graphics
Posted on 5-Jan-2009 19:56:06
#5 ]
Super Member
Joined: 4-Aug-2003
Posts: 1333
From: Stourbridge, UK

@asymetrix

Yes. but slowly.

I'm currently rewriting the whole thing to be more of an Inkscape like thingy. (If I knew what I was doing, I'd be porting Inkscape properly...)

_________________
Happiness is mandatory.
MindSpace: MindMaps and UML diagrams for OS4

We ran 5 Recursion Computer Fairs before hitting the exit condition

 Status: Offline
Profile     Report this post  
yoodoo2 
Re: vector graphics
Posted on 5-Jan-2009 20:00:35
#6 ]
Super Member
Joined: 4-Aug-2003
Posts: 1333
From: Stourbridge, UK

@ggw

Quote:
I take it that I can create with MindSpace and take away a finished project in a pdf using svg?


Yes, with the caveat that text is borked and can cause severe crashes - this is a problem with the current svg datatype.

However, I'll be the first to admit that what you can actually create in MindSpace 1 is rather limited - it was never really intended as a "proper" vector app, but more for knocking up simple diagrams (see my avatar). So no complex fills and gradients, limited support for rotate etc and no support at all for transparencies.



_________________
Happiness is mandatory.
MindSpace: MindMaps and UML diagrams for OS4

We ran 5 Recursion Computer Fairs before hitting the exit condition

 Status: Offline
Profile     Report this post  
ggw 
Re: vector graphics
Posted on 7-Jan-2009 3:09:51
#7 ]
Super Member
Joined: 24-May-2003
Posts: 1106
From: Austin, TX

@yoodoo2

So for now you are depending on the svg datatype?

I guess we need to go cajole that datatype's most recent author, eh?

I'd certainly like to promote svg over flash... its nearest competitor if I understand correctly.

ggw

_________________
..effects of civilization upon...nature, the growing gap between what education was supposed to accomplish and what it consisted of, the national debt and...high taxes, the problem of the excess cost of medical care -- Philip Wylie, 1951

 Status: Offline
Profile     Report this post  
yoodoo2 
Re: vector graphics
Posted on 7-Jan-2009 9:20:09
#8 ]
Super Member
Joined: 4-Aug-2003
Posts: 1333
From: Stourbridge, UK

@ggw

Quote:
So for now you are depending on the svg datatype?


Only for going from svg->pdf or svg->png type operations

you could always use online converters eg here . Don't think zamzar does svg?

Or, away from Amiga, use Inkscape, Scribus or OO.org

TBH I can't imagine there would be that many problems creating a straight forward svg->pdf converter, except for time, as always... Of course, legacy wise, eps might be more useful (and would allow import into FW, Pagestream etc).



_________________
Happiness is mandatory.
MindSpace: MindMaps and UML diagrams for OS4

We ran 5 Recursion Computer Fairs before hitting the exit condition

 Status: Offline
Profile     Report this post  

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle