Well, you can still user import-pcolors
to import an image, and it will end up flat along the plane of patches where pzcor
= 0. After that, you could:
ask patches with [ pcolor != black ] [
sprout 1 [
set color pcolor
]
]
and generally carry on in the same way we did shape-mosaics in NetLogo 2D.