doc: Update the README file

This commit is contained in:
Cosmin Truta 2024-02-22 12:30:50 +02:00
parent ec2e58c16a
commit e05ebfba7c

10
README
View File

@ -142,10 +142,11 @@ Files included in this distribution
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/ => Optimized code for the ARM platform arm/ => Optimized code for ARM Neon
intel/ => Optimized code for the INTEL-SSE2 platform intel/ => Optimized code for INTEL SSE2
mips/ => Optimized code for the MIPS platform loongarch/ => Optimized code for LoongArch LSX
powerpc/ => Optimized code for the PowerPC platform mips/ => Optimized code for MIPS MSA and MIPS MMI
powerpc/ => Optimized code for PowerPC VSX
ci/ => Scripts for continuous integration ci/ => Scripts for continuous integration
contrib/ => External contributions contrib/ => External contributions
arm-neon/ => Optimized code for the ARM-NEON platform arm-neon/ => Optimized code for the ARM-NEON platform
@ -158,6 +159,7 @@ Files included in this distribution
libtests/ => Test programs libtests/ => Test programs
oss-fuzz/ => Files used by the OSS-Fuzz project for fuzz-testing oss-fuzz/ => Files used by the OSS-Fuzz project for fuzz-testing
libpng libpng
pngexif/ => Program to inspect the EXIF information in PNG files
pngminim/ => Minimal decoder, encoder, and progressive decoder pngminim/ => Minimal decoder, encoder, and progressive decoder
programs demonstrating the use of pngusr.dfa programs demonstrating the use of pngusr.dfa
pngminus/ => Simple pnm2png and png2pnm programs pngminus/ => Simple pnm2png and png2pnm programs