First of all I say thank you for such a great tool. But I think, I've found a bug in merging greyscale-Files in a CMYK-File. I'm using the Windows-64Bit-Version and convert.exe is called by a Powershell-Script (I've also tested to call the convert.exe in an batch, but is also not working).
The Call:
Code: Select all
convert.exe -limit memory 2GiB -colorspace CMYK $cneg.FullName $mneg.Fullname $yneg.FullName $kneg.FullName -combine "C:\Test.jpg"
Code: Select all
Mogrify image[JPG\TempNeg\cyan.jpg]: 0 of 4, 00% complete
Mogrify image[JPG\TempNeg\magenta.jpg]: 1 of 4, 33% complete
Mogrify image[JPG\TempNeg\yellow.jpg]: 2 of 4, 66% complete
Mogrify image[JPG\TempNeg\black.jpg]: 3 of 4, 100% complete
Is there any known Solution, which I can use?
Thanks!