From 9bd24c20821919239283d88ca2bae007c1309d6f Mon Sep 17 00:00:00 2001 From: bkoschicek Date: Thu, 5 Oct 2023 17:47:22 +0200 Subject: [PATCH] iipsrv cannot convert to png --- openatlas/display/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openatlas/display/util.py b/openatlas/display/util.py index c86837dd3..3395800b6 100644 --- a/openatlas/display/util.py +++ b/openatlas/display/util.py @@ -243,7 +243,7 @@ def profile_image(entity: Entity) -> str: ext = app.config["DISPLAY_FILE_EXTENSIONS"] src = \ (f"{app.config['IIIF']['url']}{entity.id}.tiff" - f"/full/!200,200/0/default.png") + f"/full/!200,200/0/default.jpg") elif g.settings['image_processing'] and check_processed_image(path.name): size = app.config['IMAGE_SIZE']['thumbnail'] if path_ := get_file_path(entity.image_id, size):