Sindbad~EG File Manager

Current Path : /usr/local/lib/python3.12/site-packages/PIL/__pycache__/
Upload File :
Current File : //usr/local/lib/python3.12/site-packages/PIL/__pycache__/FtexImagePlugin.cpython-312.pyc

�

&ٜg�
��
�dZddlmZddlZddlmZddlmZddlm	Z	m
Z
dZGd	�d
e�ZGd�de
j�Z
dd
�Ze	je
j e
e�e	j"e
j ddg�y)a
A Pillow loader for .ftc and .ftu files (FTEX)
Jerome Leclanche <jerome@leclan.ch>

The contents of this file are hereby released in the public domain (CC0)
Full text of the CC0 license:
  https://creativecommons.org/publicdomain/zero/1.0/

Independence War 2: Edge Of Chaos - Texture File Format - 16 October 2001

The textures used for 3D objects in Independence War 2: Edge Of Chaos are in a
packed custom format called FTEX. This file format uses file extensions FTC
and FTU.
* FTC files are compressed textures (using standard texture compression).
* FTU files are not compressed.
Texture File Format
The FTC and FTU texture files both use the same format. This
has the following structure:
{header}
{format_directory}
{data}
Where:
{header} = {
    u32:magic,
    u32:version,
    u32:width,
    u32:height,
    u32:mipmap_count,
    u32:format_count
}

* The "magic" number is "FTEX".
* "width" and "height" are the dimensions of the texture.
* "mipmap_count" is the number of mipmaps in the texture.
* "format_count" is the number of texture formats (different versions of the
same texture) in this file.

{format_directory} = format_count * { u32:format, u32:where }

The format value is 0 for DXT1 compressed textures and 1 for 24-bit RGB
uncompressed textures.
The texture data for a format starts at the position "where" in the file.

Each set of texture data in the file has the following structure:
{data} = format_count * { u32:mipmap_size, mipmap_size * { u8 } }
* "mipmap_size" is the number of bytes in that mip level. For compressed
textures this is the size of the texture data compressed with DXT1. For 24 bit
uncompressed textures, this is 3 * width * height. Following this are the image
bytes for that mipmap level.

Note: All data is stored in little-Endian (Intel) byte order.
�)�annotationsN)�IntEnum)�BytesIO�)�Image�	ImageFilesFTEXc��eZdZdZdZy)�FormatrrN)�__name__�
__module__�__qualname__�DXT1�UNCOMPRESSED���>/usr/local/lib/python3.12/site-packages/PIL/FtexImagePlugin.pyr
r
As���D��Lrr
c�$�eZdZdZdZdd�Zdd�Zy)�
FtexImageFile�FTEXzTexture File Format (IW2:EOC)c�n�t|jjd��s
d}t|��t	j
d|jjd��t	j
d|jjd��|_t	j
d|jjd��\}}d|_|dk(sJ�t	j
d|jjd��\}}|jj|�t	j
d|jjd��\}|jj|�}|tjk(r3d|_tjd	d
|jzdd�g|_nX|tjk(r,tjd
d
|jzdd�g|_ndt!|���}t#|��|jj%�t'|�|_y)N�znot an FTEX filez<iz<2i��RGBr�RGBA�bcn)rrr)r�rawz$Invalid texture compression format: )�_accept�fp�read�SyntaxError�struct�unpack�_size�_mode�seekr
rr�_Tile�size�tiler�repr�
ValueError�closer)�self�msg�mipmap_count�format_count�format�where�mipmap_size�datas        r�_openzFtexImageFile._openJs����t�w�w�|�|�A��'�$�C��c�"�"��
�
�d�D�G�G�L�L��O�,��]�]�5�$�'�'�,�,�q�/�:��
�%+�]�]�5�$�'�'�,�,�q�/�%J�"��l���
��q� � � ��
�
�e�T�W�W�\�\�!�_�=�
��������U�����t�T�W�W�\�\�!�_�=����w�w�|�|�K�(���V�[�[� ��D�J�"��������0B�A�t�L�M�D�I�
�v�*�*�
*�"��������0B�A�u�M�N�D�I�8��f���G�C��S�/�!����
�
���$�-��rc��y)Nr)r,�poss  r�	load_seekzFtexImageFile.load_seekjs��rN)�return�None)r6�intr8r9)rrr
r0�format_descriptionr4r7rrrrrFs��
�F�8�� �@
rrc��|ddtk(S)Nr)�MAGIC)�prefixs rrrns���"�1�:���rz.ftcz.ftu)r>�bytesr8�bool)�__doc__�
__future__rr!�enumr�ior�rrr=r
rr�
register_openr0�register_extensionsrrr�<module>rHs~��3�j#�
�������W��
%
�I�'�'�%
�P�����M�(�(�-��A�����-�.�.���0@�Ar

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists