[6.8.7.0 Q16 x64-WIN] Maybe a Bug in Merging .jpg-Files
Posted: 2013-10-14T04:11:23-07:00
Hi @all,
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:
If I'am using the -monitor command I get these Lines from the Powershell:
After That, convert.exe is crashing without an answer in the shell.
Is there any known Solution, which I can use?
Thanks!
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!