10-21-2017, 08:21 PM
Thread Rating:
Removing graph lines from image
|
10-21-2017, 10:51 PM
Quality of image is a problem. There are compression artifacts (chroma subsampling quartered means that black isn't black), and it has been rescaled. If you really want a clean result it has to be redone, but even though there is no silver bullet it is not such a daunting task. So IHMO you best course of action:
If you use paths, once you have rescaled the picture to a multiple of 49x49 you can also use Inkscape to create a SVG file.
Do you have lots of these? Ofnuts method is general and will work with a variety of images.
For simple image as given: 1. Filters -> Generic -> Dilate will tend to overwrite the black grid. screenshot: https://i.imgur.com/OB9wQBI.jpg 2. Image -> Mode -> Indexed with the number of colours set to the number of colours in the image to reduce to those colours. Hopefully that works, otherwise it becomes a matter of editing the colormap. https://i.imgur.com/Yu4jJ3B.jpg 3. Assuming it works easily, that will Export to a .png file "as-is" or back to RGB mode for inclusion in a larger image. Again Export that as a png. https://i.imgur.com/cky5wB4.jpg edit: your image using above.
10-22-2017, 08:34 AM
The problem is that there are no real black lines, since they don't fall on integer pixels. So they are a mix of colors and it is very difficult to select the black lines without selecting the purple squares as well.
|
« Next Oldest | Next Newest »
|