Convert GIFs in com.wudsn.ide.snd to PNG

This commit is contained in:
Peter Dell 2023-02-26 16:41:38 +01:00
parent 9e4654e8de
commit 62102443b5
18 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 986 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 856 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

View File

@ -33,9 +33,9 @@ final class Icons {
static {
AbstractIDEPlugin plugin = SoundPlugin.getInstance();
PLAY = plugin.getImage("player-play-16x16.gif");
PAUSE = plugin.getImage("player-pause-16x16.gif");
STOP = plugin.getImage("player-stop-16x16.gif");
EXPORT = plugin.getImage("player-export-16x16.gif");
PLAY = plugin.getImage("player-play-16x16.png");
PAUSE = plugin.getImage("player-pause-16x16.png");
STOP = plugin.getImage("player-stop-16x16.png");
EXPORT = plugin.getImage("player-export-16x16.png");
}
}