About site: CAD and CAM/Raster to Vector - AutoTrace
Return to Computers also Computers
  About site: http://autotrace.sourceforge.net/

Title: CAD and CAM/Raster to Vector - AutoTrace Platform independent program for converting bitmap to vector graphics distributed under GPL.
PanzerCAD_Home_Page VectorWorks enhancements, like the ViewPack and Doodle, and CAD services.

BimsanNet Web site templates and high resolution photos.

Stereo_Link Offers USB audio products compatible with all formats: mp3, CD, Liquid Audio, Quicktime, and streaming. True Plug and play for Windows, Mac and Linux.

RFC_1680 IPng Support for ATM Services. C. Brazdziunas. August 1994.

IDEAlliance__XML Overview, glossary, news flashes, books and conferences.

Wacky_Background Original computer generated graphics tiles for websites or the computer desktop. All images are 256 X 256 and free.


  Alexa statistic for http://autotrace.sourceforge.net/





Get your Google PageRank






Please visit: http://autotrace.sourceforge.net/


  Related sites for http://autotrace.sourceforge.net/
    The_Code_Library A collection of ASP, JavaScript, CSS, DHTML, HTML sources and tips.
    vCard_Overview Discuess features and applications of vCard. (Internet Mail Consortium)
    Pennine_Software Consultancy situated in rural Teeside.
    The_Usually_Useful_Internet_Guide_for_Journalists An Internet guide for journalists. Created for those who want to have a better understanding of the Internet and its potential as a journalistic research tool.
    Wang,_Drew Real time embedded operating system (RTOS) VxWorks Software development. Resume. Photos. Links.
    RFC_2291 Requirements for a Distributed Authoring and Versioning Protocol for the World Wide Web. J. Slein, F. Vitali, E. Whitehead, et al. February 1998.
    Hobbes OS/2 shareware and freeware archive.
    Liu,_Darrel__-_Darrel\'s_Blog Software programs, thoughts and related documents from the author.
    Mac_takes_bite_out_of_Windows Switching and the growing Mac user base. (free registration required) (November 7, 2005)
    TRANSVALOR_Software_Solutions Metal and plastic forming, including forging, cogging, extruding, bending, thermoforming, and blow molding.
    Examware_Access_Resources Set of resources including tutorials, discussion forums and other resources.
    Asilla_Software An easy to use database program for private or commercial use. Provides FAQs and downloads.
    Java_Channel Collaborative database of reviews about resources.
    RFC_1284 Definitions of Managed Objects for the Ethernet-Like Interface Types. J. Cook. December 1991.
    Across_Grids_Conference 1st European Across Grids Conference. February 13–14, Santiago de Compostela, Spain.
    DataDisc CD manufacturing, with short runs to millions.
    Haskell_Tutorial A tutorial on Haskell from Walla Walla College
    Rosiedog_Creative_Design_Studio Offers web design, logo design and graphic design. Based in Las Vegas.
    Bubblemint Provides web and graphics design with advertising and print media services. Based in Brussels, Belgium.
    HTMLLabel A practical and versatile HTML renderer packaged as a lightweight ActiveX control intended specifically for enhance software with HTML. [Commercial]
This is websites2007.org cache of m/ as retrieved on 2008.10.07 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
AutoTrace AutoTrace logo AutoTrace - converts bitmap to vector graphics IntroductionInstallation Features Screenshots Documentation Download Bugs Contributions Contributors History Links Contact SourceForgeLogo     News AutoTrace now also available online. [01/28/04] Delineate 0.5 has been released. [12/28/03] Delineate 0.4 has been released. [11/05/03] Delineate 0.2 has been released. Delineate is another GUI front end for autotrace written in Java. [9/13/03] First public release of frontline, a Gnome/Gtk+ based GUI front end for autotrace. With frontline you are able to set trace options via GUI and preview trace results quickly. [11/12/02] New release 0.31.1 available for download. Fixed compile time error, centerline tracing , dr2d and dxf output [11/09/02] Grrr: There is a program that is comparable to AutoTrace: ScanFont 3.0. Please help to make AutoTrace better than this program! A demo for Windows could be downloaded here. [10/08/99] Call for Help: AutoTrace needs more import/export filters, porting to other platforms, ... Who wants to help developing these parts? [09/23/99] AutoTrace mailing-list started. Look at Yahoo! Groups for subscription or send an email to autotrace-subscribe@yahoogroups.com and subscribe automatically. [09/21/99] Introduction Welcome to AutoTrace - a program for converting bitmap to vector graphics. The aim of the AutoTrace project is the development of a freely available application with a functionality similar to CorelTrace or Adobe Streamline. I hope that it will become better than all commercially available programs. In some aspects it is already better. AutoTrace is free software. AutoTrace is distributed under the term of GNU GPL. Installation AutoTrace currently comes in source code and some binaries - you have to compile the package for other platforms yourself. After downloading the archive, unpack the distribution and use make to compile it. Features Here is a short description of currently supported formats: Inputformats BMP, TGA, PNM, PPM, PGM, PBM and those supported by ImageMagick. Exportformat Postscript, svg, xfig, swf, pstoedit, emf, dxf, cgm, mif, p2e and sk Screenshots Some screenshots are available here: Simple example and it's output Comparison of tracing a small m with AutoTrace and other programs Comparison of tracing small circles with AutoTrace and Scanfont Comparison of tracing letters with AutoTrace and Scanfont Documentation Currently there is no documentation other than the online help. Download Sourcecode: frontline-0.5.4.tar.gz autotrace-0.31.1.tar.gz autotrace-0.31.0.tar.gz autotrace-0.30.tar.gz autotrace-0.29.tar.gz autotrace-0.28.tar.gz autotrace-0.27a.tar.gz Binaries (Windows): Windows on an Intel i386/486/586 with VC++ 7.0 version 0.31.1 Windows on an Intel i386/486/586 with VC++ 6.0 version 0.30 Windows on an Intel i386/486/586 with VC++ 6.0 version 0.29 Windows on an Intel i386/486/586 with VC++ 6.0 version 0.28 Windows on an Intel i386/486/586 with VC++ 6.0 version 0.27 Binaries (GNU/Linux): RedHat Linux 7.2 on an Intel i386/486/586 version 0.30 Online: AutoTrace 0.31.1 Bugs ?! Contributions I invite you to participate in the AutoTrace project. First, if you plan to contribute some code, please contact me in order to avoid duplicate work. Core: - Speed up - Improve tracing quality - Bugs?! - Recognition of Circle and Ellipse pieces. - Addition of code to recognize lines, splines and circles even if there is a lot of noise - Currently pictures have to fit completely into memory - New algorithm to work best with antialiased pictures - 3D recognition - Better list management, that means the current generation of lists is time consuming and fragmentates the heap. - Outlines are traced two times that means that it could be faster and if we trace and fit every outline only once we will not have the problems with unwanted gaps anymore. - Better thinning algorithm like CAT (Chordal Axis Transformation) Input: - Mirgrate new plug-in interface with using glib(0.32) - Support of image libraries as freeimage, gdk-pixbuf or paintlib(0.32) Output: - Mirgrate new plug-in interface with using glib(0.32) - New export formats like wmf, cdr, cmx, compressed pdf, compressed svg and dxf with splines... Library and its clients: - Graphical userinterface -- For gnome/gtk, frontline is under developing. (See http://autotrace.sourceforge.net/frontline. It works well with sodipodi, a drawing editor.) -- For KDE/Qt? ... Contributors Thanks to Bernhard Herzog (Postscript, svg and sk export filter) Ian MacPhedran (xfig export filter) Martin Kroeker (bugfixes) Tobias Polzin (bugfixes) Kevin O'Gorman (Shockwave support) MenTaLguY (png import filter) Peter Cucka (bugfixes) Enrico Persiani (emf export) Johannes Schindelin (Magick import filter) Masatake YAMATO (library, help with cvs) Steffen Politzky (dxf export) David A. Bartold (part of despeckle) Han-Wen Nienhuys (rpm-spec file) R. P. C. Rodgers (man page) Allen Barnett (improved emf export) Andrew Elia (dr2d export filter) History 11/09/02 version 0.31.1 (Fixed compile time error, centerline tracing, dr2d and dxf output) 10/24/02 version 0.31.0 (Fixed some bugs, better centerline tracing, now recognizes linewidths and fully integrates pstoedit and new dr2d output format) 04/03/02 version 0.30 (Fixed some bugs in the filtering routine, fixed pdf export, fixed despeckle, fixed emf export, better error handling mechanism, rpm spec file template, pkgconfig support, man page) 12/23/01 version 0.29 (Fixes the lowercase/uppercase problems, fix for swf export, new MIF and CGM export, code rearrangements) 12/08/01 version 0.28 (Several bugfixes, Progress bar, Cancel point, Efforts to make libautotrace.a thread-safe, Clean up library name space (all exported symbols have "at_" prefix), DXF, EPD and PDF export, Despeckling filter) 03/24/01 version 0.27a (Fixed a compilation problem) 03/23/01 version 0.27 (Parts of the code were rearranged, fixed a bug in color quantization, centerline support, Elastic Reality output, now works with new versions of ImageMagick, swf output(via libming), dxf output was removed because it never worked, speed up and simplification of the fitting routine) 11/16/00 version 0.26 (Fixed a lot of bugs, faster, additional thinning) 10/09/00 version 0.25 (Better eps and ai export, new emf export, better bmp import, tga import and usage of ImageMagick Library. Problems with 64 bit fixed.) 09/19/00 version 0.24a (color support, better ps/ai export, pstoedit export) 02/20/00 version 0.23 (pbm/pnm bugfix) 02/12/00 version 0.22 (eps export fixed, rudimentary dxf export) 02/07/00 version 0.21 (frontline a graphical user interface integrated, totally new pnm/pbm import filter, eps export now readable with CorelDraw 3/4, autoconf and automake support) 01/28/00 frontline is available (a graphical frontend to AutoTrace) 01/27/00 version 0.201 (Now GPL, no code change) 01/22/00 version 0.20 (Macromedia Shockwave support added) 12/18/99 version 0.19 (small fix, some code rearrangement) 11/26/99 version 0.18 (some fixes in xfig export, in the header files and in the help) 11/13/99 version 0.174 released (now works also with Visual C++ on Windows, bugfix, small improvements, code reorganization, xfig export filter) 10/10/99 version 0.16 released (small improvement with cyclic round objects, bugfix, compilation problems with HP UX and Solaris solved.) 10/03/99 version 0.15 released (bugfix, improved speed) 10/02/99 version 0.14 released (better outline tracing for small objects) 09/29/99 version 0.13 released (additional output formats) 08/08/99 version 0.12 released (improved edge detection) 08/05/99 version 0.11 released (bugfix only) 08/01/99 version 0.1 released (standalone; completely redone) 06/25/98 version 0.025 first release (GIMP plugin) Related links Useful ideas and helpful code: You can also use NURBS curves (used in Apple's QuickDraw3D): http://www.devworld.apple.com/dev/techsupport/develop/issue28/schneider.html An algorithm to do autotracing using NURBS in the function * nrb_interpolate in the NURBS package: ftp://ftp.gwdg.de/pub/grafik/vogl/nurbs.tar.gz How to fit ellipses, circles or arcs to points: WSCG98.pdf A very good work on autotracing: Phoenix: An Interactive Curve Design System Based on the Automatic Fitting of Hand-Sketched Curves by Philip J. Schneider Also worthable to read: Modelling of Digitized Graphics Fitting in 3D Useful preprocessing for better edge detection: SUSAN Low Level Image Processing Useful 2D and 3D fitting routines: ftp://ftp.cis.uab.edu/pub/sloan/Software/ How to do midline tracing without thinning US Patent 04740904 http://GeomWiz.tripod.com/rps.html http://GeomWiz.tripod.com/www.sites.html Similar Projects: KVEC (no sourcecode available) Ras2Vec (sourcecode available) WinTopo (sourcecode currently not available) Vectorize (Java applet, no sourcecode) Tepid Raster To Vector Algorithm (some code) CR2V (very interesting program with color segmentation) g2dlib (library with some fitting routines) Vector drawing applications: Sketch - yet another drawing application written in Python. Xfig - a graphical FIG editor. GTKFIG - a figure/flow-chart/data-structure diagramming tool. GILL - a Gnome Illustration app. Sodipodi - a small Vector based drawing program. ImPress - a WYSIWYG layout program designed especially for Linux. Tgif - Xlib based interactive 2-D drawing tool. Dia - a gtk+ based diagram creation program. Idraw - part of the Interviews toolkit or ivtools. TexPict - Tck/Tk based drawing tool for LaTeX picture environment or eepic. MetaPost - a powerful graphics language based on Knuth's METAFONT, but with PostScript output and facilities for including typeset text. Scalable Vector Graphics (SVG) - from W3C. Vector Markup Language (VML) Freedraft - 2D Open Source CAD. plotutils - utilities for plotting. Slidedraw - a slide presentation drawing program. Metagraf mvComicsMaker - interesting vector/bitmap editor for animations. dxflib - library for reading and writing dxf files. vec2web - converting dxf to png. JTDraw - a simple drawing program for Windows in source code. Rmap - display maps. GRASS - Geographical Information System. pstoedit - very good convertor of Postscript into different vector graphic formats. jPicEdt - vector drawing program for LaTeX. Font editors: Editors - link collection to font editors. GOTE - vector font editor. pfaedit - postscript font editor. Fontutils - font utility. mftrace - font conversion program that uses AutoTrace. TeXtrace - font conversion program that uses AutoTrace. Other applications using autotrace: Delineate, Java based GUI frontend Digitizer, a program that can semi-automatically digitize plotted data running on MacOSX Other graphic resources: Computer Vision Software Magic Software The Guru's Lair Newsgroup comp.graphics.algorithms Interesting page about plotterresources by Luberth: http://www.geocities.com/SiliconValley/Lab/3685/plotter/plotter.htm News and resources by Luberth Color Quantization: Median Cut: Currently implemented in AutoTrace Local K-means Sequential Scalar Quantization http://dynamo.ecn.purdue.edu/~bouman/software/color_quantization/ Very good. Spatial Quantization of Color Images http://www-dbv.cs.uni-bonn.de/quant/ Shurely the best. Qcc Pack http://sourceforge.net/projects/QccPack/ Common quantization routines. Other: http://www.geocities.com/SiliconValley/Program/8979/color/index.htm Color Image Segmentation http://vizlab.rutgers.edu/~comanici/segm_images.html http://www.caip.rutgers.edu/riul/research/code.html http://code935.gsfc.nasa.gov/code935/tilton/ http://www.ph.tn.tudelft.nl/Courses/FIP/frames/fip-Segmenta.html http://www.daps.lanl.gov/new/MDIP/chalkmea.html http://www.fmrib.ox.ac.uk/~steve/review/review/review.html http://marathon.csee.usf.edu/range/seg-comp/results.html http://www-dbv.informatik.uni-bonn.de/seg/ Imaging Software / Libraries ImageMagick http://www.imagemagick.org A lot of formats are supported, but it is very slow for loading big images, currently used in AutoTrace. GIMP http://www.gimp.org Very good and fast imaging program. FreeImage http://freeimage.sourceforge.net/ The fastest solution for loading images I know. Should be used in future versions of AutoTrace. Currently only available for Windows. Perhaps someone helps porting. paintlib http://www.paintlib.de/paintlib/ A fast library. Noise Reduction Despeckle (Median) filter used in Gimp (www.gimp.org) The SUSAN denoise you could find here: http://www.fmrib.ox.ac.uk/~steve/susan/ edge and corner detection are part of a patent but not the noise reduction. Denoising using min/max curvature could be found here: http://www.math.berkeley.edu/~sethian/Applets/java_files_denoising/image_denoising.java.main.html http://math.lbl.gov/~malladi/ http://www.math.berkeley.edu/~sethian/Papers/sethian.minmaxmean.ps.gz http://www.math.berkeley.edu/~sethian/Papers/sethian.unified.ps.gz http://math.lbl.gov/~malladi/Papers/ieee.ip.ps.Z http://math.lbl.gov/~malladi/Papers/applications.ps.Z File formats http://www.faqs.org/faqs/graphics/fileformats-faq/ http://www.wotsit.org http://www.halyava.ru/document/ind_form.htm http://www.w3.org/Graphics/SVG/ http://sourceforge.net/projects/zodius/ http://sourceforge.net/projects/libswf/ http://www.opaque.net/ming/ http://www.macromedia.com/software/flash/open/licensing/ Contact If you are interested in the development of AutoTrace, want to send bug reports or suggestions, please feel free to contact Martin Weber (). Last modified by Martin Weber: 03/22/04
 

Platform

independent

program

for

converting

bitmap

to

vector

graphics

distributed

under

GPL.

http://autotrace.sourceforge.net/

AutoTrace 2008 October

dvd rental

dvd


Platform independent program for converting bitmap to vector graphics distributed under GPL.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Neopets Cheats, Games and Neopoints - Loans - Credit Card - Tile - Free Advertising
2008-10-07 07:01:27

Copyright 2005, 2006 by Webmaster
Websites is cool :) 24Promocja Stron - Kartki ¦wi±teczne - Kasy Fiskalne - Drukarnie - Łysienie