ServingURL returns a URL that will serve an image from Blobstore.
ServingURLOptions
typeServingURLOptionsstruct{Securebool// whether the URL should use HTTPS// Size must be between zero and 1600.// If Size is non-zero, a resized version of the image is served,// and Size is the served image's longest dimension. The aspect ratio is preserved.// If Crop is true the image is cropped from the center instead of being resized.SizeintCropbool}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This package, `image`, provides image services within the Google App Engine environment."],["The `DeleteServingURL` function allows you to remove the serving URL associated with a specific image identified by its BlobKey."],["The `ServingURL` function generates a URL to serve an image directly from Blobstore."],["The type `ServingURLOptions` allows you to define whether or not to use HTTPS, specify the max size, and specify whether to crop or not."],["The latest version is 2.0.6, with the documented version being 2.0.5, and a link is provided for more info on the package."]]],[]]