png Editor was initially a quick home made tool to work on small 16*16 icons defined in png files.
It growed becoming a tool to check eventual steganography embedded in .png files.
Copyright drehuwann@gmail.com
Published under the terms of the General Public License.
(See https://gnu.org/licenses/gpl.html)
On linux : wxWidgets
With cmake :cd build; cmake ..
Alternatively, .vscode
directory contains config files to build in vscode editor.
Actually, it compiles under ^Ms windows or linux.
after refreshing the git submodule, you should set option(ZLIB_BUILD_EXAMPLES "Enable Zlib Examples" OFF)
in zlib CMakelists.txt
Parsing of many chunk types (as ChunkError Read....(void *, Chunk *)
functions) still need to be implemented.
We don't use libpng, so the reference document should be png specifications
Actually, opening a second file in the editor crashes. (exit with code 377 (0x00000179) on *nix)
Debug and fix this !