-blur_x

This command is a specialization of the -blur command, one that convolves images only in the width dimension.

-blur_x convolves an image along the x axis, preserving details along the other two axes. The -display of a 100,100,100,1 volumetric star field, depicted on the left, illustrates the effect. Stars are blurred in the X-Y plane and X-Z elevation, but remain sharp in the Y-Z elevation, where blur_x has no effect whatsoever.

The format of the command is:

-blur_x amplitude[%]>=0,_boundary={ 0=dirichlet | 1=neumann }

Garry Osgood