Search found 3 matches

by leoncvlt
2019-10-15T07:42:54-07:00
Forum: Users
Topic: Color banding with high blur values
Replies: 4
Views: 119102

Re: Color banding with high blur values

I did check with the eyedropper tool and indeed the colors do change by one bit at the time - guess this is the best I can do with this setup. However, exporting at a higher resolution (1080p compared to 720p) already generates a way better looking result. Thanks!
by leoncvlt
2019-10-15T02:56:59-07:00
Forum: Users
Topic: Color banding with high blur values
Replies: 4
Views: 119102

Re: Color banding with high blur values


Your linked image is 8-bit.

Your code doesn't have "-depth 16".

What version of IM? What does "magick -version" say?

I suggest you use "magick", not "magick convert".


The image is 8-bit because it's just a screenshot of a part of the original image I took with the snipping tool. I removed ...
by leoncvlt
2019-10-15T01:06:35-07:00
Forum: Users
Topic: Color banding with high blur values
Replies: 4
Views: 119102

Color banding with high blur values

Hi all, I'm experiencing some faint color banding when blurring an image with high values - might be hard to see see but they are noticeable, especially in the center:

https://i.paste.pics/44265e4dc4d0356d449847401adbf207.png

I read that image magick automatically performs the blur operation at ...