TextureAtlasExporter.optimizeBitmap

#### Availability

Animate 2020.

#### Usage

TextureAtlasExporter.optimizeBitmap

#### Description

Property; Boolean value which indicates whether texture atlas bitmaps needs to be optimized by removing extra spaces.

#### Example

 java script
var exporter = new TextureAtlasExporter;
exporter.optimizeBitmap = true;
`