Skip to main content

Questions tagged [rasterize]

The tag has no usage guidance.

1 vote
0 answers
89 views

How can I rasterize expressions with Runic characters in Wolfram Cloud?

Here is my function to create polynomials with a specific format: ...
Teg Louis's user avatar
0 votes
0 answers
30 views

Automatically replace all excessively large vector graphs with rasterized versions?

Some of my notebooks are huge because vector graphics are taking unexpectedly large size. This also makes scrolling slow. For instance code below takes a few seconds to generate an image which is 10MB ...
Yaroslav Bulatov's user avatar
7 votes
4 answers
1k views

Converting an Unicode's image into polygon data for an SVG

So, I have the the Chinese character 熙, which I can easily turn into an image: img=Rasterize[Text[Style[FromCharacterCode[{29081}], FontSize -> 300]]] which ...
Teg Louis's user avatar
5 votes
1 answer
87 views

Custom Graphics primitives can't work with parallel Rasterize

I tried to create Graphics primitives using the techniques in this, found problems with parallel rasterization ...
expression's user avatar
  • 5,662
2 votes
2 answers
196 views

How to render text at a specific height in pixels?

I would like a way to create an image of text that is a specific height in pixels. In the following code, the text is sized to fit in the specified raster. Since there are five letters, we expect each ...
abwatson's user avatar
  • 1,919
1 vote
2 answers
245 views

How can we keep the plot range clipped while PlotRangeClipping->False?

Adding a label outside the frame at a specific position requires setting PlotRangeClipping -> False and this allows the plot to be outside the frame even when <...
MMA13's user avatar
  • 4,644
0 votes
1 answer
119 views

DropShadowing PlotStyle makes Plot trace pixelated on Cloud and Jupyter. Desktop too? Why? Fixes?

Both working on Wolfram Engine + Jupyter Notebooks or on Wolfram Cloud, I see pixelated traces and axes when using the new PlotStyle...
rhermans's user avatar
  • 36.9k
3 votes
1 answer
85 views

Why does Rasterize introduce a new area into my Graphics object?

Bug introduced in 13.1 or earlier I am using Rasterize on a Graphics object (because I want to count the number of black and ...
Benjamin Márkus's user avatar
2 votes
1 answer
123 views

For Graphics, ImageDimensions yields slightly different value

I use Mathematica version 12.2, Windows 10. Graphics[{Red, Rectangle[{0, 0}, {200, 300}]}, ImageSize -> 200] // ImageDimensions {200, 296} I think the output ...
imida k's user avatar
  • 4,315
0 votes
1 answer
80 views

Rasterize : actual size, within a code [closed]

How to get rasterized image of actual size ? ...
imida k's user avatar
  • 4,315
1 vote
1 answer
187 views

Rasterizing 3d plot adds a weird frame

I am trying to export a 3d plot of good quality. Here is a MWE: ...
bobsacameno's user avatar
8 votes
1 answer
272 views

How can I create accurate image masks from Graphics?

I am looking to generate image masks using Graphics. For this, the requirements are that: The rasterized mask must have the exact same dimensions as the image with ...
Szabolcs's user avatar
  • 236k
3 votes
3 answers
238 views

How to obtain a 3D matrix from Graphics3D?

I have a capillary system and I want to convert this into a numeric matrix. My aim is to create a matrix with NxNxN dimensions of 1's and 0's where the 0's represent the capillary and the 1's ...
SAC's user avatar
  • 1,335
3 votes
0 answers
78 views

Using ColorFunction Rasterizes the plot

When I make a simple plot using ColorFunction, the Mathematica rasterize the plot. Is anyone else having this issue? Does anyone know a way to avoid this? ...
astro's user avatar
  • 31
3 votes
1 answer
306 views

Running out of memory when exporting at high ImageResolution

...
yode's user avatar
  • 26.9k

15 30 50 per page
1
2 3 4 5