Search found 5 matches

by florianlabas
2015-03-19T10:49:55-07:00
Forum: Bugs
Topic: DDS format / mipmaps parameter
Replies: 9
Views: 10729

Re: DDS format / mipmaps parameter

Of course, here's the square of 2 management : LImage.SourceDimensionX = image.Width LImage.SourceDimensionY = image.Height Dim width_def As Integer = LImage.SourceDimensionX Dim height_def As Integer = LImage.SourceDimensionY If (LImage.SourceDimensionX Mod 4 > 0) Then width_def = LImage ...
by florianlabas
2015-03-19T10:46:42-07:00
Forum: Bugs
Topic: DDS format / mipmaps parameter
Replies: 9
Views: 10729

Re: DDS format / mipmaps parameter

Hey there, here's some output file I test on severals DDS reader and i'm pretty sure IM don't generate mipmap Is it a IM bug ? Original image : http://s000.tinyupload.com/?file_id=02878680076611448232 With IM http://s000.tinyupload.com/?file_id=30739732066001547879 With Photoshop and Nvidia DDS ...
by florianlabas
2015-03-10T12:42:03-07:00
Forum: Bugs
Topic: DDS format / mipmaps parameter
Replies: 9
Views: 10729

Re: DDS format / mipmaps parameter

Sure !
by florianlabas
2015-03-09T00:21:17-07:00
Forum: Bugs
Topic: DDS format / mipmaps parameter
Replies: 9
Views: 10729

Re: DDS format / mipmaps parameter

Hi,

I tried to load the DDS file under Photoshop with NVIDIA Texture extension that reveal mipmaps
by florianlabas
2015-03-08T14:47:23-07:00
Forum: Bugs
Topic: DDS format / mipmaps parameter
Replies: 9
Views: 10729

DDS format / mipmaps parameter

Hi, i''m trying the convert files to DDS and it seems that dds:mipmaps is not working convert -format dds -define dds:mipmaps=5 -define dds:compression=dxt1 Sudoku1.png Sudoku1.dds dds:compression works fine, but not mipmaps Have seen in the source code some "skip mipmaps", was it releavant ? Thanks ...