Search found 5 matches
- 2016-03-03T01:32:08-07:00
- Forum: Users
- Topic: Tiff layers - not merging layers correctly
- Replies: 4
- Views: 2467
Re: Tiff layers - not merging layers correctly
This shows the file contains two images. ... Well, yes I saw that, but it is not clear to me why is this so, because it was supposed to be layers. Well, after little while I came to that there is a mask, not layer. So it is maybe the reason it has two images. Thank you very much, I will use your ...
- 2016-03-02T07:03:09-07:00
- Forum: Users
- Topic: Tiff layers - not merging layers correctly
- Replies: 4
- Views: 2467
Re: Tiff layers - not merging layers correctly
So sorry, now it should be accessible publicsnibgo wrote:Your dropbox links are bad; they are personal to you and won't work for the rest of us.
- 2016-03-02T04:38:13-07:00
- Forum: Users
- Topic: Tiff layers - not merging layers correctly
- Replies: 4
- Views: 2467
Tiff layers - not merging layers correctly
Hi, I am converting tif image into jpg. Tif image has layers - one with green color and one with purple. When I open the original image, the default color is purple. But after converting to jpg the default color is green. Interesting is that in Windows preview the image is purple but in editor it is ...
- 2015-10-09T00:03:54-07:00
- Forum: Bugs
- Topic: Cannot suppress warnings in IM7
- Replies: 2
- Views: 2784
Re: Cannot suppress warnings in IM7
You should put the -quiet at the start of your command. The options are handled in the order you write them. If you want to suppress warnings when you read an image you should put the -quiet before your input file name. magick -quiet tif_pruh_300.tif +profile "!8bim,*" -units PixelsPerInch -density ...
- 2015-10-08T23:22:31-07:00
- Forum: Bugs
- Topic: Cannot suppress warnings in IM7
- Replies: 2
- Views: 2784
Cannot suppress warnings in IM7
Hi, I am getting trouble with suppressing warnings with the command -quiet . Using version ImageMagick-7.0.0-Q16 . In version 6.8.9 it worked properly. Command: magick tif_pruh_300.tif +profile "!8bim,*" -units PixelsPerInch -density 300 -define tiff:alpha=associated -quiet new.tif The warning ...