Cannot save cube map that has mipmaps
Closed this issue · 4 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Open a cube map that has mipmaps
2. Save as .dds
What is the expected output? What do you see instead?
Expected to save the cube map as it is.
What version of the product are you using? On what operating system?
GIMP 2.6.7, GIMP DDS Plugin 2.0.9, Windows XP Professional (32 bit)
Original issue reported on code.google.com by Sangbae....@gmail.com
on 3 Sep 2010 at 4:24
GoogleCodeExporter commented
In the current release, saving layers as mipmaps is not supported. In the
current SVN trunk, there is support for saving layers as mipmaps for regular 2D
images. This feature will be included in the next release. Cube and volume
map saving with existing mipmaps will be supported in a later release.
As a work-around, you can uncheck the "Load mipmaps" option when opening the
image, make your edits and save again with the "Generate mipmaps" option
checked.
I am relabeling this issue as Priority-Low. There are more pressing features
to implement at this time (namely, DX10 extensions to the DDS format). If you
have an urgent reason why you need this functionality, I will hear your
argument and make further considerations.
Thank you for your report!
Original comment by ski...@gmail.com
on 3 Sep 2010 at 9:16
- Changed state: Started
- Added labels: Priority-Low
- Removed labels: Priority-Medium
GoogleCodeExporter commented
Thank you for your quick response.
I don't have any urgent reason and the current version is already very useful
for me.
I'll wait for the later release and look forward to it.
Thank you very much!
Original comment by Sangbae....@gmail.com
on 3 Sep 2010 at 9:32
GoogleCodeExporter commented
Just an update. I've started working on this feature. See issue 26 for
further updates!
Original comment by ski...@gmail.com
on 20 Dec 2013 at 6:44
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
GoogleCodeExporter commented
As of revision 243, saving existing cube map mipmaps is supported. It will be
included in the next release.
Original comment by ski...@gmail.com
on 12 Feb 2014 at 10:52
- Changed state: Fixed