cite-architecture / citeobj

Collections of citable objects
1 stars 0 forks source link

Convert image w ROI to IIP request #68

Closed neelsmith closed 7 years ago

neelsmith commented 7 years ago

analogous to this js:

function getRemotePreview(roi){ var plainUrn = imgUrn.split("@")[0]; var imgId = plainUrn.split(":")[4]; var tempImagePath = getImagePathFromUrn(plainUrn); // here var u = serviceUrl + "OBJ=IIP,1.0&FIF=" + servicePath + tempImagePath + imgId + serviceSuffix; u += "&RGN=" + roi + "&wID=" + defaultThumbWidth + "&CVT=JPEG"; $("#image_preview").attr("src",u); }

neelsmith commented 7 years ago

done