diff options
author | Marcus Nilsson <brainbomb@gmail.com> | 2022-01-13 16:47:51 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-13 17:59:58 +0100 |
commit | 56be956eb52eb604d8e55f02aa6443f0da8768b8 (patch) | |
tree | 25250b19c93457e51363d3db2ed0fca0cc9599c0 /Base | |
parent | 6523f03d47a0e4483c6f27bb134447609641d6a9 (diff) | |
download | serenity-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.png | bin | 5535 -> 159 bytes |
-rw-r--r-- | Base/res/icons/16x16/edit-flip-vertical.png | bin | 5501 -> 158 bytes |
-rw-r--r-- | Base/res/icons/16x16/edit-rotate-cw.png | bin | 5388 -> 134 bytes |
-rw-r--r-- | Base/res/icons/16x16/filetype-archive.png | bin | 1112 -> 406 bytes |
-rw-r--r-- | Base/res/icons/32x32/filetype-archive.png | bin | 4200 -> 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 Binary files differindex 5cfac01272..d7f0a3848c 100644 --- a/Base/res/icons/16x16/edit-flip-horizontal.png +++ b/Base/res/icons/16x16/edit-flip-horizontal.png diff --git a/Base/res/icons/16x16/edit-flip-vertical.png b/Base/res/icons/16x16/edit-flip-vertical.png Binary files differindex 670fee3d0a..1139a07e33 100644 --- a/Base/res/icons/16x16/edit-flip-vertical.png +++ b/Base/res/icons/16x16/edit-flip-vertical.png diff --git a/Base/res/icons/16x16/edit-rotate-cw.png b/Base/res/icons/16x16/edit-rotate-cw.png Binary files differindex 3fd03e3779..384b388c7d 100644 --- a/Base/res/icons/16x16/edit-rotate-cw.png +++ b/Base/res/icons/16x16/edit-rotate-cw.png diff --git a/Base/res/icons/16x16/filetype-archive.png b/Base/res/icons/16x16/filetype-archive.png Binary files differindex aec94fbff5..09060f6b70 100644 --- a/Base/res/icons/16x16/filetype-archive.png +++ b/Base/res/icons/16x16/filetype-archive.png diff --git a/Base/res/icons/32x32/filetype-archive.png b/Base/res/icons/32x32/filetype-archive.png Binary files differindex c5c9bd4e03..28d3014004 100644 --- a/Base/res/icons/32x32/filetype-archive.png +++ b/Base/res/icons/32x32/filetype-archive.png |