Re: [swfmill] svg conversion to flash

2006-10-24 Thread Martin Ficzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
daniel fischer schrieb:

 is there a documtentation howto build swfmill on windows/eclipse
 (wich compilers / tools etc. are necessary) i would like to play
 around a bit

 wheep, no. swfmill builds with autoconf, plus a manual step (i'm
 afraid). on windows, you might try to use either mingw or cygwin
 with autotools and gcc, or try to get it into eclipse (likely by
 digging into ant-- if you go for that task, i can detail you the
 neccessary build steps).
i will try to find a way to build swfmill using  eclipse, ant, mingw
... that can take some time

regards Martin

- --
Martin Ficzel, Dipl.Ing.Architektur(FH)   a   r   T   e  c  _
Entwicklung, Visualisierung, Grafik,  visual solutions / |  /|
  |/_|
[EMAIL PROTECTED]   | /  | /
Fon: 030 / 884684-0 | Fax: 030 / 884684-15|/___|/

Gottfried-von-Cramm-Weg 35-37 | D-14193 | http://www.artec-berlin.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFFPdgsKzittp3xLw4RAr4rAJ9wZwyPsnLj2eNFsSBlA51psEy7fACglPBD
EFbTOatgRXCrVjBiUCg7oDg=
=bb3X
-END PGP SIGNATURE-


___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] svg conversion to flash

2006-10-23 Thread daniel fischer
Martin Ficzel [EMAIL PROTECTED] (on Thu, 19 Oct 2006 12:41:23 +0200):

Martin, 

i had a closer look and there are some issues (too many to be fixed all too 
quickly). your assumptions are quite correct, if you can fix some things please 
do :)

while i don't have the time ATM, i added a ticket so i dont forget (or a bored 
developer comes around :) - http://swfmill.org/trac/ticket/12


   is there a documtentation howto build swfmill on windows/eclipse (wich
   compilers / tools etc. are necessary) i would like to play around a bit

wheep, no. swfmill builds with autoconf, plus a manual step (i'm afraid). on 
windows, you might try to use either mingw or cygwin with autotools and gcc, or 
try to get it into eclipse (likely by digging into ant-- if you go for that 
task, i can detail you the neccessary build steps).

sorry i have no better news for now.

-dan


-- 
http://0xDF.com/
http://iterative.org/

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] svg conversion to flash

2006-10-19 Thread Martin Ficzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 


 hi everyone. i think i know the problem. i adressed the
 invisible svg in a post in september. the shapes are probably
 invisible because they are converted to white and transparent.
 swfmill accepts only inkscape type styling with style attributes:
  path style=fill:#00 .../
autotrace generates the swf exactly in this way ... additionally that
does not explain the filesize of  70bytes even invisible clips need memory
the main difference is that there are no namespaces defined and no
metadata included

*autotrace result *
- - after inserting the headers from another inkscape the content was
imported but with many mistakes.
- - after opening the file and saving in inkscape (so the headers were
corrected) the import went well

the only changes inksacpe made were adding attributes to the svg tag,
adding the defs tag and adding the sodipodi:namedview tag

*with the tiger.svg i acieved the following results

*- after importing in inkscape and exporting noting was visible but
inkscape crearted several import errors
- - after ungrouping and converting to path the vector information was
imported correctly baut the some colors were not transformed properly
- named colors are wron converted
- short colors like #fcc or white were imported wrong

the conversions inkscape did were
- adding the headers as above
- removing tht g's around the path tags
- converting style infos (see examples below)
- style=fill: #ff; stroke:#00; stroke-width:0.172 
style=fill:white;stroke:black;stroke-width:0.1721
- style=fill: #cc  style=fill:#ccc

i still try to find out wich changes made swiffmill crash during
potrace import.

regards Martin
 if you generated your svg with another program, it is likely all
 normal attributes: path fill=#00 .../

 smfmill won't find the style attribute, and will convert the
 style to white and fully transparent.

 as a workaround, you can try and run your svg files through
 inkscape (i.e. load and them save again with inkscape). afaik
 inkscape will then apply the style attribute, making the shapes
 convertible with swfmill.

 this was the earlier post:

http://osflash.org/pipermail/swfmill_osflash.org/2006-September/000956.html


 _
  Express yourself instantly with MSN Messenger! Download today
 it's FREE!
 http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


 ___ swfmill mailing
 list swfmill@osflash.org
 http://osflash.org/mailman/listinfo/swfmill_osflash.org




 -- Martin Ficzel, Dipl.Ing.Architektur(FH)   a   r   T   e  c
 _ Entwicklung, Visualisierung, Grafik,  visual solutions
 / |  /| |/_| [EMAIL PROTECTED]
 | /  | / Fon: 030 / 884684-0 | Fax: 030 / 884684-15
 |/___|/

 Gottfried-von-Cramm-Weg 35-37 | D-14193 |
 http://www.artec-berlin.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFFN00DKzittp3xLw4RAkm6AJ0Z+eykER3A2dyqoDnfQRj2RrNzNwCgnBYd
LMZVKoB8dNFjD8pSCcswlAA=
=yCgN
-END PGP SIGNATURE-


___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] svg conversion to flash

2006-10-18 Thread daniel fischer
Martin Ficzel [EMAIL PROTECTED] (on Wed, 18 Oct 2006 14:53:10 +0200):

   PS: shall i send you the svg files wich made swfmill crash

yes please, also the ones that dont crash but are invisible.

thx,
-dan

-- 
http://0xDF.com/
http://iterative.org/

___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org


Re: [swfmill] svg conversion to flash

2006-10-18 Thread Martin Ficzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
daniel fischer schrieb:
 Martin Ficzel [EMAIL PROTECTED] (on Wed, 18 Oct 2006
 14:53:10 +0200):

 PS: shall i send you the svg files wich made swfmill crash

 yes please, also the ones that dont crash but are invisible.
additionally i tested the tiger.svg image from  http://www.levien.com/svg/

with the same result as with autotrace ... 70b swf and nothing to see

regards Martin

- --
Martin Ficzel, Dipl.Ing.Architektur(FH)   a   r   T   e  c  _
Entwicklung, Visualisierung, Grafik,  visual solutions / |  /|
  |/_|
[EMAIL PROTECTED]   | /  | /
Fon: 030 / 884684-0 | Fax: 030 / 884684-15|/___|/

Gottfried-von-Cramm-Weg 35-37 | D-14193 | http://www.artec-berlin.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFFNjCwKzittp3xLw4RAvc3AJ0SO6A/DvTM/kB53fFU9O/NULAN5gCcDYWt
Uh0HrhBu6RncEdVoDi7VM4Y=
=Wvdw
-END PGP SIGNATURE-


___
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org