Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Pure AS3 librairies for encode/decode ATF (Adobe Texture Format) files.

Notifications You must be signed in to change notification settings

plepers/ATF-Encoder

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATF-Encoder

Pure AS3 librairies for encode/decode ATF (Adobe Texture Format) files.

require FP 11.3

Features

Decoding :

  • support all types, 2D and Cube
  • decoding sepecific face in cube texture
  • support all RGB888, RGBA8888 and Blockbased compression (decoding DXT1 version)

Encoding

  • support all types, 2D and Cube
  • support only RGB888 and RGBA8888 formats.

Utils

  • replaceImageData : modify mip/face in existing atf file
  • removeAllBut : keep only one blockbased format of existing atf file. Use it to create platform specific lightweight texture by removing unused one.
  • getSuitableBlockbasedFormat : return one of the blockbased texture formats internaly used by flash for the giver Context3D

Limitations

Encoder don't support BlockBased compression formats (DXT1, ETC1, PVRTC) due to lack of available source code :/

About

Pure AS3 librairies for encode/decode ATF (Adobe Texture Format) files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.