Okay, I found the villain. It was the `smush` command.
This results in an image with broken colors:
magick *.tif +smush 700 result.tif
While this works fine:
magick *.tif -splice 700x0+0+0 +append -chop 700x0+0+0 result.tif
It seems like when using smush, imagemagick will generate a new ...
Search found 5 matches
- 2019-09-25T05:45:23-07:00
- Forum: Users
- Topic: Trying to merge print TIF files results in weird colors & other problems
- Replies: 6
- Views: 12629
- 2019-09-25T05:07:46-07:00
- Forum: Users
- Topic: Trying to merge print TIF files results in weird colors & other problems
- Replies: 6
- Views: 12629
Re: Trying to merge print TIF files results in weird colors & other problems
All source TIFs should not have an embedded profile. I was just playing around - the SWOP profile is the one my printing agency is using, but we can leave it out for now. If I omit the profile option, the result does not differ for me. Colors are lost in the process.
Also what I fail to understand ...
Also what I fail to understand ...
- 2019-09-25T04:38:44-07:00
- Forum: Users
- Topic: Trying to merge print TIF files results in weird colors & other problems
- Replies: 6
- Views: 12629
Re: Trying to merge print TIF files results in weird colors & other problems
Okay, here is an update:
The command needs to be extended by "-define tiff:rows-per-strip=1" - to be able to open the file in photoshop.
The result is nearly perfect. Only the colors seem to get distorted in the process:
https://dl.dropboxusercontent.com/s/ghrq87yai1924oc/shot_190925_133759.png
The command needs to be extended by "-define tiff:rows-per-strip=1" - to be able to open the file in photoshop.
The result is nearly perfect. Only the colors seem to get distorted in the process:
https://dl.dropboxusercontent.com/s/ghrq87yai1924oc/shot_190925_133759.png
- 2019-09-25T04:06:13-07:00
- Forum: Users
- Topic: Trying to merge print TIF files results in weird colors & other problems
- Replies: 6
- Views: 12629
Re: Trying to merge print TIF files results in weird colors & other problems
The version is 7.0.8-66 Q16 x64 on Windows 10.
I seem to come closer to my desired result with this command - at least in the windows preview + IrfanView, it looks okay now. Photoshop still refuses to open the result file.
magick *.tif -background white +smush 700 -profile "./USWebCoatedSWOP.icc ...
I seem to come closer to my desired result with this command - at least in the windows preview + IrfanView, it looks okay now. Photoshop still refuses to open the result file.
magick *.tif -background white +smush 700 -profile "./USWebCoatedSWOP.icc ...
- 2019-09-25T03:11:30-07:00
- Forum: Users
- Topic: Trying to merge print TIF files results in weird colors & other problems
- Replies: 6
- Views: 12629
Trying to merge print TIF files results in weird colors & other problems
Hey,
I am trying to merge three TIF files with CMYK colors into one. This is the command I used:
magick *.tif -background white +smush 700 ./combined.tif
This is the result:
https://dl.dropboxusercontent.com/s/nnk8efda3j025f2/shot_190925_120902.png
Somehow, the colorspace gets messed up. I ...
I am trying to merge three TIF files with CMYK colors into one. This is the command I used:
magick *.tif -background white +smush 700 ./combined.tif
This is the result:
https://dl.dropboxusercontent.com/s/nnk8efda3j025f2/shot_190925_120902.png
Somehow, the colorspace gets messed up. I ...