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."],[[["The `image` package provides image services for Google App Engine applications."],["It includes functions like `DeleteServingURL` to remove serving URLs for images."],["The `ServingURL` function generates URLs to serve images directly from Blobstore."],["`ServingURLOptions` allows customization of the served image's properties, such as secure delivery, size, and cropping."],["The most recent version of the package is `2.0.6` and more information on the package can be found at pkg.go.dev."]]],[]]