Skip to content

Assignments of the 2° year course systems programming of informatics bachelor at Università della Svizzera italiana USI during autumn semester 2023

License

Notifications You must be signed in to change notification settings

BiriHub/PNG_files_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PNG files reader in C

The program called 'pngq.c' reads and extracts information from one or more Portable Network Graphics files (PNG) passed as parameters of command line and what it does is verifying the integrity and validity of each PNG file, looking for the PNG signature and checking if the CRC of each PNG chunk is correct. In particular, it also controls that the IHDR chunk fields are valid.

If all chunks of a PNG file are conform with the specification described on the W3C documentation of the PNG format, the program prints the information about the file in the specified formats (pformat,cformat,kformat).

Note

In order to compile the code, I recomend to compile with the gcc-11 compiler

About

Assignments of the 2° year course systems programming of informatics bachelor at Università della Svizzera italiana USI during autumn semester 2023

Topics

Resources

License

Stars

Watchers

Forks

Languages