... I introduced config.h. I've tested svg output of 0.30.1 with --background-color option. It works fine on Adobe's SVG viewer(Windows Me) and sodipodi...
Masatake YAMATO
jet@...
May 3, 2002 3:37 pm
616
Now Frontline can run as a standing alone program. You don't need sodipodi to try frontline. But you need gnome-1.4 and autotrace-0.30.1. Random memo: - You...
Masatake YAMATO
jet@...
May 6, 2002 2:52 pm
617
During developing frontline, I found some points to improve splines data type of autotrace. I have to access each fields directly to traverse spline elements....
Masatake YAMATO
jet@...
May 6, 2002 3:14 pm
618
Wolfgang, I'd like to use libpstoedit.so in autotrace. However, libpstoedit.so is not installed when I type "make install". Why libpstoedit.so is not...
Masatake YAMATO
jet@...
May 6, 2002 3:21 pm
619
Hello Masatake, simply because I forgot to add this to the Makefile. Thanks - it'll be in the next version. Wolfgang ... From: Masatake YAMATO...
... I'd like to know more. 1. Which files will be installed? pstoedit.h only? 2. Which way is the best to pass autotrace's splines to libpstoedit? I have to...
Masatake YAMATO
jet@...
May 6, 2002 4:01 pm
621
Hello Masatake, I'm not sure how you plan to use libpstoedit.so. I tell you how for example gsview uses it. Gsview tries to load pstoedit.so using dlopen. If...
Wolfgang, thank you for replying. ... This is the plan what I have. I'll call this plan1. However, I don't want to create a temporary file. So, ... this is...
Masatake YAMATO
jet@...
May 8, 2002 3:27 pm
624
Ohaio Masatake, Let me explain some more details about the two plans (plan1 and plan2). For plan1 you would rather need ptoedll.h and not pstoedit.h (although...
I'll add following macros and functions to output.h. And macros in spline.h use output.h. I'll use these output API in frontline. Comments are welcome. ...
Masatake YAMATO
jet@...
May 10, 2002 2:19 am
626
Guten Tag Wolfgang, ... Thank you. I'll inspect the files. ... configure check the existence of libpstoedit.a when building autotrace. If configure cannot find...
Masatake YAMATO
jet@...
May 10, 2002 4:24 pm
627
Hello Masatake, ... From: "Masatake YAMATO" <jet@...> To: <autotrace@yahoogroups.com> Sent: Friday, May 10, 2002 6:16 PM Subject: Re: [AutoTrace] Re:...
Hi, ... Don't forget we are in the world of free software. In this world, when I want to add just another function to your side, your side becomes my side:)...
Masatake YAMATO
jet@...
May 11, 2002 8:52 am
629
I've commited output.h and spline.h. Martin gave me a private mail that said function names in the output.h are too long. So I'll chanage the names soon. ...
Masatake YAMATO
jet@...
May 11, 2002 5:27 pm
630
I've implemented output-pstoedit, new output handler. With this output handler, you don't have to use pipe to call pstoedit. You can call pstoedit functions...
Masatake YAMATO
jet@...
May 12, 2002 4:45 am
631
If you got a SEGV when you choose static color option menu item of the preview window of frontline, try newer libart. It seems that the old libart shipped as...
Masatake YAMATO
jet@...
May 13, 2002 5:32 pm
632
Hello Masatake, I try to answer your questions - see below. Wolfgang ... Looks quite good. There are some questions though. 1. I see two entries for dxf and...
Recently I wrote: Ok - you can now think about a C API, but I see some technical problems. As C++ normally performs quite some code during load and unload time...
Wolfgang, thank you for advices. ... This is not easy to fix. First, I tried doubly defined output writer; I added code that don't display a format name...
Masatake YAMATO
jet@...
May 19, 2002 8:45 am
635
I've put frontline to autotrace CVS repository. You can get the latest frontline sources with module name "frontline". About autotrace CVS repository, see ...
Masatake YAMATO
jet@...
May 24, 2002 8:21 am
636
You can get it from http://autotrace.sourceforge.net/frontline/ . News from 0.3.0: - Gimp plugin - Bug fixes Gimp plugin is still buggy. Masatake YAMATO...
Masatake YAMATO
jet@...
May 28, 2002 6:47 pm
637
I've implemented zoom functions to frontline. See http://autotrace.sourceforge.net/frontline/frontline-zoom.png I'll commit the code to CVS tomorrow....
Masatake YAMATO
jet@...
May 30, 2002 12:31 am
638
After inspecting, I found it is possible to compile frontline only with autotrace in MY HOME DIRECTORY. There is no autotrace version that works well with...
Masatake YAMATO
jet@...
Jun 3, 2002 11:31 pm
639
Possibly we need a kind of libtool for configuration?! ... -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net...
... No, this is only my mistake. However, I think it is time to introduce libtool. I'm working on 0.32 in following topics: - Linking libpstoedit. Even now,...
Masatake YAMATO
jet@...
Jun 4, 2002 9:03 am
641
... After thinking again, Martin is right. If libtool is existed, I could avoid my mistake. BTW, probably, you are at the front of TV:) Masatake...
Masatake YAMATO
jet@...
Jun 4, 2002 9:40 am
642
I've commited pstoedit related code. However, these code works well with newer version of pstoedit, therefore, pstoedit related code are disabled in configure....
Masatake YAMATO
jet@...
Jun 4, 2002 11:56 pm
643
I've commited codes that use libtool. Now, you can use libautotrace.so, a shared library. However, if you use Red Hat Linux 7.2 to build autotrace with...