Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plepers/ATF-Encoder
Pure AS3 librairies for encode/decode ATF (Adobe Texture Format) files.
https://github.com/plepers/ATF-Encoder
Last synced: 3 months ago
JSON representation
Pure AS3 librairies for encode/decode ATF (Adobe Texture Format) files.
- Host: GitHub
- URL: https://github.com/plepers/ATF-Encoder
- Owner: plepers
- Created: 2012-06-26T08:19:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-26T09:38:06.000Z (over 11 years ago)
- Last Synced: 2024-05-06T10:36:01.960Z (6 months ago)
- Language: ActionScript
- Size: 12.3 MB
- Stars: 81
- Watchers: 22
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - ATF-Encoder - Pure AS3 librairies for encode/decode ATF (Adobe Texture Format) files. (Multimedia / Image)
README
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 Context3DLimitations
===========Encoder don't support BlockBased compression formats (DXT1, ETC1, PVRTC) due to lack of available source code :/