Compression error found in PNG file

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53613
    Support
    Keymaster

      Hello! Thank you for images, I will research this issue soon.

      #53648
      Support
      Keymaster

        Hello again! Could you make a demo-app with the error, please? (I can't repeat the error in my test-app)

        What version of Delphi do you uses?

        #53659
        Pavel Poles
        Participant
          'Support' wrote:

          Hello again! Could you make a demo-app with the error, please? (I can't repeat the error in my test-app)

          What version of Delphi do you uses?

          Hi,

          you are right, I am no able to reproduce the erro in simple application. More over, when I completely deleted all DCUs of my application, the error appears again with completely different picture.

          Call stack always look like this

          Code:
          TLZ77Decoder.Decode($218279E,$218268C,132,65)
          TPNGGraphic.ReadRow($218268C,1637464)
          TPNGGraphic.LoadIDAT((no value))
          TPNGGraphic.LoadFromStream($2138494)
          LoadBmpFromPngStream($214C510,???)
          TsAlphaImageList.GenerateStdList
          TsAlphaImageList.Loaded

          error appears on Row 8 of 16×16 PNG image, function Inflate in TLZ77Decoder.Decode returns -3.

          I am using Delphi 7.1 on Windows 8.1 64bit.

          Pavel

          #53664
          Pavel Poles
          Participant

            Hi,

            finally seems to be Compiler issue, see my other post.

            Pavel

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.