When applying the basic error diffusion algorithm (ratser scanline with Floyd coefficients) I noticed that for low intensities the resulting halftoned image is almost black (a very little number of 1 pixels)
I attached below the halftoned images for intensities 1 and 10, the image size 100X100
Is there a problem in my implementation or it is an expected result of the algorithm and is there a solution to solve this problem?