1
$\begingroup$

I've checked some quick tutorials to export equations as images, and all of them use the function Rasterize, but when I try to follow this method I get a very low res image of the equation.

Can anyone tell what I'm doing wrong?

This is what happens.

$\endgroup$

1 Answer 1

3
$\begingroup$

When you ask for a big image you also need to specify a high raster resolution. Like so:

eq = HoldForm[μ = (Subscript[μ, max] s^n)/(Subscript[k, s] + s^n)]; With[{size = 600}, Rasterize[TraditionalForm[eq], RasterSize -> size, ImageSize -> size]] 

raster

$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.