-1
votes
1answer
52 views
CONTEST: optimize size of grayscale scanned documents!
I put this as a contest, but it's still a question!
Here's the original image: http://dl.dropbox.com/u/1663633/original_scan.jpg
Original size is about 1 megabyte. How would you …
0
votes
1answer
25 views
Zip File with PPMD Compression, Programmatically Unzip
I have a Linux Python script that needs to unzip some zip files. I was using the zipfile module. On a few of these files I'm getting:
BadZipfile: Unsupported compression method …
1
vote
1answer
58 views
lightweight RESTful PHP server
I want to write an extremely lightweight PHP server which handles data requests from remote clients. The data returned is tabular (like that of data read from a CSV file or a datab …
0
votes
2answers
28 views
how to send zipped (ASCII) data in an HTTP response from PHP
I am writing a service that sends data as a response, to a client.
I am sending text (PLAIN ASCII) data, but I want to compress the data first (uzing any of the standard compressi …
0
votes
6answers
66 views
How to minify jquery files?
Hi
I am using jquery and I got a couple plugins that don't offer a minified version. So I want to take the full version and minfiy it but all the sites I have found that you inpu …
0
votes
1answer
21 views
PVRTC compression increasing the file sizes of PNG
Hi,
For iPhone game development, I switched from PNG format to PVRTC format for the sake of performance. But PVRTC compression is creating files that are much bigger than the PNG …
1
vote
4answers
63 views
Jpeg compression with high quality in c#
I want to save images with c# but while using .net jpeg format it reduces quality and compression is not enough. It must save the file like its orjinal quality and size. I am using …
0
votes
2answers
69 views
Any experience combining JS / CSS in MVC?
I'm planning to implement a solution for combining multiple js/css files into single files in my MVC project, but currently I doubt between the following two possibilities:
Teleri …
317
votes
21answers
19k views
Twitter image encoding challenge
If a picture's worth 1000 words, how much of a picture can you fit in 140 characters?
Note: That's it folks! Bounty deadline is here, and after some tough deliberation, I have dec …
5
votes
4answers
106 views
Arduino: Lightweight Compression Algorithm to store data in EEPROM
I want to store a shitload of data onto my Arduino whith ATmega168/328 Controller, but unfortunately there's only 256KB / 512KB of EEPROM storage.
My idea is to make use of an co …
2
votes
4answers
100 views
any functions to create zip file of directory/file on vista with delphi 2009
I am looking for a simple method of zipping and compressing with delphi. I have already looked at the components at torry delphi:http://www.torry.net/pages.php?s=99. They all seem …
0
votes
1answer
28 views
Command to zip a file using the commandline using WinRar [closed]
Hi,
I looked for the answers in the list and did not find any matching. Can any body please,m let me know that what is the command that can be used to zip a file using winrar in t …
0
votes
4answers
71 views
How to validate that a file is a password protected ZIP file, using C#
Given a path to a file, how can I validate that the file is a password-protected zip file?
i.e., how would I implement this function?
bool IsPasswordProtectedZipFile(string pathT …
0
votes
1answer
49 views
HTML online minimizer/compressor?
Does anyone know of a good online generator to take the source code of an HTML page and compress/minimize the entire page.
Meaning, compress/minimize all embedded CSS, JavScript a …
6
votes
2answers
103 views
CSS Minimizer ?
Do you know of an online CSS compressor that helps remove redudant/ineffecient CSS declarations and replaces it with more optimized CSS?
Meaning, I know that a lot of "compressors …
