Hi,
If I set use_external_url_when_available = 1 at media_processing.conf, does it mean no original media files will be stored in the server? Does it affect the zoom in quality function if a high-res original image is not stored?
After setting it to 1, I observe the following:
1) An error is shown when I access the IIIF URL http://localhost/service.php/IIIF/representation:3098:1/full/max/0/default.jpg
{"ok":false,"errors":["Key cannot be empty"]}
2) no original processed image is found at folder media/collectiveaccess/images/0/
e.g. can only find large, preview ...etc (collectiveaccess/images/0/107_ca_object_representations_media_92_large.jpg) but cannot find *_original.jpg.
Can this setting prevent user from access/download the original media file while not affecting the normal image viewer zoom in quality? Thank you.
Gary