HiDpi

Selects the @2x HiDPI variant for bitmap images when running on a HiDPI screen.

If an image does not have a HiDPI variant, the base image will be used.

Note that combining a Size with HiDpi could lead to unexpected results and is not supported as of now. Generally speaking, however, the IntelliJ Platform tends to use only Size for SVGs and only HiDpi for PNGs, even though both are in theory supported for all formats.

Base image nameHiDPI image name
my-icon.pngmy-icon@2x.png
my-icon.svgN/A

See also