A GUI for potrace using Objective-C.
Function :
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.
Caution:
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.
potrace and mkbitmap choose and download potrace-x.xx.mac-i386.tar.gz from Potrace web site.
If it develops, potrace, mkbitmap, etc. will be copied to arbitrary places using the sudo cp command etc. from Terminal. In detail, it is written to INSTALLING in README.
A direction to compile and install from source using gcc downloads potrace-x.xx.tar.gz.
gcc is contained in Xcode. cd potrace-x.xx; ./configure; make; sudo make install. It is installed in /usr/local/bin/.
Error panel when Potrace command file is not stored in the /usr/local/bin/ folder, when you first start DragPotrace, called "... does not exists in ..." will be displayed. Select the folder by clicking the potrace Icons on the left side of the toolbar, Potrace command files are stored.