Just in case for future readers a small FAQ on the subject of 4K monitors. Bottom line no action is required from Developers.
- Are the existing icons just scaled or are there different icons for high resolution displays?
Neither. We only have 2 sizes; Small (16x16) and Large (32x32). CUI icons are just scaled up by acad when the display scaling of OS is higher than 100%.
Naturally, an up-scaling on a bitmap results in a fuzzy appearance on the UI.
- Any different type (png) of icon necessary?
N/A. The Ribbon supports the same formats as it has always.
- Any additional resolution of the icons for 4K necessary for the different possible sizes in the ribbons (currently 16x16 and 32x32)?
if a developer tries to use a bmp/ico/png larger or smaller than 16/32 pixels in CUI, acad will stretch the image to 16/32, and then scale it up to match the current display setting
- What are the recommendations for the ADN developers? I did not find any information in the Object ARX help files.
No specific advice or work should be needed to support high resolution displays.
Perhaps only just “use simple designs that scale without significant degradation”.