Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flat mosaic (zero height)
#3
It would be very complicated. Along the edges, pixels are partially transparent, so the frontier between two tiles is the overlap of partially transparent pixels, which is never totally opaque. So you have to either cover-up the mess (like what is done with the unescapable 1px) or devise an algorithm to figure out which edges should be made of fully opaque pixels (and handle  vertices pixels appropriately).

A possible shortcut is to get the mosaic with joins as little intrusive as possible (color and thickness):

   

And then apply a small "Median blur" to the picture:

   
Reply


Messages In This Thread
Flat mosaic (zero height) - by gimpoid - 06-09-2022, 11:28 AM
RE: Flat mosaic (zero height) - by rich2005 - 06-09-2022, 12:07 PM
RE: Flat mosaic (zero height) - by Ofnuts - 06-09-2022, 12:37 PM
RE: Flat mosaic (zero height) - by tmanni - 06-09-2022, 02:29 PM
RE: Flat mosaic (zero height) - by PixLab - 06-10-2022, 01:06 AM
RE: Flat mosaic (zero height) - by gimpoid - 06-09-2022, 06:47 PM
RE: Flat mosaic (zero height) - by tmanni - 06-10-2022, 04:35 AM
RE: Flat mosaic (zero height) - by PixLab - 06-10-2022, 04:55 AM
RE: Flat mosaic (zero height) - by gimpoid - 06-10-2022, 06:11 AM
RE: Flat mosaic (zero height) - by tmanni - 06-10-2022, 06:16 AM
RE: Flat mosaic (zero height) - by PixLab - 06-10-2022, 11:12 PM
RE: Flat mosaic (zero height) - by Krikor - 06-10-2022, 08:19 PM

Forum Jump: