potraceコマンドを実行してビットマップ画像からベクトル画像を作ります。
左側のビューへビットマップ画像ファイルのアイコンをドラッグできます。
出来上がったベクトル画像データをベクトル形式のファイルへ書き出すことができます。
The potrace command is executed and a vector image is made from a bitmapped image.
The icon of a bitmapped image file can be dragged to a left-hand side view.
The done vector image data can be written out to the file of vector form.
potraceコマンドファイルとmkbitmapコマンドファイルは同一のフォルダーに配置しておく必要があります。デフォルトで/usr/local/bin/フォルダーからコマンドファイルを検索しますが、ツールバーの左端のボタンを使って検索場所を変更することができます。
potraceとmkbitmapとはPotraceのページからpotrace-x.xx.mac-i386.tar.gzを選択してダウンロードします。
展開したら、Terminalからsudo cpコマンドなどを使って任意の場所にpotraceとmkbitmapなどをコピーします。詳しくは、READMEの中のINSTALLINGに書かれています。
gccを使ってソースからコンパイルしてインストールしたい方はpotrace-x.xx.tar.gzをダウンロードします。
gccはXcodeに含まれています。展開してから、cd potrace-x.xx; ./configure; make; sudo make install で/usr/local/bin/にインストールされます。
mkbitmap potrace and must be placed in the same folder and then. Search for a command from the file /usr/local/bin/ folder by default, you can change the location search using the leftmost button on the toolbar.
Mac OS X 10.7.x用実行ファイル .app
zip形式でアーカイブと圧縮をしています。
アーキテクチュアは64-bit Intelです。
.app形式の実行ファイル(実際にはフォルダになっています)ができます。
ファイルアイコンをダブルクリックすれば,実行できます。
DragPotrace_10.7.3 サイズ:約873KB
Xcode 4.3.2用ソースファイル (source code for Xcode 4.3.2)
zip形式でアーカイブと圧縮をしています。
needs ASWebView framework. Your Place "Frameworks" directory the framework.
DragPotraceのソース(source) サイズ:約714KB
バージョン履歴:
10.7.3: 前処理結果の画像表示のバグを解消した。
10.7.2: 前処理結果の画像を表示するようにした。
10.7.1: Split Viewを使用した。10.7: 公開を開始した。