Manipulating image pixels – libraries?
I want to make lines in an existing monochrome raster image a lot wider. Are there any pixel manipulation libraries I can look at? Or any hints on how to go about this? My only thought initially is to look for black pixels and grow them in all 4 x-y directions but that won’t look too good for sloping lines.