tex | 要转换的文本纹理。 |
quality | 要编码的 JPG 品质(范围为 1..100,默认为 75)。 |
将该纹理编码为 JPG 格式。
返回的字节数组为 JPG“文件”。您可以将它们写入磁盘以获取 JPG 文件,
或通过网络发送等。
This function works only on uncompressed, non-HDR texture formats.
You must enable the texture's Read/Write Enabled flag in the Texture Import Settings.
The encoded JPG data will have no alpha channel.
另请参阅:EncodeToPNG。