CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: PerceptiveCam

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    4,104

    Re: Suppress gd and libpng error output

    The messages are appearing because the PNG file is corrupt. The file has been chopped off at the end and as its trying to read in the filter info it runs out of data.

    I was just trying to get it...
  2. Replies
    4
    Views
    4,104

    Re: Suppress gd and libpng error output

    I was hoping to not modify the source code directly as this is something we will be shipping out to customers. We have a shell script that downloads and builds the dependencies, but was didn't...
  3. Replies
    4
    Views
    4,104

    Suppress gd and libpng error output

    Using C++ on an ubuntu 10 machine, compiling with gcc.

    I have a function that takes several different image formats stream and converts them to a PNG using GD.

    The problem I'm having is when it...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured