Stitch Era - stitching children's drawings

The educational technology and digital learning wiki
Revision as of 19:18, 13 September 2017 by Daniel K. Schneider (talk | contribs) (Created page with "{{stub}} == Introduction == This article will describe how to stitch scan's from children's drawings (and later maybe) give advice on what kinds of drawings are easier to st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Draft

Introduction

This article will describe how to stitch scan's from children's drawings (and later maybe) give advice on what kinds of drawings are easier to stitch.

Vectorizing a PDF scan

Our computer at work produces PDF from scans, a format you cannot import to Stitch Era. There are two paths: Either import the PDF to a drawing software or save the PDF in a picture format and directly import to Stitch Era.

Tracing with either Inkscape or Illustrator has two major drawbacks. It will create one single path with a single color. Adding color to elements then means to make cuts in selected areas of the vector path and color.

Therefore we suggest translating the PDF into a PNG image file.

  • Under Windows, you can use the commercial Adobe Acrobat Pro program (I don't know if the reader can export)
  • Under Linux, either install ImageMagik or search for another solution.

Conversion with ImageMagik, using the command line:

convert -density 300 -quality 100 input.pdf output.png