diff options
author | electrikmilk <brandonjordan124@gmail.com> | 2022-08-23 19:26:06 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-08-24 12:01:19 +0200 |
commit | 1a9d4ffecfd59ec50d3067243436f41d42344624 (patch) | |
tree | 3c8572519549714e3ffa61e18f8bc6ff62df1423 /Base/res/icons | |
parent | 07a7d3e136cf1303fd9eec8f23a57c95afe45dc6 (diff) | |
download | serenity-1a9d4ffecfd59ec50d3067243436f41d42344624.zip |
PixelPaint: Add more icons
This adds menu item icons for Add Mask, Flatten Image, Fit Image To
View, and Generic 5x5 Convolution.
This modifies the menu item icon for Swap Colors to make the action more
obvious and improve accessibility.
Diffstat (limited to 'Base/res/icons')
-rw-r--r-- | Base/res/icons/pixelpaint/add-mask.png | bin | 0 -> 208 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/fit-image-to-view.png | bin | 0 -> 160 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/flatten-image.png | bin | 0 -> 159 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/generic-5x5-convolution.png | bin | 0 -> 112 bytes |
-rw-r--r-- | Base/res/icons/pixelpaint/swap-colors.png | bin | 3070 -> 153 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/pixelpaint/add-mask.png b/Base/res/icons/pixelpaint/add-mask.png Binary files differnew file mode 100644 index 0000000000..4fcfaddddd --- /dev/null +++ b/Base/res/icons/pixelpaint/add-mask.png diff --git a/Base/res/icons/pixelpaint/fit-image-to-view.png b/Base/res/icons/pixelpaint/fit-image-to-view.png Binary files differnew file mode 100644 index 0000000000..8e0c765aaf --- /dev/null +++ b/Base/res/icons/pixelpaint/fit-image-to-view.png diff --git a/Base/res/icons/pixelpaint/flatten-image.png b/Base/res/icons/pixelpaint/flatten-image.png Binary files differnew file mode 100644 index 0000000000..43b9f41ed3 --- /dev/null +++ b/Base/res/icons/pixelpaint/flatten-image.png diff --git a/Base/res/icons/pixelpaint/generic-5x5-convolution.png b/Base/res/icons/pixelpaint/generic-5x5-convolution.png Binary files differnew file mode 100644 index 0000000000..d1140c2fe6 --- /dev/null +++ b/Base/res/icons/pixelpaint/generic-5x5-convolution.png diff --git a/Base/res/icons/pixelpaint/swap-colors.png b/Base/res/icons/pixelpaint/swap-colors.png Binary files differindex e264ac3f57..8851eac356 100644 --- a/Base/res/icons/pixelpaint/swap-colors.png +++ b/Base/res/icons/pixelpaint/swap-colors.png |