๐จ Inkjet DTS
Inkjet Drop density โ Throughput โ Spread
Inkjet DTS is a minimal design model for understanding
how print quality, throughput, and dot spread
are causally coupled in inkjet printing systems.
๐ Links
| Language | GitHub Pages ๐ | GitHub ๐ป |
|---|---|---|
| ๐บ๐ธ English |
๐งญ Overview
This page presents a minimal educational model for understanding the
fundamental trade-off in inkjet printing between:
- ๐จ Print quality
- โก Printing speed
The model is intentionally simplified.
Its purpose is to clarify design causality, not to reproduce the behavior
of real printers or specific products.
๐ Directory Structure
This repository is organized to clearly separate
theoretical modeling, simulation code, and visual outputs.
inkjet-dts/
โโ _config.yml
โโ index.md
โโ README.md
โ
โโ _layouts/
โ โโ default.html
โ
โโ _includes/
โ โโ head.html
โ
โโ assets/
โ โโ css/
โ โโ style.css
|
โโ demo/
โ โโ index.html
โ โโ demo.js
โ
โโ code/
โ โโ main.py
โ โโ model.py
โ โโ render.py
โ
โโ images/
โโ print_fast.png
โโ print_high_quality.png
โโ print_large_dot.png
โโ print_small_dot.png
๐ฏ Design Intent
- ๐
code/contains a minimal but explicit Python model of inkjet trade-offs - ๐ผ
images/visualizes how parameter choices affect dot spread and print quality - ๐ GitHub Pages is used to document the model, not to execute it
This separation keeps the system easy to understand, extend, and reuse
for educational purposes.
๐งฎ Dominant axes (DโTโS)
Inkjet printing behavior can be reduced to three dominant axes:
-
D โ Drop density
Number of ink drops per unit area
โ governs graininess and perceived image quality -
T โ Throughput
Ink ejection capability per unit time
โ limits achievable printing speed -
S โ Spread
Dot spread on the medium (inkโpaper interaction)
โ determines sharpness versus bleeding
Most practical parameters
(dpi, passes, drop size, color count, nozzle count)
can be expressed as combinations of these three axes.
๐ผ Visualization examples
Graininess vs. quality
Lower drop density (FAST mode)

Higher drop density (HIGH QUALITY mode)

Dot spread effect
Small dot (sharper edges)

Large dot (increased bleeding)

โถ Interactive Animation Demo
Inkjet DTS (Drop Density โ Throughput โ Spread)
This interactive demo provides a conceptual visualization of the
fundamental trade-off in inkjet printing:
- ๐ง Drop Density (D) โ number of ink droplets per unit area
- โก Throughput (T) โ printing speed / firing frequency
- ๐ Spread (S) โ dot expansion caused by fluid dynamics and substrate interaction
By adjusting these three parameters, the demo illustrates how
print quality and printing speed inherently compete with each other.
The visualization is based on a synthetic, educational model intended
to build intuition โ it does not represent measured data or a
device-specific simulation.
๐ Launch Demo
๐ Notes
- ๐งช The images shown above are synthetic visualizations, not measured print data
- ๐ They are designed to make qualitative differences immediately visible
- ๐ฏ Numerical accuracy and product-specific tuning are intentionally out of scope
๐ Purpose
This project is intended to support:
- engineering education
- early-stage design discussions
- clear explanation of inkjet trade-offs
by keeping the model simple, executable, and visual.
๐ค Author
๐ License
| ๐ Item | License | Description |
|---|---|---|
| Source Code | MIT License | Free to use, modify, and redistribute |
| Text Materials | CC BY 4.0 or CC BY-SA 4.0 | Attribution required; share-alike applies for BY-SA |
| Figures & Diagrams | CC BY-NC 4.0 | Non-commercial use only |
| External References | Follow the original license | Cite the original source properly |
๐ฌใFeedback
Suggestions, improvements, and discussions are welcome via GitHub Discussions.