Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gimp sources for xgterm and ximtool icons #64

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

olebole
Copy link
Member

@olebole olebole commented Mar 26, 2024

xgterm ximtool

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

macOS also wants to have 16x16 … 512x512 icons as optimum.

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
@olebole olebole merged commit 38f2702 into iraf-community:main Aug 17, 2024
2 checks passed
@olebole olebole deleted the icons branch August 17, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant