Questions tagged [rasterize]
74 questions
6
votes
1 answer
Rasterize is influenced by WindowSize of the notebook where I run it
The two images show what I mean:
Actually, the problem I have is that I need the images as in the second case, that's the whole expression in one row. In realty, the code is even more complex and is executed by the kernel calling UsingFrontEnd (it…
bobknight
- 2,037
- 1
- 13
- 15
1
vote
0 answers
Rastersize: Problems with small images (image size, antialiasing)
I wrote:
RasterizeWord[word_, font_, size_] :=
Rasterize[Style[word, FontFamily -> font, Black],RasterSize -> size,Background -> Gray]
f=RasterizeWord["A", "Arial", 20]
and I got (after zoom):
with 18 pixels (easy to calculate). Why??
How to…
ZYX
- 561
- 2
- 8