Select an instance of a bitmap on the Stage.
- Adobe Animate User Guide
- Introduction to Animate
- Animation
- Animation basics in Animate
- How to use frames and keyframes in Animate
- Frame-by-frame animation in Animate
- How to work with classic tween animation in Animate
- Brush Tool
- Motion Guide
- Motion tween and ActionScript 3.0
- About Motion Tween Animation
- Motion tween animations
- Creating a Motion tween animation
- Using property keyframes
- Animate position with a tween
- How to edit motion tweens using Motion Editor
- Editing the motion path of a tween animation
- Manipulating motion tweens
- Adding custom eases
- Creating and applying Motion presets
- Setting up animation tween spans
- Working with Motion tweens saved as XML files
- Motion tweens vs Classic tweens
- Shape tweening
- Using Bone tool animation in Animate
- Work with character rigging in Animate
- How to use mask layers in Adobe Animate
- How to work with scenes in Animate
- Interactivity
- How to create buttons with Animate
- Convert Animate projects to other document type formats
- Create and publish HTML5 Canvas documents in Animate
- Add interactivity with code snippets in Animate
- Creating custom HTML5 Components
- Using Components in HTML5 Canvas
- Creating custom Components: Examples
- Code Snippets for custom Components
- Best practices - Advertising with Animate
- Virtual Reality authoring and publishing
- Workspace and workflow
- Creating and managing Paint brushes
- Using Google fonts in HTML5 Canvas documents
- Using Creative Cloud Libraries and Adobe Animate
- Use the Stage and Tools panel for Animate
- Animate workflow and workspace
- Using web fonts in HTML5 Canvas documents
- Timelines and ActionScript
- Working with multiple timelines
- Set preferences
- Using Animate authoring panels
- Create timeline layers with Animate
- Export animations for mobile apps and game engines
- Moving and copying objects
- Templates
- Find and Replace in Animate
- Undo, redo, and the History panel
- Keyboard shortcuts
- How to use the timeline in Animate
- Creating HTML extensions
- Optimization options for Images and Animated GIFs
- Export settings for Images and GIFs
- Assets Panel in Animate
- Multimedia and Video
- Transforming and combining graphic objects in Animate
- Creating and working with symbol instances in Animate
- Image Trace
- How to use sound in Adobe Animate
- Exporting SVG files
- Create video files for use in Animate
- How to add a video in Animate
- Draw and create objects with Animate
- Reshape lines and shapes
- Strokes, fills, and gradients with Animate CC
- Working with Adobe Premiere Pro and After Effects
- Color Panels in Animate CC
- Opening Flash CS6 files with Animate
- Work with classic text in Animate
- Placing artwork into Animate
- Imported bitmaps in Animate
- 3D graphics
- Working with symbols in Animate
- Draw lines & shapes with Adobe Animate
- Work with the libraries in Animate
- Exporting Sounds
- Selecting objects in Animate CC
- Working with Illustrator AI files in Animate
- Applying blend modes
- Arranging objects
- Automating tasks with the Commands menu
- Multilanguage text
- Using camera in Animate
- Graphic filters
- Sound and ActionScript
- Drawing preferences
- Drawing with the Pen tool
- Platforms
- Convert Animate projects to other document type formats
- Custom Platform Support
- Create and publish HTML5 Canvas documents in Animate
- Creating and publishing a WebGL document
- How to package applications for AIR for iOS
- Publishing AIR for Android applications
- Publishing for Adobe AIR for desktop
- ActionScript publish settings
- Best practices - Organizing ActionScript in an application
- How to use ActionScript with Animate
- Accessibility in the Animate workspace
- Writing and managing scripts
- Enabling Support for Custom Platforms
- Custom Platform Support Overview
- Working with Custom Platform Support Plug-in
- Debugging ActionScript 3.0
- Enabling Support for Custom Platforms
- Exporting and Publishing
- How to export files from Animate CC
- OAM publishing
- Exporting SVG files
- Export graphics and videos with Animate
- Publishing AS3 documents
- Export animations for mobile apps and game engines
- Exporting Sounds
- Best practices - Tips for creating content for mobile devices
- Best practices - Video conventions
- Best practices - SWF application authoring guidelines
- Best practices - Structuring FLA files
- Best Practices to optimize FLA files for Animate
- ActionScript publish settings
- Specify publish settings for Animate
- Exporting projector files
- Export Images and Animated GIFs
- HTML publishing templates
- Working with Adobe Premiere Pro and After Effects
- Quick share and publish your animations
- Troubleshooting
Work with imported bitmaps
When you import a bitmap into Animate, you can modify that bitmap and use it in your Animate document in a variety of ways.
If a Animate document displays an imported bitmap at a size larger than the original, the image may be distorted. To be sure that images are displayed properly, preview imported bitmaps.
When you select a bitmap on the Stage, the Property inspector displays the bitmap’s symbol name and its pixel dimensions and position on the Stage. Using the Property inspector, you can swap an instance of a bitmap—that is, replace the instance with an instance of another bitmap in the current document.
Display the Property inspector with bitmap properties
-
-
Select Window > Properties.
Replace an instance of a bitmap with an instance of another bitmap
-
Select a bitmap instance on the Stage.
-
Select Window > Properties, and click Swap.
-
Select a bitmap to replace the one currently assigned to the instance.
Set bitmap properties
You can apply anti-aliasing to an imported bitmap to smooth the edges in the image. You can also select a compression option to reduce the bitmap file size and format the file for display on the web.
-
Select a bitmap in the Library panel and click the Properties button at the bottom of the Library panel.
-
Select Allow Smoothing. Smoothing improves the quality of bitmap images when they are scaled.
-
For Compression, select one of the following options:
Photo (JPEG)
Compresses the image in JPEG format. To use the default compression quality specified for the imported image, select Use Document Default Quality. To specify a new quality compression setting, deselect Use Document Default Quality and enter a value between 1 and 100 in the Quality text field. (A higher setting preserves greater image integrity but yields a larger file size.)
Lossless (PNG/GIF)
Compresses the image with lossless compression, in which no data is discarded from the image.
note: Use Photo compression for images with complex color or tonal variations, such as photographs or images with gradient fills. Use lossless compression for images with simple shapes and relatively few colors.
-
To determine the results of the file compression, click Test. To determine if the selected compression setting is acceptable, compare the original file size to the compressed file size.
-
Click OK.
JPEG Quality settings that you select in the Publish Settings dialog box do not specify a quality setting for imported JPEG files. Specify a quality setting for each imported JPEG file in the Bitmap Properties dialog box.
(Animate only) Swapping multiple bitmaps
The Swap Bitmaps option allows you to swap symbols and bitmaps with a selected symbol or bitmaps.
-
In Animate, select multiple bitmaps on the stage.
-
On the Properties panel, click SWAP.
-
On the Swap Symbol dialog, select the bitmap you want to replace all selected symbols/bitmaps with.
-
Click OK.
Import a bitmap at runtime
To add bitmaps to a document at runtime, use the ActionScript® 2.0 or the ActionScript 3.0 BitmapData command. To do so, specify a linkage identifier for the bitmap. For more information, see Assigning linkage to assets in the library in Learning ActionScript 2.0 or Exporting library symbols for ActionScript in the ActionScript 3.0 Developer’s Guide.
-
Select the bitmap in the Library panel.
-
Do one of the following:
Select Linkage from the Panel menu in the upper-right corner of the panel.
Right-click (Windows) or Control-click (Macintosh) the bitmap name in the Library panel, and select Properties from the context menu.
If the Linkage properties aren’t visible in the Properties dialog box, click Advanced.
-
For Linkage, select Export For ActionScript.
-
Enter an identifier string in the text field, and click OK.
Apply a bitmap as a fill
To apply a bitmap as a fill to a graphic object, use the Color panel. Applying a bitmap as a fill tiles the bitmap to fill the object. The Gradient Transform tool allows you to scale, rotate, or skew an image and its bitmap fill.
-
To apply the fill to existing artwork, select a graphic object or objects on the Stage.
-
Select Window > Color.
-
Select Bitmap from the pop-up menu in the upper right of the panel.
-
To use a larger preview window to display more bitmaps in the current document, click the arrow in the lower-right corner to expand the Color panel.
-
Click a bitmap to select it.
The bitmap becomes the current fill color. If you selected artwork in step 1, the bitmap is applied as a fill to the artwork.
Edit a bitmap in an external editor
If you are editing a Fireworks PNG file imported as a flattened image, edit the PNG source file for the bitmap, when available.
You cannot edit bitmaps from Fireworks PNG files imported as editable objects in an external image editor.
If you have Fireworks 3 or later or another image-editing application installed on your system, you can start the application from Animate to edit an imported bitmap.
Edit a bitmap with Photoshop CS5 or later
If you are using CS5.5, you need to use Photoshop CS5.1 to access this feature.
-
In the Library panel, right-click (Windows) or Control-click (Macintosh) the bitmap’s icon and select Edit With Photoshop CS5.
-
Perform the desired modifications to the file in Photoshop.
-
In Photoshop, select File > Save. (Do not change the file name or format.)
-
Return to Animate.
The file is automatically updated in Animate.
Edit a bitmap with Fireworks 3 or later
-
In the Library panel, right-click (Windows) or Control-click (Macintosh) the bitmap’s icon and select Edit With Fireworks 3.
-
Specify whether to open the PNG source file or the bitmap file.
-
Perform the desired modifications to the file in Fireworks.
-
In Fireworks, select File > Update.
-
Return to Animate.
The file is automatically updated in Animate.
Edit a bitmap with another image-editing application
-
In the Library panel, right-click (Windows) or Control-click (Macintosh) the bitmap’s icon, and select Edit With.
-
Select an image-editing application to open the bitmap file, and click OK.
-
Perform the desired modifications to the file in the image-editing application.
-
Save the file in the image-editing application.
The file is automatically updated in Animate.
-
Return to Animate to continue editing the document.
Break apart a bitmap and create a bitmap fill
Breaking apart a bitmap on the Stage separates the on-Stage image from its library item and converts it from a bitmap instance to a shape. When you break apart a bitmap, you can modify the bitmap with the Animate drawing and painting tools. Using the Magic Wand tool, you can select areas of the bitmap that contain the same or similar colors.
To paint with a broken-apart bitmap, select the bitmap with the Eyedropper tool and apply the bitmap as a fill with the Paint Bucket tool or another drawing tool.
Break a bitmap apart
-
Select a bitmap in the current scene.
-
Select Modify > Break Apart.
Change the fill of areas of a broken-apart bitmap
-
In the Tools Panel, select the Magic Wand tool. If the Magic Wand tool is not visible, click the Lasso Tool and select Magic Wand tool from the pop-up menu. Set the following options in the Property Inspector:
For Threshold, enter a value between 1 and 200 to define how closely the color of adjacent pixels must match to be included in the selection. A higher number includes a broader range of colors. If you enter 0, only pixels of the exact same color as the first pixel you click are selected.
For Smoothing, select an option to define how much the edges of the selection are smoothed.
-
To select an area, click the bitmap. To add to the selection, continue clicking.
-
To fill the selected areas in the bitmap, select the fill to use from the Fill Color control.
-
To apply the new fill, select the Paint Bucket tool and click anywhere in the selected area.
Convert a bitmap to a vector graphic
The Trace Bitmap command converts a bitmap into a vector graphic with editable, discrete areas of color. You manipulate the image as a vector graphic, and you can reduce the file size.
When you convert a bitmap to a vector graphic, the vector graphic is no longer linked to the bitmap symbol in the Library panel.
If the imported bitmap contains complex shapes and many colors, the converted vector graphic might have a larger file size than the original bitmap. To find a balance between file size and image quality, try a variety of settings in the Trace Bitmap dialog box.
You can also break apart a bitmap to modify the image with Animate drawing and painting tools.
-
Select a bitmap in the current scene.
-
Select Modify > Bitmap > Trace Bitmap.
-
Enter a Color Threshold value.
When two pixels are compared, if the difference in the RGB color values is less than the color threshold, the two pixels are considered the same color. As you increase the threshold value, you decrease the number of colors.
-
For Minimum Area, enter a value to set the number of surrounding pixels to consider when assigning a color to a pixel.
-
For Curve Fit, select an option to determine how smoothly outlines are drawn.
-
For Corner Threshold, select an option to determine whether sharp edges are retained or smoothed out.
To create a vector graphic that looks most like the original bitmap, enter the following values:
Color Threshold: 10
Minimum Area: 1 pixel
Curve Fit: Pixels
Corner Threshold: Many Corners
Use the Eyedropper tool to apply a bitmap fill
-
Select the Eyedropper tool and click the broken-apart bitmap on the Stage. The Eyedropper tool sets the bitmap to be the current fill and changes the active tool to the Paint Bucket.
-
Do one of the following:
To apply the bitmap as a fill, click an existing graphic object with the Paint Bucket tool.
Select the Oval, Rectangle, or Pen tool, and draw a new object. The object is filled with the broken-apart bitmap.
To scale, rotate, or skew the bitmap fill, use the Free Transform tool.