Skip to content

Commit

Permalink
Add Gimp sources for xgterm and ximtool icons
Browse files Browse the repository at this point in the history
The sources are 512x512. They can be converted and scaled with
ImageMagick:

convert XGTerm.xcf \
  -background transparent -flatten \
  -scale 128x128 \
  xgterm.png

Linux (freedesktop) wants to have icons in 16x16...512x512 as optimum.

For macOS, one needs to include a transparent border around it:

convert XGTerm.xcf \
  -background transparent -flatten \
  -bordercolor transparent -border 5% \
  -scale 128x128 \
  xgterm.png
  • Loading branch information
olebole committed Aug 26, 2024
1 parent 0c4c23d commit 6b2e050
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Binary file added xgterm/XGTerm.xcf
Binary file not shown.
Binary file added ximtool/XImtool.xcf
Binary file not shown.

0 comments on commit 6b2e050

Please sign in to comment.