mark of provenance pictures editing
After migrating to providence 1.7.5 I cannot edit pictures in the area "mark of provenance" any more. Klicking on a picture in "Editing Mark of provenance:" I get a black screen with the editing tools, but no picture.
Any idea what's wrong here?
Christoph
Comments
Hard to say. Did you modify your media_display.conf file in any way?
No, I use the original version providence 1.7.5
What version did you migrate from?
There are some differences in the old version of media_display, part "media_editor -> images":
old (which works):
mimetypes = {image/jpeg, image/tiff, image/png, image/x-dcraw, image/x-psd, image/x-dpx, image/jp2, image/x-adobe-dng, image/x-dcraw, image/gif, application/dicom},
display_version = tilepic,
alt_display_version = large,
viewer_width = 100%, viewer_height = 100%,
use_book_viewer_when_number_of_representations_exceeds = 20,
use_book_viewer = 1,
show_hierarchy_in_book_viewer = 1,
show_subhierarchy_in_book_viewer = 1,
restrict_book_viewer_to_types = [],
editing_tools = [image_tools],
download_version = original
}
new:
mimetypes = {image/gif, image/jpeg, image/tiff, image/png, image/x-dcraw, image/x-psd, image/x-dpx, image/jp2, image/x-adobe-dng, image/x-dcraw, application/dicom, image/bmp, image/x-bmp},
display_version = tilepic,
alt_display_version = large,
viewer_width = 100%, viewer_height = 100%,
download_version = original,
no_overlay = 1,
and in the part "media_overlay -> images:
old (which works):
new:
mimetypes = {image/gif, image/jpeg, image/tiff, image/png, image/x-dcraw, image/x-psd, image/x-dpx, image/jp2, image/x-adobe-dng, image/x-dcraw, application/dicom, image/bmp, image/x-bmp},
display_version = tilepic,
alt_display_version = large,
viewer_width = 100%, viewer_height = 100%,
download_version = original,
no_overlay = 1,
Maybe this log message is a tip:
"2019-11-25 13:54:41 - ERROR --> ApplicationException: Invalid viewer"
In my installation neither TileViewer nor UniversalViewer worked. Instead I used "viewer = Mirador,". It works, but you can't edit pictures with this one.
With viewer = Mirador it works now, and I can edit pictures also.
Thanks!