readImages fix

This commit is contained in:
Jonas Urban 2025-11-02 22:08:21 +01:00
parent e4d2215465
commit 7dd22e8319

View File

@ -48,8 +48,6 @@ static int readSingleImage(FILE *file, GrayScaleImage *image)
// TODO Vervollständigen Sie die Funktion readImages unter Benutzung Ihrer Hilfsfunktionen
GrayScaleImageSeries *readImages(const char *path)
{
GrayScaleImageSeries *series = NULL;
FILE *file = fopen(path, "rb");
if (!file)
return NULL;