compressonator icon indicating copy to clipboard operation
compressonator copied to clipboard

Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs

Results 132 compressonator issues
Sort by recently updated
recently updated
newest added

The following ETC1 RGB data represents a solid yellow 4x4 block. ``` F8 F8 00 02 00 00 00 00 ``` The Compressonator 4.2.5185 decodes it as cyan, i.e., it...

Currently, windows releases are executables that require administrator privileges to install the command line tool. The executable can't even be unpacked by 7zip. There's no reason to "install" a CLI...

When compressing a an RGBA16F cubemap, the resulting files has 36 faces for each mip level instead of 6. Input and output files attached: [grace_cross_mmp_ABGR16F.zip](https://github.com/GPUOpen-Tools/compressonator/files/7656201/grace_cross_mmp_ABGR16F.zip) Command line and output: ```compressonatorcli.exe...

bug

I am sure most people game wise need the dds to have the exact same name as the source texture unless I just have not found the option to turn...

I tried compressing the attached file to BC5, and while I can see its thumbnail in the GUI, the info pane fails to show the file dimensions and the CLI...

The functions ```CPP int CMP_CDECL SetSrgbBC1(void* options, bool sRGB); int CMP_CDECL SetSrgbBC2(void* options, bool sRGB); int CMP_CDECL SetSrgbBC3(void* options, bool sRGB); ``` are declared in `cmp_core.h`, but don't appear to...

``` In file included from /disk-samsung/freebsd-ports/misc/compressonator/work/compressonator-4.2.5185/cmp_core/shaders/bcn_common_kernel.h:39: /disk-samsung/freebsd-ports/misc/compressonator/work/compressonator-4.2.5185/cmp_core/shaders/bcn_common_api.h:49:12: error: use of undeclared identifier 'fabs' return fabs(x); ^ ``` ``` In file included from /disk-samsung/freebsd-ports/misc/compressonator/work/compressonator-4.2.5185/cmp_core/shaders/bc1_encode_kernel.cpp:23: /disk-samsung/freebsd-ports/misc/compressonator/work/compressonator-4.2.5185/cmp_core/shaders/common_def.h:450:9: error: unknown type name 'CMP_Vec3ui' typedef...

https://github.com/GPUOpen-Tools/compressonator/blob/cb281b97eb05e35ec739a462c71524c4b1eefae3/cmp_compressonatorlib/bc6h/bc6h_decode.cpp#L411

How do I convert a DDS to TGA using the cli????????????

bug

Hi, Using CLI version **4.2.5185**. The following command **compressonatorcli.exe -miplevels 3 -fd BC1 -EncodeWith GPU test\001gscm00.bmp test\001gscm00_nogpumipmaps.dds** generates a file with 4 mipmap levels (original resolution + 3). Everything ok....