User Tools

Site Tools


doc:appunti:prog:screen2pdf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
doc:appunti:prog:screen2pdf [2023/01/23 10:32] – [Schermo virtuale] niccolodoc:appunti:prog:screen2pdf [2023/01/23 10:35] (current) – [Ritagliare i bordi inutili] niccolo
Line 68: Line 68:
 #!/bin/sh #!/bin/sh
 mkdir cropped mkdir cropped
-find . -maxdepth 1 -type f -name "*.png" | while read file do;+find . -maxdepth 1 -type f -name "*.png" | while read file; do
     convert $file -strip -crop '1000x1414+120+180' cropped/$file     convert $file -strip -crop '1000x1414+120+180' cropped/$file
 done done
doc/appunti/prog/screen2pdf.txt · Last modified: 2023/01/23 10:35 by niccolo