Update ImageMagick support to API version 7

This commit is contained in:
Andreas Eversberg
2018-05-20 10:49:39 +02:00
parent 3b81007210
commit 3438402fe2
3 changed files with 16 additions and 10 deletions

View File

@@ -377,7 +377,7 @@ static int tx_img(const char *filename)
img = load_img(&width, &height, filename, 0);
if (!img) {
fprintf(stderr, "Failed to load grey image '%s'\n", filename);
fprintf(stderr, "Failed to load image '%s'\n", filename);
return -1;
}