hei hei
View Height. Specifies the height of the response image (view image) when fit is not present in the request.
hei= *
val*
If both wid=
and scl=
are specified, the composite image may be cropped according to the align=
attribute. When fit=
is present, hei=
specifies the exact, the minimum, or the maximum response image height; refer to the description of fit= for details.
If scl=
is not specified, the composite image is scaled to fit. If both wid=
and hei=
are specified, and scl=
is not specified, then the image is scaled to fit entirely within the wid/hei rectangle, leaving as little background area exposed as possible. In this case, the image is positioned within the view rectangle according to the align=
attribute. The background area is filled with bgc=
, or, if not specified with attribute::BkgColor
.
attribute::MaxPix
.Properties section-534923644a1e464496eeba83dedcbd3c
View attribute. It applies regardless of the current layer setting.
Default section-76544d34806d4124a8b173e229cba71f
If neither wid=
, hei=
, nor scl=
are specified, the reply image has either the size of the composite image or attribute::DefaultPix
, whichever is smaller.
Examples section-eb10df7cd67e4733984810aaffd0b9e2
Request an image so it can fit into a 200x200 rectangle; top-left align the image if it is not square. Any background area is filled with attribute::BkgColor
.
http://server/myRootId/myImageId?wid=200&hei=200&align=-1,-1
The same image, delivered at a fixed height of 200 pixels, but with a variable width to match the aspect ratio of the image. In this case, the returned image never has any background fill areas. And, in this case, align=
would have no effect at all.
http://server/myRootId/myImageId?hei=200
See also section-796e059e42ea4e86ab90ea3d024850ec
wid= , fit=, scl=, align=, bgc=, rgn=, attribute::DefaultPix, attribute::MaxPix