1
vote
2answers
17 views
How to compress an FLV movie in java?
How can we compress the flv movie? Is there any free library which i can use?
for compressing the video i can go for reducing the resoultion as well, even framerate reducing is acceptable to me.
0
votes
1answer
210 views
BlackBerry - Problem with GZip decompression
There is a strange problem I've run in using RIM compression API, I can't make it work as it's described in documentation.
If I gzip plain text file using win gzip tool, add gz to resources of …
0
votes
1answer
58 views
Blackberry - How to retrieve images from a zip resource file?
I am using eclipse & JDE to develop Blackberry Application. I compressed a folder which has set of images in .jpg and .png formats. Please help me, how to retrieve images form the zipped file?
…
1
vote
1answer
27 views
BlackBerry - Unpack Zip File
I'm developing a BlackBerry application in which I need to unpack a zip file compressed with PKZIP. The package could have one file in it, or it could have 10; it will vary in each case. I know that …
1
vote
2answers
127 views
Blackberry - Programmatically extract/open zip file
I have looked online with mixed results, but is there a way to programmatically extract a zip file on the BB? Very basic my app will display different encrypted file types, and those files are …
0
votes
3answers
54 views
PVRTC format compromises image quality
Hi,
For iPhone game development, I switched from PNG format to PVRTC format for the sake of performance. But PVRTC compression is ruining the quality of the images.. I am using spritesheets with …
1
vote
6answers
91 views
What is the meaning of O( polylog(n) )? In particular, how is polylog(n) defined?
Brief:
When academic (computer science) papers say "O(polylog(n))", what do they mean? I'm not confused by the "Big-Oh" notation, which I'm very familiar with, but rather by the function polylog(n). …
0
votes
5answers
620 views
Compressed backups in SQL Server 2005
What is the best free way to get your maintenance plan-generated backups compressed?
I know there are non-free tools that will compress the backups, but I'm not interested in them.
Options:
Have a …
0
votes
3answers
49 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 files.. So a PNG of …
1
vote
6answers
62 views
PDF file compression
I have a requirement to dynamically generate and compress large batches of PDF files.
I am considering the usual algorithms
Zip
Ace
Rar
Any other suggestion are welcome.
My question is which …
0
votes
1answer
17 views
Rails: Sending cached gzip content directly to client using caches_action
I am using caches_action to cache one of the action's response
I want to save in the cache compression response and then send it as it is if browser supports that compression otherwise decompress it …
0
votes
0answers
3k views
How do I open a .gz gzip file? [closed]
I've been given a file with .gz extension. It's aparently a gzip (GNU zip) compressed file.
What free Windows utility can I use to open it?
0
votes
1answer
80 views
Java Path compression
Hi, I have to create a method find that would use a local Set to collect the objects and the root. Then, I would compress the object e (in the parameter) and have the roost as its parent. Then, I …
1
vote
1answer
60 views
How to enable IIS compression for WCF services?
Hi,
I currently use a custom gzip encoder for my WCF service. I want to replace it with the built-in IIS 7 compression if that is possible. I can't find info online on how to that.
Is there any way …
0
votes
2answers
73 views
What Is The Best Python Zip Module To Handle Large Files?
EDIT: Specifically compression and extraction speeds.
Any Suggestions?
Thanks
