# Extract Bitmaps

#### <a class="anchor" id="bkmrk-"></a>Description

Use the Bitmap Extractor component of Asset Tool for extracting bitmaps from a given asset generated with SceneComposer.

#### <a class="anchor" id="bkmrk--0"></a>Usage

For extracting bitmaps from an asset library file, use the following workflow:

<div class="contents" id="bkmrk-obtain-the-asset-for"><div class="contents"><div class="textblock">- Obtain the asset for extracting the bitmaps (e.g., generate asset from SceneComposer);
- Run `AssetTool -extract `on this asset;
- at the path given in the command, the structure of folders containing the bitmaps found in the asset is created.

</div></div></div>**Command line options:**

Extract all bitmaps from the given asset to the output path:

```
 AssetTool -extract -e assetFilePath outputPath 
```

Show help:

```
 AssetTool -extract -h 
```