AI-generated Key Takeaways
-
A FilmstripThumbnail is a resource containing information about a filmstrip thumbnail.
-
The FilmstripThumbnail has fields including name, expression, orientation, fileFormat, and grid.
-
Orientation defines how images are placed in the filmstrip thumbnail, either horizontally or vertically.
-
Methods for FilmstripThumbnail include create and getPixels.
Resource: FilmstripThumbnail
Information about a filmstrip thumbnail.
| JSON representation |
|---|
{ "name" : string , "expression" : { object ( |
| Fields | |
|---|---|
name
|
The resource name representing the filmstrip thumbnail, of the form "projects/*/filmstripThumbnails/**" (e.g. "projects/earthengine-legacy/filmstripThumbnails/ |
expression
|
The expression to compute. Must evaluate to an ImageCollection. |
orientation
|
How the images should be placed to form the filmstrip thumbnail. |
fileFormat
|
The output encoding in which to generate the resulting image. |
grid
|
An optional pixel grid describing how the images computed by |
Orientation
Defines the orientation of a filmstrip thumbnail image.
| Enums | |
|---|---|
ORIENTATION_UNSPECIFIED
|
Unspecified. |
HORIZONTAL
|
Horizontal: images are laid out side by side, from left to right. |
VERTICAL
|
Vertical: images are laid out from top to bottom. |
Methods |
|
|---|---|
|
Creates an ID that can be used to render an image containing multiple images from a collection. |
|
Computes an image showing the result of a computation. |

