project:sticker
Inhaltsverzeichnis
Sticker
Aktueller Sticker
Quellen
Für Druck
- Farbraum: CMYK, Intent: ISO Coated v2 300% (ECI)
- 1513x1079px
- 108x77mm
- 356dpi
Flyeralarm
Workflow
- Grafik erstellen
- mit Inkscape eine 0.2mm größere Grafik als endgültig gewünscht anlegen
- Hintergrund: schwarz, 100%
- Export nach PNG
- In Inkscape die 'Page' mit 356 dpi exportieren
- Konvertierung nach TIFF
- Zielfarbraum: CMYK, Intent: ISO Coated v2 300% (ECI)
$ apt-get install imagemagick netpbm $ pngtopnm input.png | pnmtotiffcmyk -none > output_temp.tif $ convert output_temp.tif -density 356.006 output.tif $ convert output.tif -profile isocoated.icc output_iso.tif
- Validierung
$ identify -verbose output_iso.tif|egrep "(Colorspace|Geometry|Resolution|ISO)" Geometry: 1513x1079+0+0 Resolution: 356.006x356.006 Colorspace: CMYK ISO Coated v2 300% (ECI)
project/sticker.txt · Zuletzt geändert: 2017-06-21 17:23 von rixx