Search found 4 matches
- 2014-03-04T23:32:01-07:00
- Forum: Users
- Topic: Having problem setting background color
- Replies: 6
- Views: 2582
Re: Having problem setting background color
yes, have read on jp2, but considering the dependent complexity of the overall system I won't want to make that change straight ahead but will for sure do research around it. The colorspace swtich for cmyk and max quality setting seem to erase the 5% error cases. Will do more concrete changes during ...
- 2014-03-03T07:08:10-07:00
- Forum: Users
- Topic: Having problem setting background color
- Replies: 6
- Views: 2582
Re: Having problem setting background color
Bingo !. The quality level did the trick in this case but has increased the size above specified limit, so we may be back to zero post compression. Will find a workaround for this. This brings me to another situation, when the input file has colorspace as CMYK, again the background color gets ...
- 2014-03-03T06:46:51-07:00
- Forum: Users
- Topic: Having problem setting background color
- Replies: 6
- Views: 2582
Re: Having problem setting background color
Thanks for responding mate, I have been fighting since morning to resolve this.
Try this link : http://postimg.org/image/ao9onepyx/3a9c6680/
yes, the image is jpeg but so are the other 95% cases.
What could be the problem here ?
Try this link : http://postimg.org/image/ao9onepyx/3a9c6680/
yes, the image is jpeg but so are the other 95% cases.
What could be the problem here ?
- 2014-03-03T06:37:59-07:00
- Forum: Users
- Topic: Having problem setting background color
- Replies: 6
- Views: 2582
Having problem setting background color
I have an image that I need to crop and then pad with a color. The command I have been using is convert $sourceImage -resize x450 -gravity center -background $colorCode -extent 500x631 $targetImage; where the colorCode is #19191B. This works perfectly for 95% cases but for few, the background color ...