Menu

Example pictures

2003-08-12
2003-08-12
  • Mariusz Jedrzejewski

    Hi.
    Can you show me options used to generate this ultimate head and more on potrace website? I try to do it myself, but failed...

    Thanks
    Mariusz

     
    • Peter Selinger

      Peter Selinger - 2003-08-12

      All of them were generated with the default settings. The EPS files were all generated by the following command:

              cat file.pbm | potrace > file.eps

      but the following also works:

              potrace file.pbm

      Remember that you need to input a PBM file (but since most browsers can't display pbm, I posted the images in PNG format  on the website - you need to click on the image to download the original PBM file).

      The greymaps were generated by this command:

      cat file.pbm | potrace -gx2

      Remember that this generates a PGM file. Again, for viewing in web browsers, I transformed this to PNG format by piping the output through pnmtopng.

      Hope this helps. Let me know if you have any further questions. -- Peter

       

Log in to post a comment.