Make 128 pixels versions of message box icons.
[GB.FORM.STOCK] * NEW: Make 128 pixels versions of message box icons.
|
@ -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
|
||||
|
|
BIN
comp/src/gb.form.stock/gambas-mono/128/error.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
comp/src/gb.form.stock/gambas-mono/128/info.png
Normal file
After Width: | Height: | Size: 324 B |
BIN
comp/src/gb.form.stock/gambas-mono/128/question.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
comp/src/gb.form.stock/gambas-mono/128/warning.png
Normal file
After Width: | Height: | Size: 929 B |
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 196 B |
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 742 B |
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 241 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 336 B |
BIN
comp/src/gb.form.stock/gambas/128/error.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
comp/src/gb.form.stock/gambas/128/info.png
Normal file
After Width: | Height: | Size: 308 B |
BIN
comp/src/gb.form.stock/gambas/128/question.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
comp/src/gb.form.stock/gambas/128/warning.png
Normal file
After Width: | Height: | Size: 919 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 780 B After Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 336 B |