The name given to the process of encoding data such that it uses lesser number of bits as compared to the original representation.

learn more… | top users | synonyms (1)

0
votes
0answers
25 views

Do compressed images improve canvas performance

I was wondering, does compressing an image (jpg, png) improve the performance of an web application based on html5 canvas, or does it only improve user experience becasue the load time it less.
0
votes
1answer
168 views

bitmap.compress(Bitmap.CompressFormat.PNG, 0, fOut) making image size bigger than original

I want to compress the image taken from a camera to png format to make them smaller in size, so I'm using this code: compressedPictureFile = new File(imagePath); Bitmap bitmap = ...
3
votes
3answers
89 views

Fast in time Java int[] compression tool

In Java, at some point in my program I have to process gigabytes of int[] arrays in memory. They are sorted and contain only natural (like 1, 2, 3, 4, ..., up to n) numbers which represent file lines. ...
3
votes
2answers
159 views

Can you dynamically search for sequences within a string in c#?

First time asking a question on here; I am looking for a way to be able to use a search algorithm, or a built in method to dynamically search for repeating sequences within a string, or other ...
-3
votes
1answer
26 views

LZJH (ITU-T V.44) open source implementation [closed]

I am looking for an open source implementation of LZJH algorithm (ITU-T V.44). Thank you
1
vote
2answers
55 views

IO::Compress::Zip read from filehandle into buffer

I'm trying to build a zipped xml-file on the fly and send it to the browser. I'm using IO::Compress::Zip with IO::String for that, but it doesn't work as I would expect from the documentation. First ...
0
votes
1answer
53 views

Netty with TLS compression (not HTTP)?

I'm writing a server to receive data over TLS from an existing application that I can not modify. Using Netty, is it possible for the server to request TLS compression? Note, this is not HTTP over ...
1
vote
1answer
55 views

Change resolution of a PDF containing a plot with many datapoints in R

I have a large dataset, which I want to plot. Unfortunately the PDF-file becomes very large, and the PDF readers need long time to show the plot (which can be annoying, when you want to scroll). l = ...
0
votes
1answer
30 views

Optimal compression method for Android devices

I am developing an application that requires zipping up a file on a server and compressed file to an Android Mobile device. The server will be compressing the file using a python script. What is the ...
0
votes
1answer
40 views

DeflateStream not working with buffer processed from PHP implementation

I'm trying to decompress buffer compressed by php deflate implementation. Here's the code: public static void CopyTo(Stream src, Stream dest) { byte[] bytes = new byte[4096]; ...
0
votes
0answers
25 views

Tz search for motion estimation on GPU

why all papers and thesis talk about parallel full search with no thesis or paper ever try to run the fast search(Diamond search) on parallel architecture whether it was multicore/many core. i have a ...
0
votes
1answer
33 views

GZIP Compression help. Can't get it to work (2)

I am working on my site speed optmization. I am having problems with gzip compression. I put the code in the .htaccess file, upload it to online and it does not work. When I check with this tool ...
0
votes
1answer
51 views

Transfer compresses/decompressed + encoded/decoded files between systems in Mule

I am using mule sftp endpoint to transfer files between systems. The involved systems have ftp/sftp servers installed and running. But what I want to achieve is to transfer compressed/uncompressed + ...
0
votes
1answer
87 views

How to write gz file in C via zlib and compress2

I'm using zlib to write a program that compress data in several threads. so I can't use gzwrite. I'm using compress2(). *dest_len = compressBound(LOG_BUFF_SZ); err = ...
1
vote
1answer
60 views

I want to compress a byte[] and return a byte[]

I want to write a method in C# that takes a byte[] and compress it to another byte[], but all I can find is libraries that compress from a directory to another directory (the ZipFile library). Is it ...
0
votes
0answers
32 views

When will NSURLConnection decompress a compressed resource?

I've read how NSURLConnection will automatically decompress a compressed (zipped) resource, however I can not find Apple documentation or official word anywhere that specifies the logic that defines ...
0
votes
1answer
20 views

What can I do to get the most out of png compression for an image with animation frames?

I'm looking to do some javascript powered animation via image clipping. Here's an example of what I'm talking about: http://www.def-logic.com/_dhtml/freejack/hero1.gif I know png uses a kind of ...
2
votes
3answers
86 views

MemoryStream CopyTo only partially writing

I'm about to lose my freaking mind. I've been trying to get GzipStream to compress a string for the past hour, but for whatever reason, it refuses to write the entire byte array to the memory stream. ...
5
votes
2answers
102 views

How to compress a string in Python to store it in Redis?

What library of method can I use in Python so I can take a string and compress it so that it can be stored inside of Redis? The objective is to reduce the size of some strings (cPickled objects) as ...
0
votes
2answers
87 views

Best way to represent numbers of unbounded length?

What's the most optimal (space efficient) way to represent integers of unbounded length? (The numbers range from zero to positive-infinity) Some sample number inputs can be found here (each number ...
0
votes
1answer
76 views

Compress an iOS PDF File?

I have made an app that can make a PDF file. I just have one image as the base, and layer text and other images on top of it to make the PDF. The issue is the PDF is about 9 MB, and just one page. ...
0
votes
1answer
52 views

How to make a compressed file directly usable as a regular file?

We have a custom compressor for genomic data called CRAM, and althogugh it provides superior compression people are afraid to use it, because it is not-so-easy to handle with bioinformatic tools as ...
5
votes
1answer
225 views

Using SevenZipSharp to compress in multi volumes?

I want to use SevenZipsharp to compress a file in volumes, for example to compress a file of 100 mb into 10 files of 10 mb each. We can do the same using 7zip.exe -volume parameter so... For example, ...
0
votes
1answer
33 views

PHP Large Files Zipping with folders that don't exist in the file-system

I'm creating some kind of file-sharing application. In this application you should be able to up-& download files and structure these files. I've opted to not keep on manipulating the ...
0
votes
0answers
35 views

how to specify jp2 compression in opencv?

i am currently saving jpeg images like this. if i changed to .jp2, how to specify quality? std::vector<uchar> buffer; std::vector<int> param(2); ...
0
votes
2answers
29 views

data compression in microcontrollers (DSPIC33E)

How do I compress data in an MCU? The MCU has an ADC which logs voltage, current and time stamps It is supposed to save this to a ram and when the ram is full, send it an off board memory (SD Card) ...
0
votes
2answers
127 views

Compress and Encrypt a Byte Array in C

I have a program which generates byte arrays unsigned * char and sends that data out over a wireless stream using fwrite. I would like to compress and encrypt that byte array into another byte array, ...
0
votes
2answers
28 views

Similar images compression

I have bunch of similar images. Those images contains different noise, but edges and histograms are very similar. I need to compress this images loselessly. Is there any algorithm, that can use ...
3
votes
2answers
42 views

How can I find out how big a large TEXT field is in Postgres?

I'm storing some large XML documents in TEXT fields in Postgres and I'm trying to find out how efficiently TOAST is compressing them. I've got a 2.2mb XML doc that is able to be zipped down to 51kb ...
0
votes
0answers
126 views

GZip compression and cache control from PHP not htaccess or Apache conf

I have the following piece of code in my PHP script that generates the HTML for all the pages of my website: if( !headers_sent() and !ob_get_length() ) { $days = 30; ...
2
votes
1answer
75 views

TYPO3 gzip compression

I want to enable gzip-compression on my TYPO3 site. It's a shared hoster and I don't have access to the server configuration. This is what I've done so far: uncomment the TYPO3 .htaccess-file (the ...
1
vote
0answers
30 views

How do I join / merge / union two compressed MySQL MyISAM tables?

I have a large compressed MyISAM table that I am adding data to every month or so. Up until now the size of the tables have been manageable, but it's pretty tiresome to uncompress-insert-compress each ...
0
votes
2answers
76 views

Efficient Rice decoding implementation

I made a naïve implementation of a Rice decoder (and encoder): void rice_decode(int k) { int i = 0 int j = 0; int x = 0; while(i < size-k) { int q = 0; while(get(i) ...
2
votes
1answer
373 views

Video compression on android using new MediaCodec Library

In my app I'm trying to upload some videos that the user picked from gallery. The problem is that usually the android video files are too big to upload and so- we want to compress them first by lower ...
1
vote
2answers
74 views

Compress image file from AsyncFileUpload

Is it possible to compress images upon upload directly from AsyncFileUpload? If yes, can you guide me how? For example: I have a user that uploads an image .jpeg with size 1200x1600 (5MB) and I want ...
1
vote
1answer
90 views

Objective-Zip file folder structure ios

I have my App create a file, compress it into a .zip file, then attach it to an email. But the .zip file contains many directories before the actual file. Starting with the '/' which is a nameless ...
0
votes
0answers
91 views

AudioUnit PCM compression to iLBC and decompression to PCM

I am developing an app that is getting PCM data from recoding device -> compress it to iLBC format -> writes it to singleton -> reads from singleton -> decompress it back to PCM and write to playback ...
0
votes
0answers
18 views

Cinepak Compression

I have some avi files that are compressed using divx, I want to compress them using cinepak (yes cinepak!) to make them working in powerpoint 2003!, so please help me on how to compress them?
1
vote
1answer
57 views

Compression of existing file using h5py

I'm currently working on a project regarding compression of HDF5 datasets and recently began using h5py. I followed the basic tutorials and was able to open,create and compress a file while it was ...
1
vote
2answers
62 views

glassfish response not getting in gzip compressed

i am working on java with Netbeans IDE and glassfish 3.1.2 i have created in rest services using jaxrs. when request from client is made ,i need to send json data in compressed format.to do this i ...
0
votes
0answers
38 views

Seeking an embeddable compression library [closed]

I am looking for suggestions on a compression library that I can embed into a piece of software. The licensing of the library is not a primary concern at this point in time but I do need to be able to ...
0
votes
0answers
47 views

Can a video file output by Android MediaRecorder be further compressed from within an app?

A client requires than an Android app be able to capture high-resolution, high-quality video but then submit this to a server at either high or low quality, as determined by an admin (who will have ...
0
votes
0answers
25 views

What is the graph format that I should pass to ArcListASCIIGraph from the Webgraph framework?

I am trying to compress a graph using the WebGraph framework. I have set up the jars I need and I use the following code: ImmutableGraph ig = ...
2
votes
1answer
68 views

What compression library works with GAE

With GAE we can't pick just about any java compression library that works with GAE out-of-the-box, even this Snappy (which I tried because it was said that its a port of Google's compression lib) ...
1
vote
1answer
36 views

Merge Common Selectors (using Codekit)?

If I have a file called 'structure.scss' and inside this file I have the code body { margin: 20px; } and I have another file called 'fonts.scss' with the following code inside body { color: red; ...
0
votes
0answers
36 views

How to compress GZIP file on Amazon S3?

Someone know if exist some plugin to compress GZIP files during upload in Amazon S3?
0
votes
1answer
71 views

compress uploaded image if too big

So I am trying to adjust my image uploader so that if an image is over 35kb compress it, but it doesn't seem to work, don't think i'm doing it right as it always gives me the error "File size too big! ...
1
vote
1answer
82 views

Taking a photo and saving to SD without loss of quality

I have that app that takes a picture and stores it to the SD card, however every picture I take it extremely compressed and very low quality. I compress it with full quality so I'm not sure why it's ...
0
votes
1answer
75 views

How to store and subsequently decode Huffman table

I have a Huffman table from pixel intensities in an image. I need to store this in a binary file as in the DHT format for jpeg images. The receiver can then extract these values but I am at a loss how ...
0
votes
1answer
327 views

Using MakeCab.exe & .ddf file (i.e. using directive file) how to specify destination cab filename?

I have decided to use makecab.exe for my requirement to create cab files in my application. http://msdn.microsoft.com/en-us/library/bb417343.aspx#microsoftmakecabusersguide And I need to store files ...

1 2 3 4 5 62