Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
I've reproduced this in the latest (development) version. crnlib's DDS reader 
is in dds_texture::read_dds_internal(). It looks like this function is failing 
to handle non-DXTc files which use dwLinearSize vs. lPitch:

        dwSize  124 unsigned int
        dwFlags 528391  unsigned int
        dwHeight    52  unsigned int
        dwWidth 52  unsigned int
        lPitch  10816   int
        dwLinearSize    10816   unsigned int

dwFlags is 0x00081007, and DDSD_LINEARSIZE is 0x00080000, but lPitch and 
dwLinearSize are unioned.

The fix should be pretty easy. I'll fix the latest development version first. 
Thanks a bunch for the report.

Original comment by [email protected] on 11 Aug 2012 at 8:01

from crunch.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Just grabbed the source using svn and it seems this bug has not been fixed, 
should I expect it to be fixed?

Original comment by [email protected] on 24 Oct 2012 at 12:03

from crunch.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Hi Christian - Yes, I've fixed this in my local development branch. Apologies 
for the delay, I've been pretty slammed with other projects, so I haven't had 
much time to work on crunch a whole lot. I'll try to release my current devel 
version to a branch in SVN within the week.

Original comment by [email protected] on 24 Oct 2012 at 4:42

from crunch.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Or you could zip it up and dropbox it for me...

Original comment by [email protected] on 24 Oct 2012 at 5:21

from crunch.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
I've checked the latest code into SVN. This problem is hopefully fixed.

Original comment by [email protected] on 25 Nov 2012 at 9:01

from crunch.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.