Compare commits
No commits in common. "c8b14cefae47356e304b0aa3cbdab510331a2d98" and "150cce7f8c83012188888166d939c14d4aa0e938" have entirely different histories.
c8b14cefae
...
150cce7f8c
@ -99,6 +99,7 @@ static char getLabelOfImage(FILE* imageFile, GrayScaleImage* image) {
|
|||||||
GrayScaleImageSeries *readImages(const char *path)
|
GrayScaleImageSeries *readImages(const char *path)
|
||||||
{
|
{
|
||||||
// Datei laden und Dateiformat prüfen
|
// Datei laden und Dateiformat prüfen
|
||||||
|
// setzt außerdem den Pointer an der Stelle nach dem Prestring
|
||||||
FILE* imageFile = openImageFile(path);
|
FILE* imageFile = openImageFile(path);
|
||||||
|
|
||||||
if (imageFile == NULL) {
|
if (imageFile == NULL) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user