operator('Opacity', 'Assign', Math.round( (1 - opacity) * 100 ) + '%')
This command from the gm library for node replaces the whole picture. How I can replace only space with white color on the image with this lib?
operator('Opacity', 'Assign', Math.round( (1 - opacity) * 100 ) + '%')
This command from the gm library for node replaces the whole picture. How I can replace only space with white color on the image with this lib?