The lossless-compression tag has no wiki summary.
8
votes
2answers
152 views
Multi-algorithm compression library for C
I want my program to be able to use zlib, lzma, lzo and bzip2 compression algorithms.
Is there any compression library for C which simlifies working with multiple algorithms (like libmcrypt ...
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 ...
1
vote
0answers
46 views
How to detect lossless JPEG 2000 compression?
I have a motion-JPEG 2000 file that I need to determine if the creator used lossless compression to create it based on the file itself. I do not have the raw video data to compare to, and I do not ...
0
votes
0answers
24 views
Exploiting redundancy among JPG images
I wish to exploit redundancy among a set of similar colored JPG images. Set redundancy compression has been used successfully for similar 8-bit grayscale images. They basically find the MAX and MIN of ...
1
vote
1answer
100 views
Checking if an image format is Lossless in Python?
I am working on an application that requires images submitted to it to be lossless. Currently I am opening the image with PIL and checking if the "format" attribute is a lossless format. This requires ...
1
vote
1answer
31 views
Ways to assit the compression of large custom data files
I'm seeking advice on how to better assist compression tools get better lossless compression.
I have many large files (>100meg) containing sensor readings from a variety of sensors. The samples from ...
0
votes
0answers
38 views
File Compression software that maintain file format and folder structure
I am looking for a software that can go into each folder and compress the files, the file format should not be changed. The final outcome should be in such a way that folders should be untouched and ...
4
votes
1answer
231 views
A library for cross-platform (C++/Android) lossless/low noise video compression/decompression
I have a need to compress a video stream to transfer it from a C++ library to a Java platform (Android) by network and decompress it there.
The requirements are as follows:
The library must be ...
1
vote
1answer
357 views
Optimized images with FFmpeg? [closed]
Google PageSpeed recommends the images on my web page could be optimized. The lossless compression would save an average of 11%, however my images are created with the following FFmpeg command:
...
2
votes
1answer
176 views
Compressing a PDF after the fact with Delphi
I have apps that use routines for producing PDF's that use a thing called PDF-in-the-box. The PDF's are not compressed, and there appears to be no way of achieving that with this component. Rave ...
1
vote
1answer
643 views
Best format for lossless image compression in C#
I need to save video frames individually and compress them losslessly. I'm looking for the best method and format in c# - by best I mean the best balance of simplicity of implementation, good ...
0
votes
2answers
253 views
Is there a way to do lossless compression for generated GIFs?
We are using the following code to generate GIF file from a set of JPEG images, for the setting on doing lossless compression, it doesn't seem to generate a smaller sized file at all. Are we doing the ...
0
votes
0answers
171 views
H264 lossless encoding in actionscript (get a sample file to work), tools for validation
I am developing a h264 encoder in ActionScript and I am totally new to video encoding. Its been a month and a half but still seem to have a lot of questions unanswered. The requirements for the ...
2
votes
2answers
237 views
Lossless codec for bayer data
I'm working with lots of camera's which capture in BG bayer pattern natively.
Now, every time I record some data, I save it to the disk in the raw bayer pattern, in an avi container. The problem is, ...
3
votes
2answers
251 views
Lossless data compression for extremely large data - Planetary artificial intelligence
I want to create an environment for artificial intelligence, with planetary size. It will simulate underground life on a very large world. According to Wikipedia, planet Earth has a surface area of ...
1
vote
2answers
416 views
Lossless RGB to Y'CbCr transformation
I am trying to losslessly compress an image, and in order to take advantage of regularities, I want to convert the image from RGB to Y'CbCr. (The exact details of what I mean by RGB and Y'CbCr are not ...
5
votes
2answers
1k views
Data Compression : Arithmetic coding unclear
Can anyone please explain arithmetic encoding for data compression with implementation details ? I have surfed through internet and found mark nelson's post but the implementation's technique is ...
0
votes
1answer
484 views
Lossless compressed JPEG gstreamer element?
The pipeline below works fine for saving compressed JPEG images but is there a way to save lossless compressed JPEG images using gstreamer?
gst-launch v4l2src always-copy=false num-buffers=1 ...
0
votes
1answer
326 views
Arithmetic coding, the termination symbol, and the empty string
Suppose the source alphabet is a, b, c with a as the termination symbol and so the unit interval is correspondingly divided as
[0, P(a), P(a)+P(b), 1].
Strings consisting of a bunch of b's and c's ...
0
votes
3answers
734 views
How Huffman Encoding construct the image(jpeg) from dct coefficients?
I have a 512x512 image and I tried to recompress it. Here's the steps for recompressing an image to jpeg file
1) convert rgb to YCrCb
2) perform down sampling on Cr and Cb
2) convert ...
1
vote
1answer
198 views
What is the appropriate value for the ExtAudioFileWrite inNumberFrames parameter?
I'm working on a FLAC-to-ALAC transcoder and trying to use ExtAudioFile to write to ALAC. I am using the FLAC library's callback-based system to read in the FLAC file, which means that every frame in ...
5
votes
2answers
527 views
dealing with ljpeg (lossless jpeg) using matlab
I am dealing now with DDSM database (Digital Database for Screening Mammography) .. its disadvantage is its extension. It is extension is ljpeg (lossless jpeg) which it is very poorly supported ...
3
votes
1answer
242 views
How to compress an alphabet consisting of DNA sequence
I want to compress a DNA sequence with a compression technique rather than Huffman and Adaptive Huffman algorithm, i'm using c# as a programming language.
can anyone lead me to an algorithm.
Note: I ...
10
votes
3answers
2k views
Is Jpeg lossless when quality is set to 100?
I understand that jpeg is a lossy compression standard, and that the 'quality' factor controls the degree of compression and thus the amount of data loss.
But when the quality number is set to 100, ...
8
votes
2answers
2k views
Library for further (lossless) Jpeg-compression
I'm looking for a library specialized at compressing Jpegs even further without changing the image. I've found PackJpeg but it doesn't provide any source code and you're not allowed to use it ...
5
votes
1answer
1k views
How to make jpeg lossless in java?
Is there someone that can tell me how to write 'jpeg' file using lossless compression in java?
I read the bytes using the code below to edit the bytes
WritableRaster raster = image.getRaster();
...
0
votes
4answers
143 views
Making a list of integers more human friendly
This is a bit of a side project I have taken on to solve a no-fix issue for work. Our system outputs a code to represent a combination of things on another thing. Some example codes are:
...
6
votes
6answers
8k views
h264 lossless coding
Is it possible to do completely lossless encoding in h264? By lossless, I mean that if I feed it a series of frames and encode them, and then if I extract all the frames from the encoded video, I will ...
27
votes
5answers
1k views
Interesting problem: Write a program that takes text as input and produces a program that reproduces that text
Recently I came across one nice problem, which turned up as simple to understand as hard to find any way to solve. The problem is:
Write a program, that reads a text from input and prints some ...
1
vote
1answer
169 views
Lossless and Identical way - BufferedImage to File
I have a BufferedImage Object which I have manimulated it pixels (The numeric values). Now how can I save it to a file - preferable JPEG file - without any change in pixels values???
9
votes
4answers
3k views
100% Java library for JPEG lossless decoding
I'm searching for a library in 100% Java which could decode JPEG images with jpeg-lossless compression.
I know that ImageIO and JAI already could decode this images, but they're needed a native code ...
0
votes
3answers
911 views
Huffman coding for Lossless Compression
I really need help with Huffman Coding for Lossless compression. I have an exam coming up and need to understand this, does anyone know of easy tutorials made to understand this, or could someone ...
1
vote
0answers
537 views
How to achieve minimum size when compressing small amount of data lossless?
I don’t understand the answer to ”Why does gzip/deflate compressing a small file result in many trailing zeroes?”
(Why does gzip/deflate compressing a small file result in many trailing zeroes?)
How ...
0
votes
2answers
699 views
Save space writing bitset to a file in C++
I was wondering how I can save space writing a bitset to a file ( probably using iostream) in c++. Will breaking up the bitset into bitset of size 8 and then writing each individual bitset to the ...
6
votes
4answers
4k views
String compression in Javascript
I'm looking for a Javascript function that given a string returns a compressed (shorter) string.
I'm developing a Chrome web application that saves long strings (HTML) to a local database. For ...
16
votes
3answers
13k views
Fast compression in Java?
Is there a very fast compression library for Java? The standard gzip library is slower than I would like. I'm looking for something similar to http://www.oberhumer.com/opensource/lzo/ that's native ...
0
votes
1answer
51 views
array data compression that is holding 13268 bits(1.66kBytes)
i.e array is having 100*125 bits of data for each aircraft+8 ascii messages each of 12 characters
what compression technique should i apply to such data
3
votes
2answers
525 views
What is best compression scheme for very small data as1.66kBytes
this data is stored in an array (using C++) and is repitition of 125 bits each one varying from other also has 8 messages of 12 ASCII characters each at end.....
Please suggest that should i use ...
3
votes
6answers
657 views
What is the best compression library for very small amounts of data (3-4 kib?)
I am working on a game engine which is loosely descended from Quake 2, adding some things like scripted effects (allowing the server to specify special effects in detail to a client, instead of having ...
-1
votes
2answers
380 views
Image processing with lossy compression
If we compare image procesing of the losslessly compressed images with the image processing of the lossy compressed images, does the latter provide the results comparable to the former one.
I am ...
3
votes
4answers
1k views
Optimizing image load times. (thinking differently)
I've created an interactive image thing...but it takes a little too long to load.
The interactive image thing is located at:
southernwindowdesign.com
It uses 5 images to step through each state ...
0
votes
1answer
68 views
Compression Image
I am having SQL Server2005 Database where half of the data is Image which isin various formats.
I want to convert all the image into jpeg2000 format and want to resize(reduce the size) the Images ...
0
votes
4answers
2k views
Using jpegtran, jpegoptim, or other jpeg optimization/compression in C#
I've got 100's (maybe 1000's) of products with 10-30 images of each product coming to an online store I've put together. I need to optimize the images' file sizes as much as possible without loosing ...
5
votes
5answers
1k views
Where can I find a lossless compression algorithm, which produces headerless outputs?
Does anyone of you know a lossless compression algorithm, which produces headerless outputs?
For example do not store the huffman tree used to compress it? I do not speak about hard coded huffman ...
1
vote
6answers
990 views
Hardware Lossless Compression for Hard Drives?
I happened across this article about hardware based hard drive encryption and realized that not only would this give a great way to protect your data but it would also speed up the applications that ...
2
votes
3answers
1k views
lossless video codec playback in Java
I need to encode a sequence of frames with a lossless video codec and play them in a Java app. I don't care about the file size. The output frames should match the input frames exactly. Lossy codecs ...
8
votes
2answers
3k views
What is the current state of text-only compression algorithms?
In honor of the Hutter Prize,
what are the top algorithms (and a quick description of each) for text compression?
Note: The intent of this question is to get a description of compression algorithms, ...

