I have to batch convert a whole directory from colorspace Black/White (shown in XNView) to CMYK for print..
I tried like this (worked well for "normal" graphics..)
mogrify.exe -path [...]\Logos -profile [...]\RGB\AdobeRGB1998.icc [...]\Logos\*
mogrify.exe -path [...]\Logos -profile [...]\CMYK\CoatedFOGRA39.icc [...]\Logos\*
[...] usually contains a specific path..
whats wrong here? After the procedure the files are much bigger 20kb compared to 400kb.. But they are still colorspace black/white...
Anyone an idea?