Hi, I'm trying to find a good cloud texture for Earth, and I found one that I like. The problem is though that the clouds are drawn on a black background. Is there anyway to remove the black bakcground without hurting the clouds? I'm going to give you an example of what I mean, but this is NOT the picture I want to use.
Cloud texture
Cloud texture
^_^
Re: Cloud texture
If you are using photoshop (maybe an older version) or software which can handle .8bf files search for "elimblac.8bf".
The plugin deletes every black area of your image by using the Alpha-Channel.
Michael
The plugin deletes every black area of your image by using the Alpha-Channel.
Michael
Re: Cloud texture
I have Photoshop (CS6 and CS5) but can't find the plugin. The file is a normal .jpg-file.MiR wrote:If you are using photoshop (maybe an older version) or software which can handle .8bf files search for "elimblac.8bf".
The plugin deletes every black area of your image by using the Alpha-Channel.
Michael
^_^
Re: Cloud texture
A typical cloud texture for Celestia contains a primary image which is entirely white and an 8bit alpha layer which is grey-scale -- similar to the image that you show. The first thing that you need to do is remove the grey continents from the image (e.g. make them black), then reduce it to an 8bit image, and then insert it into a 32bit PNG as its alpha channel.
These steps are relatively straight-forward when using a command-line image manipulation program like ImageMagick's utility convert.
These steps are relatively straight-forward when using a command-line image manipulation program like ImageMagick's utility convert.
Selden
Re: Cloud texture
Nibla wrote:I have Photoshop (CS6 and CS5) but can't find the plugin. The file is a normal .jpg-file.MiR wrote:If you are using photoshop (maybe an older version) or software which can handle .8bf files search for "elimblac.8bf".
The plugin deletes every black area of your image by using the Alpha-Channel.
Michael
elimblac doesn't seem exist anymore. BUT: you can download the eliminate white from here:
http://www.edesign.com/filters/
and does invert the image. Blacks will be white and whites will be black. Once removed the white, do invert the image again.
Note that you need of the file msvcrt10.dll, because is an old DLL which M$ has removed from the OS's installation. The DLL and the instruction are here:
http://thepluginsite.com/products/picopro/tutorials/makework.htm
BTW:
sound weird to me that CS6/CS5 doesn't have a color-to-alpha option like GIMP... Note that like Selden says, you must make a layer from the JPG, the plugin doesn't work on a plain background image.
Never at rest.
Massimo
Massimo
Re: Cloud texture
The plugin does not seem to work. I have 64-bit on both Photoshop.Fenerit wrote:Nibla wrote:I have Photoshop (CS6 and CS5) but can't find the plugin. The file is a normal .jpg-file.MiR wrote:If you are using photoshop (maybe an older version) or software which can handle .8bf files search for "elimblac.8bf".
The plugin deletes every black area of your image by using the Alpha-Channel.
Michael
elimblac doesn't seem exist anymore. BUT: you can download the eliminate white from here:
http://www.edesign.com/filters/
and does invert the image. Blacks will be white and whites will be black. Once removed the white, do invert the image again.
Note that you need of the file msvcrt10.dll, because is an old DLL which M$ has removed from the OS's installation. The DLL and the instruction are here:
http://thepluginsite.com/products/picopro/tutorials/makework.htm
BTW:
sound weird to me that CS6/CS5 doesn't have a color-to-alpha option like GIMP... Note that like Selden says, you must make a layer from the JPG, the plugin doesn't work on a plain background image.
^_^
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
Re: Cloud texture
--- edit----
Last edited by John Van Vliet on 18.10.2013, 11:43, edited 1 time in total.
Re: Cloud texture
Works great! Thank you so much!john Van Vliet wrote:the image in the first post is from X-Planet
and is rather small ( as i recall the free version is 2048x1024 )
http://xplanet.sourceforge.net/clouds.php
-- the daily automated build , for today--
http://xplanet.sourceforge.net.nyud.net ... s_2048.jpg
the large 43200x21600 Bluemarble cloud map is here
ftp://neo.sci.gsfc.nasa.gov/bluemarble/
a very good and free GPL program for working with transparency is " The Gimp "
for this example i will use the above XPlanet map
just a few mouse clicks and it is done
first convert the grayscale image to RGB
"image" > "mode" and click on the RGB radio button
then click on
"color" and select "color to alpha
( the default is white -- #FFFFFF )
change the color to black -- #000000
-- the "checkerboard" represents the transparent area
then
"file" > "export" and save AS A png IMAGE !!!
jpg dose NOT support a transparency
^_^