TY-skill V18.01

所属分类:其他
开发工具:Others
文件大小:3358KB
下载次数:8
上传日期:2020-01-06 17:36:54
上 传 者wenwen123
说明:  一份skill文件,里面是TY-skill V18.0.1版本,allegro平台使用
(A skill file, in which ty skill v18.0.1 is used by Allegro platform)

文件列表:
TY-skill V18.01 (0, 2018-01-25)
TY-skill V18.01\64bit (0, 2018-01-25)
TY-skill V18.01\64bit\AutosilkUtils_public1228.cxt (483545, 2017-01-26)
TY-skill V18.01\about.jpg (284157, 2017-12-12)
TY-skill V18.01\allegro.ilinit (1793, 2017-01-23)
TY-skill V18.01\bak (0, 2018-01-25)
TY-skill V18.01\bak\auto drill legend.il (4654, 2017-10-09)
TY-skill V18.01\bak\autosilkUtils.il.il (128564, 2009-02-11)
TY-skill V18.01\bak\change_net_on_vias.il (1927, 2007-01-15)
TY-skill V18.01\bak\change_via_net.il (1562, 2016-09-29)
TY-skill V18.01\bak\cns_import.il (25983, 2017-08-08)
TY-skill V18.01\bak\drc_walk.il (24461, 2015-03-09)
TY-skill V18.01\bak\find_text.il (5035, 2016-10-18)
TY-skill V18.01\bak\MoveRefDestoBodyCenter.il (24128, 2014-09-30)
TY-skill V18.01\bak\pin.bat (1306, 2016-04-16)
TY-skill V18.01\bak\pin.il (710, 2015-07-09)
TY-skill V18.01\bak\Quick_ColorS.il (8107, 2014-08-18)
TY-skill V18.01\bak\setGrid.il (220, 2017-10-09)
TY-skill V18.01\bak\update_refdes.il (17052, 2017-07-02)
TY-skill V18.01\env (14555, 2017-01-23)
TY-skill V18.01\men-toolbar.il (5737, 2018-01-30)
TY-skill V18.01\new.log (1479, 2018-01-25)
TY-skill V18.01\para (0, 2018-01-25)
TY-skill V18.01\para\color.prm (81633, 2016-11-02)
TY-skill V18.01\potrace (0, 2018-01-25)
TY-skill V18.01\potrace\AUTHORS (335, 2015-09-17)
TY-skill V18.01\potrace\ChangeLog (19019, 2015-10-23)
TY-skill V18.01\potrace\COPYING (18346, 2015-09-17)
TY-skill V18.01\potrace\logo_add_icon.bmp (20862, 2016-10-14)
TY-skill V18.01\potrace\logo导入设置.txt (426, 2016-10-14)
TY-skill V18.01\potrace\mkbitmap.1 (8188, 2015-10-23)
TY-skill V18.01\potrace\mkbitmap.exe (215150, 2015-10-23)
TY-skill V18.01\potrace\NEWS (5900, 2015-10-23)
TY-skill V18.01\potrace\placement.pdf (10374, 2015-09-17)
TY-skill V18.01\potrace\potrace.1 (22476, 2015-10-23)
TY-skill V18.01\potrace\potrace.bat (625, 2018-01-25)
TY-skill V18.01\potrace\potrace.exe (651673, 2015-10-23)
TY-skill V18.01\potrace\Thumbs.db (23040, 2018-01-25)
... ...

POTRACE - transform bitmaps into vector graphics * * * DESCRIPTION Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP), and the default output is one of several vector file formats. A typical use is to create EPS files from scanned data, such as company or university logos, handwritten notes, etc. The resulting image is not "jaggy" like a bitmap, but smooth. It can then be rendered at any resolution. Potrace can currently produce the following output formats: EPS, PostScript, PDF, SVG (scalable vector graphics), DXF, GeoJSON, PGM (for easy antialiasing of pixel-based images), Gimppath, and XFig. Additional backends might be added in the future. A separate program, mkbitmap, is also provided. This program can act as a pre-processor for Potrace, applying scaling and various filters to an image before converting it to a bitmap. This is useful for potracing greyscale and color images. DEPENDENCIES Potrace relies on the zlib library for PostScript level 3 compression. This library is pre-installed on most modern systems. If not present, it can be obtained from http://www.gzip.org/zlib/. COMPILATION For generic compilation instructions, see the file INSTALL. In addition, the following compile time options (options to ./configure) are supported. --with-libpotrace install Potrace library and headers (default: no) --disable-zlib disable PostScript level 3 compression --enable-metric use metric units (centimeters) as default --enable-a4 use a4 as the default papersize --enable-dumb-tty use simplified ASCII-only progress bar See also ./configure --help. INSTALLING If you are installing from sources, just do "make install" as root. If you are installing from a binary distribution, just copy the "potrace" and "mkbitmap" binaries to a place where the operating system expects them, such as /usr/local/bin. Also copy the files "potrace.1" and "mkbitmap.1" to a directory where the operating system looks for man pages, such as /usr/local/man/man1. For instructions on installing Potrace under Windows, see the file README-WIN USAGE For more detailed usage information, see the man page. Usage: potrace [options] [filename...] General options: -h, --help - print this help message and exit -v, --version - print version info and exit -l, --license - print license info and exit File selection: - an input file -o, --output - write all output to this file -- - end of options; 0 or more input filenames follow Backend selection: -b, --backend - select backend by name -e, --eps - EPS backend (encapsulated PostScript) (default) -p, --postscript - PostScript backend -s, --svg - SVG backend (scalable vector graphics) -g, --pgm - PGM backend (portable greymap) -b pdf - PDF backend (portable document format) -b pdfpage - fixed page-size PDF backend -b dxf - DXF backend (drawing interchange format) -b geojson - GeoJSON backend -b gimppath - Gimppath backend (GNU Gimp) -b xfig - XFig backend Algorithm options: -z, --turnpolicy - how to resolve ambiguities in path decomposition -t, --turdsize - suppress speckles of up to this size (default 2) -a, --alphamax - corner threshold parameter (default 1) -n, --longcurve - turn off curve optimization -O, --opttolerance - curve optimization tolerance (default 0.2) -u, --unit - quantize output to 1/unit pixels (default 10) -d, --debug - produce debugging output of type n (n=1,2,3) Scaling and placement options: -P, --pagesize - page size (default is letter) -W, --width - width of output image -H, --height - height of output image -r, --resolution [x] - resolution (in dpi) (dimension-based backends) -x, --scale [x] - scaling factor (pixel-based backends) -S, --stretch - yresolution/xresolution -A, --rotate - rotate counterclockwise by angle -M, --margin - margin -L, --leftmargin - left margin -R, --rightmargin - right margin -T, --topmargin - top margin -B, --bottommargin - bottom margin --tight - remove whitespace around the input image Color options, supported by some backends: -C, --color #rrggbb - set foreground color (default black) --fillcolor #rrggbb - set fill color (default transparent) --opaque - make white shapes opaque SVG options: --group - group related paths together --flat - whole image as a single path Postscript/EPS/PDF options: -c, --cleartext - do not compress the output -2, --level2 - use postscript level 2 compression (default) -3, --level3 - use postscript level 3 compression -q, --longcoding - do not optimize for file size PGM options: -G, --gamma - gamma value for anti-aliasing (default 2.2) Frontend options: -k, --blacklevel - black/white cutoff in input file (default 0.5) -i, --invert - invert bitmap Progress bar options: --progress - show progress bar --tty - progress bar rendering: vt100 or dumb Dimensions can have optional units, e.g. 6.5in, 15cm, 100pt. Default is inches (or pixels for pgm, dxf, and gimppath backends). Possible input file formats are: pnm (pbm, pgm, ppm), bmp. Backends are: eps, postscript, ps, pdf, pdfpage, svg, dxf, geojson, pgm, gimppath, xfig. POTRACE LIBRARY (FOR DEVELOPERS) As of Potrace release 1.6, the Potrace core functionality has been separated into a library libpotrace.a. This makes it easy to integrate tracing functionality into other GPL programs. The API of the library is defined in the header file potracelib.h, and is documented in doc/potracelib.pdf. It is not by default installed, but can be installed with the --with-libpotrace configuration option. DOCUMENTATION Usage information is contained in the man page: http://potrace.sourceforge.net/potrace.html Many common questions are answered in the FAQ: http://potrace.sourceforge.net/faq.html Some examples are given on the following web pages: http://potrace.sourceforge.net/samples.html http://potrace.sourceforge.net/mkbitmap.html The inner workings of the potrace algorithm are explained here: http://potrace.sourceforge.net/potrace.pdf The potrace library is documented here: http://potrace.sourceforge.net/potracelib.pdf COPYRIGHT Copyright (C) 2001-2015 Peter Selinger This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. See also http://www.gnu.org/. See the file COPYING for details. GPG KEY The key fingerprint of Peter Selinger's GPG key is: 12A2 4B3C 3790 B688 E484 7A*** A68B CC37 CA31 696A This may be useful for authenticating future versions of Potrace.

近期下载者

相关文件


收藏者