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-04-17 UTC."],[[["\u003cp\u003eThis document provides details on the \u003ccode\u003eimage\u003c/code\u003e package, which offers image services within the Google App Engine environment, specifically version 2.0.0-rc2.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eimage\u003c/code\u003e package's current release is version 2.0.6, but it is part of Pre-GA Offerings, implying potential limitations in support and compatibility with other pre-GA versions.\u003c/p\u003e\n"],["\u003cp\u003eThe package includes functions like \u003ccode\u003eDeleteServingURL\u003c/code\u003e, which allows the removal of a serving URL for an image, and \u003ccode\u003eServingURL\u003c/code\u003e, which generates a URL to serve an image from Blobstore.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eServingURL\u003c/code\u003e function uses \u003ccode\u003eServingURLOptions\u003c/code\u003e to determine if the URL should use HTTPS and control if a resized and cropped version of the image should be served, defining the maximum size.\u003c/p\u003e\n"],["\u003cp\u003eFor more detailed information, including access to older package versions, you can view this package on pkg.go.dev.\u003c/p\u003e\n"]]],[],null,[]]