Hello
What is the right way to get the AppIcon image representation of the desired size?
Say, I have filled out the AppIcon with all images from 16x16 up to 1024x1024. Whenever I do NSImage(named: "AppIcon") I get the largest possible image (judging by the image.size).
Is there a way to get a, for example, 32x32 image? Or do I have to draw the image manually as shown here https://stackoverflow.com/questions/11949250/how-to-resize-nsimage/17396521 ?
Thanks
What is the right way to get the AppIcon image representation of the desired size?
Say, I have filled out the AppIcon with all images from 16x16 up to 1024x1024. Whenever I do NSImage(named: "AppIcon") I get the largest possible image (judging by the image.size).
Is there a way to get a, for example, 32x32 image? Or do I have to draw the image manually as shown here https://stackoverflow.com/questions/11949250/how-to-resize-nsimage/17396521 ?
Thanks