Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. run crunch with this syntax: alejandro@desktop:~/X-Plane/X-Plane_10$ /mnt/server/xplane/proyects/pol_editor/src-1.2/crunch -file /home/alejandro/t.png -fileformat dds -dxt3 -mipmode Generate -outdir /home/alejandro/ What is the expected output? What...
``` Running the following: crunch -file btn_colony.dds -fileformat dds -A8R8G8B8 -out test.dds -mipMode None on the attached file results in the following error: crunch: Advanced DXTn Texture Compressor - http://code.google.com/p/crunch...
``` I made a Makefile to build on Linux (meant to be put in /crnlib dir). Attached, I hope it's useful. ``` Original issue reported on code.google.com by `[email protected]` on...
``` What steps will reproduce the problem? 1. Only happens in the Nexus 4 device. (Android 4.3) 2. When taking a JPEG picture, the JPEG data is passed for decompression...
``` Need to open encrypted zip. Is it possible? ``` Original issue reported on code.google.com by `[email protected]` on 18 Oct 2013 at 11:33
``` I would like miniz to have an API to delete a entry from a exist zip directly. At present we need to decompress it and compress again without the...
``` miniz seems to only support reading file comments from zip files. Unless I'm missing something, it seems like the global archive comment (which seems to be much more commonly...
``` What steps will reproduce the problem? 1. gcc -Wall -Werror -O2 miniz.c 2. 3. What is the expected output? What do you see instead? Expected output: Compiler errors due...
``` What steps will reproduce the problem? 1. Create zip file 2. Append zip file to arbitrary data (with zip at end) 3. Try to read zip using miniz What...
``` What steps will reproduce the problem? 1. Make libpng use miniz instead of zlib, by compiling miniz as a static library, modifying the libpng makefile to use the compiled...