Krita v1.6 can't handle resolution and always uses 72 dpi

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

Krita v1.6 can't handle resolution and always uses 72 dpi

Post by ^rooker »

PROBLEM
I've been using Krita for a long time now to convert between colorspaces (RGB/CMYK) for printing. Unfortunately, it seems that Krita in version 1.6 is not able to store a DPI resolution value for the image, so it always defaults to 72 dpi.

WORKAROUND
So, in order to just add the resolution information to the image, I've just used ImageMagick, like this:

Code: Select all

convert input-cmyk.tiff -density 300 -compress zip output-cmyk.tiff
The important option is "density". I've also added the compression explicitly to avoid problems with the default settings of ImageMagick.
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply