Skip to content

Commit

Permalink
iipsrv cannot convert to png
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Oct 5, 2023
1 parent d33403f commit 9bd24c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openatlas/display/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 9bd24c2

Please sign in to comment.