Documentation

  Standalone GAF Converter: Conversion settings

gaf settings dialog

Conversion Settings Dialog contains all settings of the GAF Converter grouped in collapsible panels by purpose. Here you can find the following panels:

 

General Panel

gaf general settings

 

gaf check for updates

If this checkbox is selected the application will automatically check for application updates. To disable this option deselect the checkbox.

gaf check now button

When you disable “Check for updates” option you still have an opportunity to check the availability of a new version by clicking this button.

gaf open preview after conversion

When you don't want GAF-Converter to open the preview right away after the conversion - just deselect the checkbox. By default this feature is turned on.

gaf save as zip

If you want GAF Converter to save the conversion result as a *.zip archive just turn on this checkbox. It might be used by those working with Starling or Unity GAF libraries accepting *.zip archives. When the checkbox is turned off GAF Converter saves the conversion result into the folder with the same name as the SWF file.

gaf save to

By default GAF converter saves converted animation in the same directory where your SWF file is located. Here you can choose a folder for saving the conversion results.

gaf destination folder

If you set up the destination folder for the conversion result this button will open this folder in Explorer (or Finder on Mac).   

gaf lenguage

Here you can change the language of the GAF Converter interface. Supported languages are: English, Chinese (Simplified), Japanese, Korean. The selected language will be applied after press the SAVE button.

 

Conversion Panel

gaf conversion panel

 

gaf conversion mode

Conversion mode is the program used by GAF Converter to process an SWF animation. There are two conversion modes available: plain and nesting. More information about conversion modes and their key differences read in article Conversion modes “plain” and “nesting”.

gaf conversion source

You can use different type of sources inside SWF that will be used by GAF Converter as a source of the animation to convert. This can be Main Timeline - animation that you see when you open SWF file in flash player. Or you can tell GAF Converter to use all Movie Clips that exported for Action Script. In second case you can create more than one animation inside one SWF file and converted animations will share the same texture atlas. The same result you can achieve by creating animations on Main Timeline in different SWF files and convert them in bundle. Also it is possible to use both conversion sources.

gaf conversion source

When this option is enabled GAF Converter takes all Sprites and/or Bitmaps exported for Action Script and bakes them into a texture atlas as separate regions. More information about "how to prepare graphics inside FLA file" please read article Adding custom images into a Texture Atlas.

compress gaf

Forces the GAF Converter to extract sounds from SWF file. Each sound is saved as a separate *.mp3 file together with all GAF files. Playback information is saved inside *.gaf config file. More information about sounds in GAF can be found in the article Working with Sounds.

compress gaf

Compress *.gaf files up to 10 times when this option is turned on.                                                                  

 

Texture Atlas Panel

gaf texture atlas panel

 

gaf limit max bake scale

Example: you have created some animation with black solid fill background. Your background is let's say 1024x768 px. When you convert your animation you will see that one of the regions in the texture atlas are black rectangle with dimensions 1024x768 px. But you don't want it to be so big in the atlas. You want to save it in a smaller size in the texture atlas and stretch at playback. This is where the Limit max bake scale will be handy.

Create MovieClip with a small rectangular shape inside, for example 20x20px. Use it in your animation by placing an instance inside and stretch it to the required dimensions, for example 1024x768px. Turn on Limit max bake scale checkbox and set value 1 in the field near it. Convert the animation and you will see that this shape will be baked with dimensions 20x20px into the texture atlas. If you turn off this option - shape will be baked with dimensions 1024x768px.


(colored squares are the same size in the original texture atlases)

Please note that Limit max bake scale affects all MovieClips that are used in upscaled dimensions and you should be careful when using this option.

gaf power of two

Allows the rotating of regions clockwise by 90 degrees if they have a better fit in the texture atlas.                

gaf power of two

If you want to save atlases with “power of two” dimensions (256x256, 256x512, 512x512, 512x1024 etc.) turn this checkbox on. GAF Converter will find the nearest “power of two” dimension that fits the atlas content. Otherwise GAF Converter will save the atlas with the minimum possible size. All GAF runtime libraries are working fine with non “power of two” atlases.

gaf power of two

Forces the texture atlas to have a squared size.                                                                                                         

gaf power of two

Border padding is used to set the space between the regions and the border of the texture atlas.                                                   

gaf power of two

Region padding is used to set the space between regions. It is used to avoid artifacts from neighbor regions. The transparent pixels are not added to the regions. We recommend setting the value at 2 or more to avoid dragging in pixels from neighbor regions during rendering in runtime.

atlas max size

Here you can choose texture atlas’ max size generated by GAF Converter. If an animation content doesn’t fit in one atlas with the maximum possible size, GAF Converter will generate more atlases. Note: it is better for the playback performance when all animation’s content fits in one atlas. Otherwise much more draw calls will be generated. The maximum possible atlas size is 4096x4096.

Advanced Scale Settings

advanced scale settings

Advanced scale settings allows developers to create texture atlases for the different screen sizes and manage their settings.

Scale value - is a scale factor that will be applied to regions baked into a texture atlas. Used for: increase/decrease size of the converted GAF animation relative to the original SWF animation, or to produce GAF animation in several sizes. Different values produce visually different sizes. Used together with CSF value to manage texture atlas size.

Content Scale Factor (CSF) value - the ratio between screen size in pixels and screen size in points used by framework. Using this value you can generate texture atlases for screens with different sizes in pixels but same sizes in points used by framework (for example non-Retina and Retina iPads). Different values produce visually the same sizes (the difference is only in the pixel/point density. Retina - 4 pixel/point, non-Retina - 1 pixel/point). Used together with the Scale value to manage the texture atlas size.

Scale name - is the suffix that will be used for naming the texture atlas file for the specified scale value. Used in conjunction with the Scale value. Formula: SWFFileName_ScaleName_CSFName.png

Content Scale Factor (CSF) name - is the suffix that will be used for naming a texture atlas file for the a specified csf value. Used in conjunction with the CSF value. Formula: SWFFileName_ScaleName_CSFName.png

Note: Scale name and CSF name parameters used to control the names of the atlases for different Scale and CSF values. If you don't want to use this feature - leave name fields empty. GAF Converter will generate atlas names automatically.

gaf csf
(an example of the conversion result generated by GAF Converter using parameters from the image above)

flash originally designed for

The original scale and csf for which the converted SWF animation was designed. Those parameters affects scale and csf calculation in the process of a texture atlas creation.

Example: with Advanced Scale settings you can target the devices with different resolutions on Android, iOS and other platforms. To do so create an animation for one resolution (Scale: 1 CSF:1) and run GAF Converter with correctly set up Advanced Scale settings (for example Scale=1 and CSF= 1 and 2 for Retina and non-Retina devices).

If you want to create an animation using raster graphics and you want to use it on both Retina and non-Retina devices you have to do the following:

  1. Create your animation in Flash for Retina resolution (for Scale=1 CSF=2). Because you are using raster graphics you have to create original animation for the highest resolution to avoid pixelation.

  2. Setup GAF Converter with the following Advanced Scale settings: Scale=1 CSF=1 and 2

  3. Setup "Originally designed for" with the following settings: Scale=1 CSF=2

When the conversion is done you will see that GAF Converter has created two texture atlases for Retina (Scale=1 CSF=2) and non-Retina (Scale=1 CSF=1) resolutions. 

 

Debug & Optimization Panel

debug and optimization panel

 

Texture atlas compression. In this section you can select one of the four PNG encoding algorithms that will be applied to texture atlases. Below is a description of each algorithm and example of usage.

png lossless fast

Applies fast PNG lossless compression algorithm. The process is fast but the atlas size in MB is bigger (up to 120% of the size produced by the "PNG lossless slow" algorithm). Use this option for previewing converted animations before the final conversion. Depending on the number of generated texture atlases and their size, conversion can be faster starting from few seconds and up to a few minutes.

png lossless slow

Applies slow PNG lossless compression algorithm. The process is slow but the atlas size in MB is smaller (up to 80% of the size produced by the "PNG lossless fast" algorithm). Use this option for the final conversion. Depending on the number of generated texture atlases and their size, conversion can be slower starting from few seconds and up to a few minutes.

png posterized

Applies PNG lossy compression algorithm. This algorithm intelligently reduces the number of distinct color/alpha intensities in the image. The final image will look like the image with lossless compression without noticeable changes. The size in MB is smaller (up to 70-80% compared to the size produced by the "PNG lossless slow" algorithm). The result depends on the image. Depending on the number of generated texture atlases and their size, conversion can be slower starting from a few seconds and up to a few minutes.

png-8 256 colors

Applies PNG lossy compression algorithm. This algorithm reduces the number of distinct colors in the image to 256 colors. Use this option for animations with limited set of colors (without or with limited number for gradients). The size in MB is smaller (up to 20-30% compared to the size produced by the "PNG lossless slow" algorithm). The result depends on image. Depending on the number of generated texture atlases and their size, conversion can be slower starting from a few seconds and up to a few minutes.

 

Skipping dynamic Filters and Masks. In this section we placed instruments, that allow you to highly optimize GAF animations during conversion. Using those settings you can remove from the animation all the things, that affect performance during a playback. Also you can use them to debug an animation and to see the effects, that affect performance. Obtained information might be useful for optimizing an animation in Flash Pro before conversion. Below is a description of each setting.

gaf skip dynamic filters

Forces the GAF Converter to skip all filters/effects that are not baked into texture atlas. With this option turned on, you can be sure that converted animation has no dynamic filters. Dynamic filters affect performance during playback and can dramatically decrease FPS. Please note: a converted animation may look slightly different than the original SWF animation.

gaf skip dynamic masks

Forces the GAF Converter to skip all masks that are not baked into texture atlas. With this option turned on, you can be sure that converted animation has no dynamic masks. Dynamic masks affect performance during playback and can decrease FPS. Please note: a converted animation may look different than the original SWF animation.