task #9998
closedUpdate image links for cyprus
100%
Description
Also update transformation rules and adaptation to mediaMetaDataService if necessary.
And discuss with Ralf images not used and links not available.
Related issues
Updated by Andreas Müller about 1 year ago
Check for empty images before:
SELECT mrp.id, mrp.created, mrp.updated, mrp.uri, mr.id mrID, m.id, m.titleCache FROM MediaRepresentationPart mrp INNER JOIN MediaRepresentation mr ON mr.id = mrp.representation_id INNER JOIN Media m ON m.id = mr.media_id WHERE mrp.uri IS NULL
Updated by Andreas Müller about 1 year ago
New transformation rule may look like (with fixed width of 300, 600, 1700):
{"scheme":null,"host":{"replace":"mediahub.bo.berlin","search":"mediahub.bo.berlin"},"pathQueryFragment":{"replace":"api/File/$1/300.jpg","search":"api/File/Original/([\\-0-9a-f]+)/(.*)"},"mimeType":"image/jpeg","width":300,"height":300,"maxExtend":false}
or for crop
{"scheme":null,"host":{"replace":"pictures.bgbm.org","search":"mediahub.bo.berlin"},"pathQueryFragment":{"replace":"digilib/Scaler/?fn=mediacloud/org1/$1/original/&mo=crop&dw=200&dh=147&uvfix=1","search":"api/File/Original/([\\-0-9a-f]+)/(.*)"},"mimeType":"image/jpeg","width":200,"height":147,"maxExtend":false}
or for flexible width uncroped
{"scheme":null,"host":{"replace":"pictures.bgbm.org","search":"mediahub.bo.berlin"},"pathQueryFragment":{"replace":"digilib/Scaler/IIIF/mediacloud!org1!$1/full/!400,400/0/default.jpg","search":"api/File/Original/([\\-0-9a-f]+)/(.*)"},"mimeType":"image/jpeg","width":400,"height":400,"maxExtend":true}
Updated by Andreas Müller about 1 year ago
DR:
...
Original: https://mediahub.bo.berlin/api/File/Original/1adb62d8-0b67-4128-927b-b713d164f98e/Sisymbrium_aegyptiacum_E1.JPG
Vorberechnet: https://mediahub.bo.berlin/api/File/1adb62d8-0b67-4128-927b-b713d164f98e/300.jpg
Vorberechnet: https://mediahub.bo.berlin/api/File/1adb62d8-0b67-4128-927b-b713d164f98e/600.jpg
Vorberechnet: https://mediahub.bo.berlin/api/File/1adb62d8-0b67-4128-927b-b713d164f98e/1700.jpg
Dynamisch über den IIIF Scaler:
https://pictures.bgbm.org/digilib/Scaler/IIIF/mediacloud!org1!1adb62d8-0b67-4128-927b-b713d164f98e/full/!400,400/0/default.jpg
Über Andreas K. medinfo Service:
https://image.bgbm.org/metadata/info?file=mediacloud/org1/1adb62d8-0b67-4128-927b-b713d164f98e/original
...
Updated by Andreas Müller about 1 year ago
- Description updated (diff)
- Due date changed from 03/25/2022 to 03/29/2022
- % Done changed from 40 to 60
Updated by Andreas Müller about 1 year ago
- Status changed from New to Resolved
- % Done changed from 60 to 70
Applied in changeset cdmlib-apps|9c133c4bc061f4236d51a2e4ac98d92ec9758488.
Updated by Andreas Müller about 1 year ago
- Related to feature request #10020: Add media transformation for new BGBM mediahub image server added
Updated by Andreas Müller about 1 year ago
- Status changed from Resolved to Closed
- % Done changed from 70 to 100
Adaptation of media metadata service moved to new ticket: #10020