[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-12-02。"],[[["PictureFill is a tool that stretches an image to fit the dimensions of its container."],["It provides methods like `getAs`, `getBlob`, `getContentUrl`, and `getSourceUrl` to manipulate the image data and URLs."],["The `getContentUrl` and `getSourceUrl` methods require specific authorization scopes for use."],["While `getContentUrl` provides a temporary, access-controlled image URL, `getSourceUrl` retrieves the original URL if the image was inserted via URL."]]],["PictureFill renders an image stretched to its container's dimensions. Key actions include: `getAs(contentType)` returning blob data converted to a specified type, with filename adjustments; `getBlob()` returning data as a blob; `getContentUrl()` retrieving a URL to the image, expiring after a short time and tied to the requester's account. Lastly, `getSourceUrl()` fetches the original image's source URL, if available, otherwise returning null. These method are accessible if authorized by the correct scopes.\n"]]