Search found 6 matches
- 2017-02-09T13:54:19-07:00
- Forum: Users
- Topic: Conversion with Blending Layer Issues (tif to jpg)
- Replies: 13
- Views: 4974
Re: Conversion with Blending Layer Issues (tif to jpg)
We are actually having some color issues with some of our conversions. PM'ed you.
- 2017-02-09T13:10:11-07:00
- Forum: Users
- Topic: Conversion with Blending Layer Issues (tif to jpg)
- Replies: 13
- Views: 4974
Re: Conversion with Blending Layer Issues (tif to jpg)
try convert -quiet "Aviator_Brown Gold_Mic 3_Snake&S6AVFM-157.tif" -background none -flatten test.png or convert -quiet "Aviator_Brown Gold_Mic 3_Snake&AVFM-157.tif" -background white -flatten -quality 85 test.jpg Boom, these both work! Genuinely surprised we were able to get help with this. Very ...
- 2017-02-09T13:04:41-07:00
- Forum: Users
- Topic: Conversion with Blending Layer Issues (tif to jpg)
- Replies: 13
- Views: 4974
Re: Conversion with Blending Layer Issues (tif to jpg)
Your syntax is wrong. Put the input image right after convert. Also you did not say what platform you are on. JPG output does not support transparency. Try saving to PNG. Or flatten against a white background. Platform Windows Server 2012 We have a GUI in front of the convert.exe that places the ...
- 2017-02-09T12:40:15-07:00
- Forum: Users
- Topic: Conversion with Blending Layer Issues (tif to jpg)
- Replies: 13
- Views: 4974
Re: Conversion with Blending Layer Issues (tif to jpg)
What is your IM version and platform/OS, since syntax may vary. Please always provide that. What were your exact full command lines? Version: 7.0.1 Commands: 1. convert -quality 85 -flatten file.tif -resize 2400x2400 file.jpg 2. convert -quality 85 -layers merge file.tif -resize 2400x2400 file.jpg ...
- 2017-02-09T09:06:18-07:00
- Forum: Users
- Topic: Conversion with Blending Layer Issues (tif to jpg)
- Replies: 13
- Views: 4974
Re: Conversion with Blending Layer Issues (tif to jpg)
Ignore the different sizes. The different images are the outcomes of the various conversion arguments we tried on the original file.
- 2017-02-09T08:20:31-07:00
- Forum: Users
- Topic: Conversion with Blending Layer Issues (tif to jpg)
- Replies: 13
- Views: 4974
Conversion with Blending Layer Issues (tif to jpg)
The below #1 argument has worked for thousands of images but recently tif files containing a blending layer have resulted in the following issue: Original file: https://www.dropbox.com/s/iazfiswmn6yu8b5/Aviator_Brown%20Gold_Mic%203_Snake%26S6AVFM-157.tif?dl=0 PNG preview of original: http://i.imgur ...