| Author |
Topic: Photoshop and dds |
|
|
|
| sentchy |
General Member Since: May 6, 2006 Posts: 212 Last: Oct 31, 2006 [view latest posts] |
|
|
|
Category: CoD2 MP Mapping Posted: Friday, Jun. 2, 2006 03:40 pm |
 |
Power of two reference to the mathematical term power. It means a number multiplied by itself twice, three times, four times and so on. For power of 2 this means:
2*2 = 4
2*2*2 = 8
2*2*2*2=16
2*2*2*2*2=32
2*2*2*2*2*2=64
...etc
It is often written as 2^x. The ^ is read as power.
More simple power of two is any of the following numbers:
2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, etc...
So for example an image of 8x256 is fine, one of 20x256 is not since the 20 is not a power of 2.
For a loading screen you image size has to be 1024x1024.
So in photoshop you need to create an image of that size, using crop or other tools to get that size. So check that the image you have prior to saving as a DDS has that width and height.
edited on Jun. 2, 2006 11:46 am by sentchy |
 |
|
|
|
|
|
| XiteR! |
 |
General Member Since: Oct 3, 2006 Posts: 84 Last: Aug 10, 2008 [view latest posts] |
|
|
|
Category: CoD2 MP Mapping Posted: Thursday, Oct. 19, 2006 04:38 pm |
 |
sentchy writes...Quote: Power of two reference to the mathematical term power. It means a number multiplied by itself twice, three times, four times and so on. For power of 2 this means:
2*2 = 4
2*2*2 = 8
2*2*2*2=16
2*2*2*2*2=32
2*2*2*2*2*2=64
...etc
It is often written as 2^x. The ^ is read as power.
More simple power of two is any of the following numbers:
2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, etc...
So for example an image of 8x256 is fine, one of 20x256 is not since the 20 is not a power of 2.
For a loading screen you image size has to be 1024x1024.
So in photoshop you need to create an image of that size, using crop or other tools to get that size. So check that the image you have prior to saving as a DDS has that width and height.
edited on Jun. 2, 2006 11:46 am by sentchy
Yes, but how can i create a size for my image? "using crop..." where is that tool? (im using PS 9)
![[confused]](images/BBCode/smilies/confused.gif) |
|
|
|
| Pedro699 |
General Member Since: Jun 19, 2006 Posts: 781 Last: Dec 18, 2010 [view latest posts] |
|
|
|
|
| BallisticTip |
General Member Since: Dec 10, 2004 Posts: 979 Last: Nov 30, 2008 [view latest posts] |
|
|
|
Category: CoD2 MP Mapping Posted: Friday, Oct. 20, 2006 01:29 am |
 |
Quote: Yes, but how can i create a size for my image? "using crop..." where is that tool? (im using PS 9)
PS has a couple of tools for cropping, both on the upper section of the floating toolbar. One is the crop tool which lets you desigate your size, and the second the the "selection" tool which, once selecting the part of the image, lets you ctop from the menu bar.
Resizing an image to a a new size with different proportions changes the, well, proportions and will make the image look stretched or "squished". |
 |
|
|
| XiteR! |
 |
General Member Since: Oct 3, 2006 Posts: 84 Last: Aug 10, 2008 [view latest posts] |
|
|
|
Category: CoD2 MP Mapping Posted: Friday, Oct. 20, 2006 04:59 pm |
 |
i do crop it and resize it...but cant again save in .dds extension (i have a Alpha Channel)
Can some 1 see whats wrong???
512cm x 512cm
 |
|
|
|
| XiteR! |
 |
General Member Since: Oct 3, 2006 Posts: 84 Last: Aug 10, 2008 [view latest posts] |
|
|
|
Category: CoD2 MP Mapping Posted: Sunday, Oct. 29, 2006 06:30 pm |
 |
hi again.
i have rezise my image to 16x16 but, and when i do Enter the 16x16 change to 16.007x16.007 ![[mad]](images/BBCode/smilies/mad.gif) (non power of two ![[rolleyes]](images/BBCode/smilies/rolleyes.gif) )
Any sugestions?? ![[sad]](images/BBCode/smilies/sad.gif) |
|
|
|
| OLD_MAN_WITH_GUN |
General Member Since: May 13, 2006 Posts: 754 Last: Jan 23, 2010 [view latest posts] |
|
|
|
Category: CoD2 MP Mapping Posted: Sunday, Oct. 29, 2006 11:08 pm |
 |
tuning19 writes...Quote: hi again.
i have rezise my image to 16x16 but, and when i do Enter the 16x16 change to 16.007x16.007 Dont't change the size by cm, inches or anything else. You have to change it by pixels. |
 |
|
|
| esc-sickboy |
General Member Since: May 3, 2006 Posts: 121 Last: May 26, 2008 [view latest posts] |
|
|
|
|
|
|
mp_TempleCall of Duty: Mods: Multiplayer (624.12Kb)
|