Questions tagged [rasterize]
107 questions
-1
votes
1 answer
How to label inner/outer of contour when slice/rasterize 3D objects to image stack?
For 3D printing, we slice the digital objects into image stacks in order to stack them layer by layer using a 3D printer. And when the slice is done, how to label the inner/outer to set the solid parts?
The STL model:
The Slices:
Sample of…

vscv
- 86
- 4
-1
votes
1 answer
How to save pictures with lower resolution in python?
I need to save figures with many data (10.000 points per figure or more...) in lower resolution, to open them with the pdf viewer more quickly. I've heard that a proper combination of rasterized = True and dpi should be used in pylab.savefig.
What…

eduardo.sufan
- 175
- 2
- 2
- 8