Tag Archive
amateur astronomy awk bash b[e] supergiant cartoon conference convert evolved star exoplanet fedora figaro fits fun galaxy iraf large magellanic cloud latex linux lmc machine learning magellanic clouds massive star matplotlib meteor mypaper paper peblo photometry planet pro-am pyraf python red supergiant scisoft skinakas observatory small magellanic cloud smc spectroscopy starlink talk ubuntu university of crete video x-ray yellow hypergiant
Adding transparency with GIMP
Open your image with GIMP and:
1. Layer -> Transparency -> Add Alpha Channel
2. Select either by colour or selected area:
a. Select -> By Colour -> click on a colour (choose additional colours by holding down Shift and clicking again)
b. Tools -> Selection tools -> (appropriate tool) (shift-click to add more regions/colors)
4. Edit -> Clear
5. File -> Save As … -> select GIF format
-> export: select either Indexed or Greyscale -> save as GIF: check ‘Interlace’ option
and you get a great transparent image!
Adding scripts in GIMP
GIMP is a very powerful image processing program, equivalent to Adobe’s Photoshop, but with the biggest advantage that is totally free (and open source).
Apart from its own capabilities someone can add more scripts (.scm files) in the folder:
local use: ~/.gimp-2.x/scripts
global use: /usr/share/gimp/2.x/scripts
[or for Win
local use: C:\Documents and settings\username\.gimp-2.x\scripts
global use: C:\Program Files\GIMP-2.0\share\gimp\2.x\scripts ]
and then you go to : Filter > Script-Fu > Refresh scripts
to update the script list. The scripts will be obvious at the Script-fu tab.
A good example of how covenient some scripts can be is the following Fake HDR range effect.