If you are already using the Trace plug-in, then you may already know that it does not work with Rhino 7. What you may not know is that Gérard Bouteau, the long time Rhino user, trainer, and the programmer who developed Trace, passed away unexpectedly last spring.
Fortunately, the Trace plug-in uses open source code. So we were able to, for the most part, reproduce its functionality.
Note: Vectorize only work with Rhino 7 for Windows. The raster to vector algorithm uses some bitmap handling code that does not on the Mac at this time.
Vectorize, as well as Trace, is based off the famous Potrace by Peter Selinger, whose application transforms a bitmap into a soft, scalable image made up of vectors. Both plug-ins use a C# translation named CsPotrace written by Wolfgang Nagl. Both are licensed under the GNU General Public License.