mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Update the file list in README
This commit is contained in:
parent
074e2eaab0
commit
32f465a66b
135
README
135
README
@ -106,73 +106,74 @@ subscribe).
|
|||||||
|
|
||||||
Files in this distribution:
|
Files in this distribution:
|
||||||
|
|
||||||
ANNOUNCE => Announcement of this version, with recent changes
|
ANNOUNCE => Announcement of this version, with recent changes
|
||||||
AUTHORS => List of contributing authors
|
AUTHORS => List of contributing authors
|
||||||
CHANGES => Description of changes between libpng versions
|
CHANGES => Description of changes between libpng versions
|
||||||
KNOWNBUG => List of known bugs and deficiencies
|
INSTALL => Instructions to install libpng
|
||||||
LICENSE => License to use and redistribute libpng
|
LICENSE => License to use and redistribute libpng
|
||||||
README => This file
|
README => This file
|
||||||
TODO => Things not implemented in the current library
|
TODO => Things not implemented in the current library
|
||||||
TRADEMARK => Trademark information
|
TRADEMARK => Trademark information
|
||||||
example.c => Example code for using libpng functions
|
example.c => Example code for using libpng functions
|
||||||
libpng.3 => manual page for libpng (includes libpng-manual.txt)
|
libpng.3 => Manual page for libpng (includes libpng-manual.txt)
|
||||||
libpng-manual.txt => Description of libpng and its functions
|
libpng-manual.txt => Description of libpng and its functions
|
||||||
libpngpf.3 => manual page for libpng's private functions
|
libpngpf.3 => Manual page for libpng's private functions (deprecated)
|
||||||
png.5 => manual page for the PNG format
|
png.5 => Manual page for the PNG format
|
||||||
png.c => Basic interface functions common to library
|
png.c => Basic interface functions common to library
|
||||||
png.h => Library function and interface declarations (public)
|
png.h => Library function and interface declarations (public)
|
||||||
pngpriv.h => Library function and interface declarations (private)
|
pngpriv.h => Library function and interface declarations (private)
|
||||||
pngconf.h => System specific library configuration (public)
|
pngconf.h => System specific library configuration (public)
|
||||||
pngstruct.h => png_struct declaration (private)
|
pngstruct.h => png_struct declaration (private)
|
||||||
pnginfo.h => png_info struct declaration (private)
|
pnginfo.h => png_info struct declaration (private)
|
||||||
pngdebug.h => debugging macros (private)
|
pngdebug.h => debugging macros (private)
|
||||||
pngerror.c => Error/warning message I/O functions
|
pngerror.c => Error/warning message I/O functions
|
||||||
pngget.c => Functions for retrieving info from struct
|
pngget.c => Functions for retrieving info from struct
|
||||||
pngmem.c => Memory handling functions
|
pngmem.c => Memory handling functions
|
||||||
pngbar.png => PNG logo, 88x31
|
pngbar.png => PNG logo, 88x31
|
||||||
pngnow.png => PNG logo, 98x31
|
pngnow.png => PNG logo, 98x31
|
||||||
pngpread.c => Progressive reading functions
|
pngpread.c => Progressive reading functions
|
||||||
pngread.c => Read data/helper high-level functions
|
pngread.c => Read data/helper high-level functions
|
||||||
pngrio.c => Lowest-level data read I/O functions
|
pngrio.c => Lowest-level data read I/O functions
|
||||||
pngrtran.c => Read data transformation functions
|
pngrtran.c => Read data transformation functions
|
||||||
pngrutil.c => Read data utility functions
|
pngrutil.c => Read data utility functions
|
||||||
pngset.c => Functions for storing data into the info_struct
|
pngset.c => Functions for storing data into the info_struct
|
||||||
pngtest.c => Library test program
|
pngtest.c => Library test program
|
||||||
pngtest.png => Library test sample image
|
pngtest.png => Library test sample image
|
||||||
pngtrans.c => Common data transformation functions
|
pngtrans.c => Common data transformation functions
|
||||||
pngwio.c => Lowest-level write I/O functions
|
pngwio.c => Lowest-level write I/O functions
|
||||||
pngwrite.c => High-level write functions
|
pngwrite.c => High-level write functions
|
||||||
pngwtran.c => Write data transformations
|
pngwtran.c => Write data transformations
|
||||||
pngwutil.c => Write utility functions
|
pngwutil.c => Write utility functions
|
||||||
arm => Contains optimized code for the ARM platform
|
arm/ => Optimized code for the ARM platform
|
||||||
powerpc => Contains optimized code for the PowerPC platform
|
intel/ => Optimized code for the INTEL-SSE2 platform
|
||||||
contrib => Contributions
|
mips/ => Optimized code for the MIPS platform
|
||||||
arm-neon => Optimized code for ARM-NEON platform
|
powerpc/ => Optimized code for the PowerPC platform
|
||||||
powerpc-vsx => Optimized code for POWERPC-VSX platform
|
ci/ => Scripts for continuous integration
|
||||||
examples => Example programs
|
contrib/ => External contributions
|
||||||
gregbook => source code for PNG reading and writing, from
|
arm-neon/ => Optimized code for the ARM-NEON platform
|
||||||
Greg Roelofs' "PNG: The Definitive Guide",
|
mips-msa/ => Optimized code for the MIPS-MSA platform
|
||||||
O'Reilly, 1999
|
powerpc-vsx/ => Optimized code for the POWERPC-VSX platform
|
||||||
libtests => Test programs
|
examples/ => Example programs
|
||||||
mips-msa => Optimized code for MIPS-MSA platform
|
gregbook/ => Source code for PNG reading and writing, from
|
||||||
pngminim => Minimal decoder, encoder, and progressive decoder
|
"PNG: The Definitive Guide" by Greg Roelofs,
|
||||||
programs demonstrating use of pngusr.dfa
|
O'Reilly, 1999
|
||||||
pngminus => Simple pnm2png and png2pnm programs
|
libtests/ => Test programs
|
||||||
pngsuite => Test images
|
oss-fuzz/ => Files used by the OSS-Fuzz project for fuzz-testing
|
||||||
testpngs
|
libpng
|
||||||
tools => Various tools
|
pngminim/ => Minimal decoder, encoder, and progressive decoder
|
||||||
visupng => Contains a MSVC workspace for VisualPng
|
programs demonstrating the use of pngusr.dfa
|
||||||
intel => Optimized code for INTEL-SSE2 platform
|
pngminus/ => Simple pnm2png and png2pnm programs
|
||||||
mips => Optimized code for MIPS platform
|
pngsuite/ => Test images
|
||||||
projects => Contains project files and workspaces for
|
testpngs/ => Test images
|
||||||
building a DLL
|
tools/ => Various tools
|
||||||
owatcom => Contains a WATCOM project for building libpng
|
visupng/ => VisualPng, a Windows viewer for PNG images
|
||||||
visualc71 => Contains a Microsoft Visual C++ (MSVC)
|
projects/ => Project files and workspaces for various IDEs
|
||||||
workspace for building libpng and zlib
|
owatcom/ => OpenWatcom project
|
||||||
vstudio => Contains a Microsoft Visual C++ (MSVC)
|
visualc71/ => Microsoft Visual C++ 7.1 workspace
|
||||||
workspace for building libpng and zlib
|
vstudio/ => Microsoft Visual Studio workspace
|
||||||
scripts => Directory containing scripts for building libpng:
|
scripts/ => Scripts and makefiles for building libpng
|
||||||
(see scripts/README.txt for the list of scripts)
|
(see scripts/README.txt for the complete list)
|
||||||
|
tests/ => Test scripts
|
||||||
|
|
||||||
Good luck, and happy coding!
|
Good luck, and happy coding!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user