This PR adds the functionality to use an app icon directly without applying any transformations like masking, scaling, padding or adding a background. This is useful e.g. when you already have a perfectly fitting local icon available to use.
By using a transparent background and no padding / scaling, it allows to use icons that are not perfect squares (e.g. https://github.com/ziyucao/android-studio-big-sur-icon) similar to native macOS icons like Xcode, Automator, TextEdit, Preview etc.
This PR adds the functionality to use an app icon directly without applying any transformations like masking, scaling, padding or adding a background. This is useful e.g. when you already have a perfectly fitting local icon available to use.
By using a transparent background and no padding / scaling, it allows to use icons that are not perfect squares (e.g. https://github.com/ziyucao/android-studio-big-sur-icon) similar to native macOS icons like Xcode, Automator, TextEdit, Preview etc.