diff --git a/plug-ins/file-tiff/file-tiff-load.c b/plug-ins/file-tiff/file-tiff-load.c index a4d3dfd0e7..7429436ee1 100644 --- a/plug-ins/file-tiff/file-tiff-load.c +++ b/plug-ins/file-tiff/file-tiff-load.c @@ -561,12 +561,9 @@ load_image (GFile *file, break; default: - if (profile_linear) - image_precision = GIMP_PRECISION_U16_LINEAR; - else - image_precision = GIMP_PRECISION_U16_NON_LINEAR; - - type = babl_type ("u16"); + g_message (_("Unsupported bit depth: %d for page %d."), + bps, li+1); + continue; } g_printerr ("bps: %d\n", bps);