Colorspace used for printing

CMYK

How to add a CMYK image to a PDF…

TL;DR Printers operate in CMYK colour space rather than RGB, so adding a CMYK image to a PDF will ensure printing accuracy. The JPedal...
Jacob Collins
1 min read

Java CMYK to RGB conversion – speed comparison of…

Introduction Some optimisations are best left to Java. For example a System.arraycopy is the fastest way to create a new version because it is...
Mark Stephens
1 min read

Odd coloured JPEGs in Java with ImageIO

Introduction One of the best features about Java is the amount of low-level complexity it removes, allowing you to focus on developing the application....
Mark Stephens
1 min read