Am 01.09.22 um 10:44 schrieb juh+ntg-context--- via ntg-context: > > Hi, > > what is resolution meant to do? > > Whatever I insert as resolution, I get no change. > > \setupexternalfigure[location={default,local},resolution=30] > \starttext > \externalfigure[hacker] > \stoptext > > What am I missing? The resolution parameter is still not used by default ConTeXt, sorry. But you can use it with the attached lua file like: \loadluafile[grph-downsample] \doifmodeelse{print}{% \def\Resolution{300} }{% \def\Resolution{96} }% \setupexternalfigures[ %directory={./Logos,img}, conversion=lowres.jpg, resolution=\Resolution, ] Hraban