For a Webserver I need to create the png graphics format. I want to use as little external components as possible. Has someone experience with the zlib format or specification? Can it be used without allocating memory? Or with a given memoryblock for operation? I would like to prevent allocating memory and freeing memory all the times...