I've been using a gaussian filter on a smale scale image to get a blurred effect that is faster than -blur. However, in the final product there is a significant color gradient or banding.
I have tried dithering, additional blurring and a number of other commands but cannot seem to reduce it in any way.
Are there any alternative approaches I could consider that are still fast but produce less banding?
Input Image = $imagein

Command
convert -units PixelsPerInch $imagein -resize 360X360\> -filter gaussian -resize 50% -define filter:sigma=5.0 -resize 500% -scale 600% -crop 2048x1500+1676+1950 -fill white -colorize 50% -density 72 $imageout
Output image
