1 registered members (AndrewAMD),
14,661
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Possible to use JPG textures?
[Re: Paragon]
#111942
02/14/07 19:47
02/14/07 19:47
|
Joined: Jun 2005
Posts: 4,875
broozar
Expert
|
Expert
Joined: Jun 2005
Posts: 4,875
|
|
|
|
Re: Possible to use JPG textures?
[Re: Paragon]
#111943
02/14/07 20:28
02/14/07 20:28
|
Joined: Jul 2001
Posts: 6,904
HeelX
Senior Expert
|
Senior Expert
Joined: Jul 2001
Posts: 6,904
|
Downfall? I dont think so. Did you ever heared about DDS? - JPEGs are small on the HD, but they have to be converted into directX texture surfaces when you use them as textures or skins. The downfall of JPEGs are visible: you will use fairly the same amount of videomemory as bitmaps, but JPEGs contain artifacts. So the benefit of low HD space (do you have a 10MB HD?) take no benefit in videomemory!!
- JPEGs cannot inherit alpha masks
- DDS files are compressed files like JPEG (they contains as well compression artifacts), but they are compressed with directX texture compression, so that the consumpted space on the HD is equivalent to the consumpted video memory. DDS files are available under A6 and they run very fine.
So I guess "downfall" is the wrong word in here. I dont miss it! Cheers Christian
|
|
|
Re: Possible to use JPG textures?
[Re: Paragon]
#111944
02/14/07 23:38
02/14/07 23:38
|
Joined: Feb 2007
Posts: 9
Paragon
OP
Newbie
|
OP
Newbie
Joined: Feb 2007
Posts: 9
|
Brilliant, HeelX. Simply brilliant. So uh...this DDS format - photoshop can convert a JPG file to DDS, right? 
|
|
|
Re: Possible to use JPG textures?
[Re: Paragon]
#111946
02/15/07 07:53
02/15/07 07:53
|
Joined: Jun 2005
Posts: 4,875
broozar
Expert
|
Expert
Joined: Jun 2005
Posts: 4,875
|
|
|
|
Re: Possible to use JPG textures?
[Re: Paragon]
#111950
02/15/07 14:22
02/15/07 14:22
|
Joined: Oct 2003
Posts: 4,131
Matt_Aufderheide
Expert
|
Expert
Joined: Oct 2003
Posts: 4,131
|
Quote:
So uh...this DDS format - photoshop can convert a JPG file to DDS, right?
Dont use JPEG at all.. its a bad compression that usually makes texture look very bad if used at any stage. you ought to start with pure 24 bit images, then compress it to DDS when its done. You can get a plugin for photoshop that will open and save dds files.
|
|
|
|