Make 128 pixels versions of message box icons.

[GB.FORM.STOCK]
* NEW: Make 128 pixels versions of message box icons.
This commit is contained in:
gambas 2018-09-28 18:58:46 +02:00
parent 4239ddbaf0
commit 5ae2f48bd5
17 changed files with 6 additions and 6 deletions

View file

@ -201,14 +201,14 @@ Public Sub Main()
Dim sFile As String
Dim sDir As String
Dim sPath As String
Dim hImage As Image
'Dim hImage As Image
Quit
sDir = "~/gambas/git/master/comp/src/gb.form.stock/gambas-mono/32"
For Each sFile In Dir(sDir, "*.png")
'sDir = "~/gambas/git/master/comp/src/gb.form.stock/"
sDir = "/home/benoit/gambas/git/master/"
For Each sFile In RDir(sDir, "*.png")
Print sFile
sPath = sDir &/ sFile
hImage = Image.Load(sPath).Brightness(32 / 256)
hImage.Save(sPath)
Exec ["convert", sPath, "-strip", sPath] Wait
Next
End

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 929 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 B

After

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 336 B