Page 1 of 1

images become jazzy after color change

Posted: 2011-05-10T05:07:36-07:00
by ratneshsoni
in this i have one example in that i have two image one is only resize with resize command and another one is first resize and then color change. For color change i use following command :-
convert $inputimage -colorspace Gray $ouputimage
convert $inputimage -fill '#0000ff' -tint 200 $ouputimage

that first i change the image into gray color then request color.

Image

in this image u can easily find the 1st image is only resize using resize command but for the 2nd image it color change using above command but after that it bcum jazzay.
please help in finding me the solution of this

Re: images become jazzy after color change

Posted: 2011-05-10T10:01:15-07:00
by fmw42
Perhaps you could post links to your input and output images and also identify your IM version and platform.

Your tinting is likely affecting anti-aliased pixels differently, some more than others, so you lose the effectiveness of the anti-aliasing from the resize.

Re: images become jazzy after color change

Posted: 2011-05-11T10:25:34-07:00
by ratneshsoni
so what did i use so that image not bcum jazzy.
please help me in this.

Re: images become jazzy after color change

Posted: 2011-05-11T16:37:54-07:00
by anthony
We need to see your input and output images. Put them on some hosting service such a DropBox (no need to download there software to use via web) and post the link.

By the way "Jazzy" is not a word! You may know what you mean, but I have no idea what you mean!

Re: images become jazzy after color change

Posted: 2011-05-11T17:10:31-07:00
by fmw42
anthony wrote:We need to see your input and output images. Put them on some hosting service such a DropBox (no need to download there software to use via web) and post the link.

By the way "Jazzy" is not a word! You may know what you mean, but I have no idea what you mean!

Anthony,

His pictures were there for a while. Not sure why they disappeared, but they were posted as one picture and not separate. What appears to be happening is that his coloring is affecting the anti-aliased pixels from a resize in a way that loses the anti-aliased smoothing and so the edges are jaggy (what he means by jazzy, which is actually a word from the root jazz, e.g. music, but not relevant here)

Fred