Skip to content

How to make icons that will fit with Fallout theme #27

Answered by shvchk
thunkadelic asked this question in Q&A
Discussion options

You must be logged in to vote

Hey guys 😉
I did icons conversion some years ago, so I don't remember exact command, but I would try one of these:

  • GIMP → Color → Colorize → Color → HTML notation → 67d97a
    For batch processing with GIMP use BIMP* gimp-drawable-colorize-hsl with hue: 130, saturation 60, lightness 25.5. These HSL values are from GIMP Colorize dialog for #67d97a, with hue value converted to degrees by multiplying it by 360.
  • coloration -h 130 -s 60 -l 25.5 in.png out.png from Fred's ImageMagick Scripts
  • convert in.png -colorspace RGB -colorspace Gray -fill '#67d97a' -tint 100 out.png
  • convert in.png -colorspace RGB -colorspace Gray +level-colors black,'#67d97a' out.png
    You might also want to increase brightnes…

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by shvchk
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #9 on December 05, 2022 08:40.