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)

4
votes
0answers
240 views

How to compress log files with NLog

I am using NLog in one of my projects and I am trying to have the output of the files to be compress. I tried to use the compress file attribute, but when I look at the files, they are not compressed. ...
4
votes
0answers
565 views

HttpCompression element in web.config not read in IIS7.5

I'm trying to override the httpCompression element within Web.config for a site on an IIS 7.5 running Windows 7, but it does not seem to be read at all. To check, I've introduced typeos within the ...
3
votes
0answers
85 views

Compress video like iOS's camera roll

Background: I am recording a video and then uploading it. Problem: I compressed the video using this solution (medium quality) but it doesn't: keep the original dimensions of the video have as ...
3
votes
0answers
111 views

Does iOS support TLS compression?

I need to compress data sent over a secure channel in my iOS app and I was wondering if I could use TLS compression for the same. I am unable to figure out if Apple's TLS implementation, Secure ...
2
votes
0answers
321 views

zlib inflate returns Z_DATA_ERROR “Incorrect header check”

I'm trying to develop my own SPDY support implementation on a web server, SPDY is a Google experimental protocol for reducing latency in loading web pages. Client/server interaction happens through a ...
2
votes
0answers
140 views

Compressing Pictures for An App that come from Gallery

I am working with an app that takes pictures and also allows pictures to be chosen from the gallery. The pictures taken directly through the app via the camera compress well using the native camera ...
2
votes
0answers
227 views

How I can get embedded attachments out of an Outlookmailitem? -> Get Attachments out of *.msg files

at the moment I am delveoping an Outlook-addin (Outlook 2007) in C#, and I need to save the embedded attachments (usually images in BMP format). I meen the attachments which are embedded by pasting ...
2
votes
0answers
923 views

android saving and loading PNG bitmaps differences

I'm trying to solve my problem for a several days now and I couldn't figure it out. My application uses a Bitmap to process image's pixels in a similar way steganography does. After I modify Bitmap ...
2
votes
0answers
203 views

getDrawingCache always returns null even though I did everything people recommend on stackoverflow

I feel like I have tried literally everything. One last thing comes to mind: do I need root to do getDrawingCache ? I think I shouldn't as this has worked for me when I was playing with it and tried ...
2
votes
0answers
352 views

Glassfish 3.1 - 4.27 gzip HTTP Compression fails

I'm facing an issue with HTTP compression when using Glassfish 3.1 through 4.27. In general I have an impression it has never worked yet. Similar to the post here Glassfish 3 - gzip compression does ...
2
votes
0answers
365 views

Jpeg Image Compression: Quantization issue

While encoding a raw image to a jpeg image, a 8x8 data unit is level shifted, transformed using a 2-D DCT, quantized and Huffman encoded. I have first performed the Row DCT and then the column DCT ...
2
votes
0answers
318 views

Which compression algorithm is better suited to compress protocol buffers output?

Given: a DB table with numeric statistics only binary dump of the table - record after record protocol buffers dump of the table - using proto schema created from the table schema As I have ...
2
votes
0answers
107 views

Efficient, URL-safe two-way text-encoding

I feel like I end up having to do this a lot. I've got some chunk of data, say a series of products to display on a page. My URL looks something like this: ...
2
votes
0answers
1k views

Android how to resize image in byte array format

I have a camera activity. My activity will take a picture and then I have an AsyncTask to save the pic to the device. Here is my code: class SavePhotoTask extends AsyncTask<byte[], String, ...
2
votes
0answers
215 views

gzdeflate from php to iphone

i have a problem with compression. Maybe you can help me. When i try to compress data in PHP and uncompress it in objective-c, it doesn't work. This is what I do: -------- PHP ------------ $text = ...
2
votes
0answers
424 views

Image subfolders in HTML5 Boilerplate Build Script

I'm trying to get the HTML5 Boilerplate build script to minify my img folder. It works fine but it will only compress images within the parent folder. For example If I had img folder img1 img2 ...
2
votes
0answers
160 views

IIS dynamic compression and HttpHandlers

Does anyone know if it's possible to use IIS Dynamic Content Compression to compress the output of an HttpHandler (.ashx) ?
1
vote
0answers
64 views

C++ library for fast bit compression and arithmetic

I'm working on a C++ library to manage very large value masks (each 2^32 bits, about .5 GB). Each value mask will represent possible values of an 32-bit int. For example, 00101000 would represent the ...
1
vote
0answers
13 views

Manually splitting and compressing input for Amazon EMR

Instead of using hadoop-lzo to index my LZO input file, I decided to simply split it into a chunks, which compressed with LZO would be close to 128MB (since it is default block size on Amazon ...
1
vote
0answers
25 views

How to use lzma2 in python code?

I know there is a module called pylzma. But it only support lzma, not lzma2. My current solution is using subprocess.call() to call 7z program. Is there a better way?
1
vote
0answers
29 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 ...
1
vote
0answers
97 views

C# while converting string to byte[] and byte[] to string I got Out of memory Exception

I am implementing a system that reads xml files, encrypt and compress them then send to a web service as stream My test xml files size are differs 1KB to 26MB. When I run my code as single threaded, ...
1
vote
0answers
35 views

Corona Enterprise: How to make zip folder in corona enterprise edition?

Is there any static library present that can be integrated to corona enterprise for compressing a folder in document directory? I am able to extract the zip file coming through using following link: ...
1
vote
0answers
62 views

Hadoop - Save space and multi-input issue

Okay so I am quite new to Hadoop and have written a task which essentially processes 2 folders of gzipped files to see if the total content is equal. However my first run of my job failed at 30% ...
1
vote
0answers
160 views

Programmatically to compress the video without FFMPEG in Android

Is it possible to programmatically compress video using standard functions, such as in the IOS AVAssetExportSession, not using FFMPEG
1
vote
0answers
26 views

how to use compression with scribe?

i use scribe to collect logs. my question is how to compress data before send ? i know scribe use thrift ,and thrift support tzlibtransport ,but i donn't know how to use it. ( For some reasons,we ...
1
vote
0answers
71 views

ZPAQ usage vague information

I was trying to test the compression algorithms in matt mahoney's web, but when I want to decompress a file, it only saves the first block. It gives me the following instructions "zpaqd v6.19 ZPAQ ...
1
vote
0answers
49 views

Compressing slightly bigger file resulted in smaller zipped file?

I first zipped a Visual Studio project folder which turned out to be 14,100 kb. I then realized that I needed to add something to my program, so I inserted an additional 50 lines and saved the ...
1
vote
0answers
176 views

Android MediaCodec : Decoding is success but encoded file is not playable

I am trying to write a video compression application that will run on Jellybean version of Android. Till now I could decode the given input to video/raw format and it is playable with mplayer. My ...
1
vote
0answers
350 views

MediaCodec: How to test/play the output of Encoder.?

I'm new to android development. I'm trying to write a video compressor application for android phones that runs on jellybean version. I'm using MediaCodec API. The following is the initial setup that ...
1
vote
0answers
87 views

Does Android support TLS compression?

I'm trying to find a way for my app to use compression as per RFC 3749, but I don't find any options for enabling/specifying compression in Android's javax.net.ssl package. I do see that OpenSSL, ...
1
vote
0answers
75 views

How to decompress XMPP/Jabber stream from command-line?

I'm trying to query conference.jabber.org from the command line, but can't figure out how. Instead, I had Pidgin/GAIM do this and I sniffed the traffic with tcpflow. Unfortunately, my traffic to ...
1
vote
0answers
96 views

Compress and combine css and js files on deploy

Every controller and action on site has own scripts(css and js). Is it possible to make snapshots of custom scripts for every controller after deploy ? Example: example.com/users/list using 2 js and ...
1
vote
0answers
105 views

Compress pictures but getting “unknown compression method”

I running a java chatgame client and it's loads the picture before showing it in the chat. I did compress all pictures we've using on our chatgame via Yahoo Smush.it, but after it gets this error in ...
1
vote
0answers
233 views

Compress/Minify JSON in AJAX requests/responses

I was checking out some of the code on Facebook, specifically the headers of the AJAX requests/responses and noticed that they seem to be compress/minified just like one would do with CSS or ...
1
vote
0answers
61 views

Is there any way to keep compressed file extension using “SevenZip.LzmaAlone” class compression?

I'm working on big files compression using Java. It's mandatory (for me) to compress my files unto 7z files (LZMA compression). To do that, I'm using the 7z Java SKD. I'm calling the ...
1
vote
0answers
51 views

Does anyone have problems with the gzip compression provided by RIM?

I am new to Java ME and to BlackBerry development. I'm trying to compress a byte array using GZIPOutputStream class from the package net.rim.device.api.compress. If I compress a byte array, it ...
1
vote
0answers
60 views

how to compress the file created from Spring AbstractExcelView

I am using spring AbstractExcelView to create an excel file in my application. The problem i am facing is that the resultant excel file is becoming too large. Is there a way to compress the file ...
1
vote
0answers
190 views

WCF Compression on basicHttpBinding

Tried everything to enable Compression on a WCF service but still no success the service is on basicHttpBinding so it returns the content-type as text/xml; charset=utf-8 . On my applicationHost.config ...
1
vote
0answers
44 views

Does merging separate PDFs reduce the overall size of the file?

I have a number of individual PDF files, that are mainly composed of text and a few images (most of these images are repeated in the files). I need to send all these files at a regular frequency and ...
1
vote
0answers
658 views

Enabling IIS 8.0 (windows 8 pro) Dynamic Compression

Im having problems with compression under IIS 8 (Windows 8 Pro). It works fine in Windows 7 under IIS 7.5 but in Windows 8 Pro It doesnt work. After looking very deeply, I have compared the ...
1
vote
0answers
74 views

8/16/32/64 bit aligned lossless compression of .bss and .data for embedded system core dump

I'm looking for a fast / lossless / fix spaced compression algorithm for the following task. I have an embedded system. Low memory / flash resource. I want to generate a core dump for it and store ...
1
vote
0answers
101 views

How to zip/compress the Multipart HTTP request sent by the client

I am using apache httpclient 4.2 to send Multipart HTTP PUT request. The client has to upload large size binary data of the order of 500 MB. Hence compression is required. I wish to compress the whole ...
1
vote
0answers
109 views

Image Compression libraries for Objective-C

OK, this is what I need : Lossy and/or Lossless compression (all options are going to be considered, although Lossless compression will be favoured) PNG and JPG files support Cocoa-friendly code and ...
1
vote
0answers
191 views

GZIP compression works on local host but doesn't work on IIS 7.5 host

I want to use GZIP compression on my website contents ... and I've place my code into PreRequestHandlerExecute in global.asax.cs file. It works on my local host (IIS , ASP.NET ) but when I upload it ...
1
vote
0answers
262 views

Using the jpeg quantization matrix of one image to compress another image

I have two images, A and B, and I need to estimate B's quantization table and compress A using this table. What is the best way to do this, using libjpeg or, even better, opencv? I've used libjpeg's ...
1
vote
0answers
121 views

I need a running implementation of the JPEG-LS algorithm preferably in C# .NET or Java languages

I need a running implementation of the JPEG-LS algorithm. I can't seem to find any decent implementations on the net; I need it for a school project. I need a running JPEG-LS project preferably in the ...
1
vote
0answers
151 views

How to turn on SSL-layer compression for .Net HttpWebRequest client?

Apache/Perl-based HTTPS server that I'm using supports compression in SSL Layer. That means that all client-server communications are compressed, and not just server responses, as in HTTP compression. ...
1
vote
0answers
426 views

GZIP Compression not working for javascript/css files in asp.net 4.0

I run YSlow on my application and got Grade F(There are 13 plain text components that should be sent compressed) for Compress components with gzip section. http://localhost/Application/Default ...
1
vote
0answers
365 views

VBScript , compressing zip ratio & how to hide the loading?

I am using this script to compress my different directories on the server side, the only thing that is irritating me is the loading which showing when the folder is being compressed, is there any way ...

1 2 3 4 5 12