Problem with texture of Mars 8192x8192

Tips for creating and manipulating planet textures for Celestia.
Topic author
tgrisha
Posts: 2
Joined: 26.06.2006
With us: 18 years 4 months

Problem with texture of Mars 8192x8192

Post #1by tgrisha » 26.06.2006, 12:19

Hi!
I have a texture of Mars 8192x8192. How to resize or resample this texture of Mars to 8192x4096? I tested in software IRIS resample this texture, but texture compressed in vertical. :(
I've gotten Cygwin, ImageMagick, and Fridger's script to creates with tiles size 1024 for use in Celestia, but the texture is`t 8192 x 4096.
Help me, i`m new in Celestia.
Thanks very mach!

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Re: Problem with texture of Mars 8192x8192

Post #2by t00fri » 26.06.2006, 12:43

tgrisha wrote:Hi!
I have a texture of Mars 8192x8192. How to resize or resample this texture of Mars to 8192x4096? I tested in software IRIS resample this texture, but texture compressed in vertical. :(
I've gotten Cygwin, ImageMagick, and Fridger's script to creates with tiles size 1024 for use in Celestia, but the texture is`t 8192 x 4096.
Help me, i`m new in Celestia.
Thanks very mach!


Where did you get this texture from?? Who produces big square textures? Are you sure that this is not just half of 2 VT tiles of Mars? Very strange. There are so many correct Mars textures available. What's so special with your square one??

Bye Fridger
Image

Topic author
tgrisha
Posts: 2
Joined: 26.06.2006
With us: 18 years 4 months

Post #3by tgrisha » 26.06.2006, 13:55

I`ve gotten this texture from Google Mars
http://www.google.com/mars/
I copyed from the screen images and greated the texture.
I do`t know about it "...this is not just half of 2 VT tiles of Mars".
May be... But if this 2 VT tiles of Mars that what?
This is Elavation maps of Google Mars. It`s very best elavation maps.
How to greate tiles for this map fo Celestia

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #4by selden » 26.06.2006, 14:29

If the image includes all of the planet's surface features, then, technically, there is no need to resize the texture. Even though it looks squashed horizontally when you look at it by itself with an image viewer, it will be properly stretched when Celestia projects it onto the planet. Its vertical resolution will be twice its horizontal resolution, of course, but that's not necessarily a bad thing.

If the image does not include all of the surface features, then you need to use image manipulation software to add the topography that is missing.

The Map functions in Iris are best used to convert between different types of map projections, not to resize or concatenate images.

I usually use ImageMagick's convert utility to resize images. This command will create an 8Kx4K output image from any size of input image:

Code: Select all

convert -geometry 8192x4096! input.jpg output.jpg


I usually use NetPBM's utility pnmcat to concatenate images. ImageMagick can do it too.
Selden

Avatar
John Van Vliet
Posts: 2944
Joined: 28.08.2002
With us: 22 years 2 months

re

Post #5by John Van Vliet » 27.06.2006, 16:40

hi for a 8192x4096 ( real color) map see this link from the celestia motherload

http://celestiamotherlode.net/creators/ ... 8kMars.zip

and yes i am biase --it is mine

also this one
http://ltpwww.gsfc.nasa.gov/tharsis/mercat.jpg
but it is in mercat and not cyl.


Return to “Textures”