Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving DDS "with existing mipmaps" should be possible for non-quadratic images #34

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

  1. make/load a non-quadratic dds image with mipmaps (for example aspect ratio 1:2)
  2. try to save it
  3. try to select "use existing mipmaps": its grayed out

What is the expected output? What do you see instead?

  It should be possible to use existing mipmaps - to be able to correct distortions of mipmaps produced after a previous step of creating them automatically.

What version of the product are you using? On what operating system?

  GIMP 2.8.10; GIMP-DDS 3.0.1

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 19 May 2014 at 3:55

@GoogleCodeExporter
Copy link
Author

This has been reported as debian bug #731486
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731486

The author of the bug report said it is due to "when exporting existing layers 
as mipmaps it validates the layers by looking for a chain with each successive 
layer being half the size of the previous, using a bitshift for a fast divide 
by 2, so when looking for the next layer after 2x1 it would try to find 1x0 and 
fail."

Original comment by [email protected] on 25 May 2014 at 12:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant