Search found 9 matches

by GPI
2017-12-04T02:48:14-07:00
Forum: Users
Topic: Issue with composite -stereo on 6.7.8
Replies: 17
Views: 15472

Re: Issue with composite -stereo on 6.7.8

Thanks for your feedback. Adding the "-compress none" in the command works but somehow the file will not be properly displayed by some tool: - IE opens a white page (KO) - Paint and Windows opens the image properly with color (OK) More importantly, my homemade tool does not display anythin...
by GPI
2017-12-02T02:38:54-07:00
Forum: Users
Topic: Issue with composite -stereo on 6.7.8
Replies: 17
Views: 15472

Re: Issue with composite -stereo on 6.7.8

Many thanks for your help. While the commands do not work with the default CentOS/RHEL 7 version 6.7.8, it works fine with version 6.9.9.24.

At least I can compile the official version of ImageMagick and use this one instead.

Thanks for the time you took to answer my query.
by GPI
2017-12-01T07:28:39-07:00
Forum: Users
Topic: Issue with composite -stereo on 6.7.8
Replies: 17
Views: 15472

Re: Issue with composite -stereo on 6.7.8

Please find below a link to one of the file I am using.

https://www.sendspace.com/file/6zz8r3

The issue can be reproduced using the command:

Code: Select all

composite -stereo +20+0 one.tif one.tif result.tif
by GPI
2017-11-30T13:14:58-07:00
Forum: Users
Topic: Issue with composite -stereo on 6.7.8
Replies: 17
Views: 15472

Re: Issue with composite -stereo on 6.7.8

Just installed v6.9.9-24 on my CentOS but still no luck with my files. With the logo: as a source, I agree that it works fine. Difference would be that the colorspace of the logo: is sRGB while the one from my tif files is Gray. I believe that using .jpg as the type of the result file will work for ...
by GPI
2017-11-30T03:56:37-07:00
Forum: Users
Topic: Issue with composite -stereo on 6.7.8
Replies: 17
Views: 15472

Re: Issue with composite -stereo on 6.7.8

After some more tries, I found that using a .jpg file instead of a .tif file as the output is working fine. So the command below is giving me the proper result with a colored jpg image: composite -stereo 0 one.tif two.tif output.jpg I will see how it fits with the other parts of my environment and c...
by GPI
2017-11-30T01:16:22-07:00
Forum: Users
Topic: Issue with composite -stereo on 6.7.8
Replies: 17
Views: 15472

Re: Issue with composite -stereo on 6.7.8

Thanks for the lead.
However, it produce the same result as the command "composite -stereo 0 image1 image2 stereoimage", meaning a black and white tiff file.
by GPI
2017-11-29T12:04:36-07:00
Forum: Users
Topic: Issue with composite -stereo on 6.7.8
Replies: 17
Views: 15472

Re: Issue with composite -stereo on 6.7.8

Thanks for your help as well. The option "-stereo" is the one I am trying to use but it does no seem to be an option for the "convert" command.

When I try, I get a message "convert: unrecognized option `-stereo' @ error/convert.c/ConvertImageCommand/2761"
by GPI
2017-11-29T09:50:44-07:00
Forum: Users
Topic: Issue with composite -stereo on 6.7.8
Replies: 17
Views: 15472

Re: Issue with composite -stereo on 6.7.8

Thanks for your feedback. I have tried to add the option "-colorspace sRGB" without success.

The files have been uploaded on the link below: https://www.sendspace.com/file/6zz8r3

There is file one and two along with the result when the command is used with v6.2.8 and with v6.7.8.
by GPI
2017-11-29T08:25:56-07:00
Forum: Users
Topic: Issue with composite -stereo on 6.7.8
Replies: 17
Views: 15472

Issue with composite -stereo on 6.7.8

Hello, I am currently trying to figure out an issue I encounter when using the "composite -stereo" command. The goal is to merge 2 grayscale tiff files into one where one of the image is in one color while the other is in a different color. It will help me to easily find out the discrepanc...