+ All Categories
Transcript
Page 1: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

https://github.com/graphicore/multitoner

Page 2: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

I:

http://graphicore.de

Lasse Fisterweb application developer graphic designer, typographer

Page 3: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

We:

https://silber-und-blei.com

Annette Karg & Lasse Fister

Page 4: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Mission Statement:We make valuable[photography] Booksusing exclusively FLOSS.

Page 5: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Research:black-and-white photography book

Page 6: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

We need Multitone:What does it do?What’s it good for?

“Multitone color systems use a single-componentimage to specify multiple color components.

In a duotone, for example, a single-componentimage can be used to specify both the blackcomponent and a spot color component. […]”

— PostScript Language Reference

Page 7: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Image Workflow:Source camera RAW or scanned

Darktable, etc.—RAW processing

Gimp—image-retouching

???—multitone magic

ConTeXt—layout, typesetting

Result: PDF for the print shop

Page 8: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

There was no FLOSS to createmultitone images.But we are on a mission!Turns out EPS can represent this.

(Thanks for the hint, Photoshop.)

Page 9: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Preparations:learn (some) PostScriptenhance python-ghostscript

Page 10: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Made with Love and:• Python 2.7• Gtk+ 3 via PyGObjet• Cairo via Pycairo• Ghostscript via python-ghostscript• SciPy and NumPy

Page 11: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Live Demo

Page 12: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

What’s missing?color management for previewsGhostscript bug is blocking :-((option -sDeviceNProfile)

Page 13: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Adopt Color Management:InterfacesData Structure…

Page 14: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Color Profile Sourcing:Help is appreciated!Do you know an interested andcapable print shop?

Page 15: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Go Printing!Version 1.0

Page 16: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

from __future__ import:• color profile library• better previews without ICC-Profile• automatic best fit curves• “component” based separations• automatic best separations• high-fidelity color e.g. Hexachrome

Page 17: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Contribute:• support other Operating Systems• packaging• write documentation• start a Libre Printing Project• code, of course

Page 18: multitoner - Libre Graphics Meeting · 2014-11-11 · We need Multitone: What does it do? What’s it good for? “Multitone color systems use a single-component image to specify

Thank Youhttps://github.com/graphicore/multitonerhttps://silber-und-blei.comhttp://[email protected]: @silberundbleihttps://www.facebook.com/silberundbleiLasse Fister <[email protected]>twitter: @lassefister


Top Related