summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorMarcus Nilsson <brainbomb@gmail.com>2022-01-13 16:47:51 +0100
committerAndreas Kling <kling@serenityos.org>2022-01-13 17:59:58 +0100
commit56be956eb52eb604d8e55f02aa6443f0da8768b8 (patch)
tree25250b19c93457e51363d3db2ed0fca0cc9599c0 /Base
parent6523f03d47a0e4483c6f27bb134447609641d6a9 (diff)
downloadserenity-56be956eb52eb604d8e55f02aa6443f0da8768b8.zip
Base: Fix non-compliant PNG icons
These were found with pngcheck and includes icons that were made with PixelPaint. All were re-saved with GIMP and then stripped with optipng.
Diffstat (limited to 'Base')
-rw-r--r--Base/res/icons/16x16/edit-flip-horizontal.pngbin5535 -> 159 bytes
-rw-r--r--Base/res/icons/16x16/edit-flip-vertical.pngbin5501 -> 158 bytes
-rw-r--r--Base/res/icons/16x16/edit-rotate-cw.pngbin5388 -> 134 bytes
-rw-r--r--Base/res/icons/16x16/filetype-archive.pngbin1112 -> 406 bytes
-rw-r--r--Base/res/icons/32x32/filetype-archive.pngbin4200 -> 892 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/edit-flip-horizontal.png b/Base/res/icons/16x16/edit-flip-horizontal.png
index 5cfac01272..d7f0a3848c 100644
--- a/Base/res/icons/16x16/edit-flip-horizontal.png
+++ b/Base/res/icons/16x16/edit-flip-horizontal.png
Binary files differ
diff --git a/Base/res/icons/16x16/edit-flip-vertical.png b/Base/res/icons/16x16/edit-flip-vertical.png
index 670fee3d0a..1139a07e33 100644
--- a/Base/res/icons/16x16/edit-flip-vertical.png
+++ b/Base/res/icons/16x16/edit-flip-vertical.png
Binary files differ
diff --git a/Base/res/icons/16x16/edit-rotate-cw.png b/Base/res/icons/16x16/edit-rotate-cw.png
index 3fd03e3779..384b388c7d 100644
--- a/Base/res/icons/16x16/edit-rotate-cw.png
+++ b/Base/res/icons/16x16/edit-rotate-cw.png
Binary files differ
diff --git a/Base/res/icons/16x16/filetype-archive.png b/Base/res/icons/16x16/filetype-archive.png
index aec94fbff5..09060f6b70 100644
--- a/Base/res/icons/16x16/filetype-archive.png
+++ b/Base/res/icons/16x16/filetype-archive.png
Binary files differ
diff --git a/Base/res/icons/32x32/filetype-archive.png b/Base/res/icons/32x32/filetype-archive.png
index c5c9bd4e03..28d3014004 100644
--- a/Base/res/icons/32x32/filetype-archive.png
+++ b/Base/res/icons/32x32/filetype-archive.png
Binary files differ