crunch
crunch copied to clipboard
Advanced DXTc texture compression library
There are still lots of warnings, mostly related to dangerous casts, but it compiles and is able to show the help output with GCC 5.2.0. ## Makefile - `COMPILER_OPTIONS` was...
I was examining your error metric for computing PSNR and noticed Luma is computed using the Rec. 601 (CRT) primaries rather than Rec. 709 (sRGB) primaries. You have an equivalent...
I believe you have support for BC5 compression already, but you call it DXN / 3Dc. Do you have plans to add the newer compression formats I listed? I would...
``` What steps will reproduce the problem? 1. Run crunch_x64.exe /file a.png /out a_x64.crn /quality 255 /mipMode None /DXT5 /quiet on attached image 2. crunch.exe /file a.png /out a_x86.crn /quality...
``` I was using crnlib SVN rev 319 for a game jam project https://github.com/David20321/JamForLeelah and ran into some small issues compiling a program using crn_decomp.h on Mac OS 10.7.5. I...
``` error LNK2005: "bool __cdecl crnd::crnd_validate_file(void const *,unsigned int,struct crnd::crn_file_info *)" (?crnd_validate_file@crnd@@YA_NPBXIPAUcrn_file_info@1@@Z) already defined error LNK2005: "bool __cdecl crnd::crnd_get_texture_info(void const *,unsigned int,struct crnd::crn_texture_info *)" (?crnd_get_texture_info@crnd@@YA_NPBXIPAUcrn_texture_info@1@@Z) already defined and more more...
``` What steps will reproduce the problem? 1. Compile crnlib using GCC 4.2 or Apple LLVM 4.1 (the compilers included with XCode 4.5.2) What is the expected output? What do...
``` With this and my other patches, particularly issue #13 (on which this has a hard dependency), it's possible to compile and run crunch on, for example, ARM. I've had...
``` Not really correct on amd64, and breaks things nicely on non-x86. ``` Original issue reported on code.google.com by `[email protected]` on 25 Jan 2013 at 4:05 Attachments: - [0006-march-core2-is-WRONG-on-AMD-hardware.-And-anything-n.patch](https://storage.googleapis.com/google-code-attachments/crunch/issue-13/comment-0/0006-march-core2-is-WRONG-on-AMD-hardware.-And-anything-n.patch)
``` See patches for details. (Names should be descriptive enough.) ``` Original issue reported on code.google.com by `[email protected]` on 25 Jan 2013 at 4:03 Attachments: - [0003-Return-NULL-not-false-from-functions-which-return-po.patch](https://storage.googleapis.com/google-code-attachments/crunch/issue-12/comment-0/0003-Return-NULL-not-false-from-functions-which-return-po.patch) - [0004-Fix-up-some-implicit-narrowing-casts.patch](https://storage.googleapis.com/google-code-attachments/crunch/issue-12/comment-0/0004-Fix-up-some-implicit-narrowing-casts.patch) -...