Pesconvert. Converts Brother embroidery files into standard formats.

github.com/torvalds/pesconvert

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2017
  • cairo, svg: ignore empty blocks
  • cairo,svg: convert "while" to "for" (code simplification)
  • pes: check the color index, fail if out of range
  • pes: new_block() fails if undefined color is referenced
  • pes: add missing new_block() error check
January 2012
  • Mark the "big y displacement" case as a jumpstitch too
  • Fix jumpstitch output
December 2011
  • Simplify and fix block allocation
  • Add thumbnailer entry for gnome3
March 2010
  • pesconvert: Fixed row init range in output_png().
January 2010
  • Add a 'density' argument for thread thickness
  • Fix some trivial scaling problems
  • Copy pesconvert to the system thumbnailer
  • Teach pesconvert a few command line options
  • Add thumbnailer gnome gconftool-2 setting
  • Add silly rule to teach the system about PES files
  • Split out main() into its own file
  • Add a 'cairo' backend for output
  • Add stupid PNG support
  • Initial PES conversion