The objective of image compression is to reduce irrelevance and redundancy of the image data in order to be able to store or transmit data in an efficient form. Image compression may be lossy or lossless.
0
votes
2answers
19 views
OSX: Execute same command on all files within a folder
i am using a command-line tool called TMX (https://github.com/tonybeltramelli/TMXResolutionTool)
I want to execute this command on every .png file in a certain folder. How can i do that?
This is how ...
0
votes
1answer
18 views
Compression BMP to TGA issue
I'm new in .net development, so, may be my question is simple.
I need to compress BMP to TGA and decompress TGA to BMP using C#.
How can I implement that?
0
votes
0answers
54 views
how to plot compression ratio vs psnr of a compressed image [closed]
function PSNR = PSNR(origImg, distImg)
origImg = double(origImg);
distImg = double(distImg);
[M N] = size(origImg);
error = origImg - distImg;
MSE = sum(sum(error .* error)) / (M * N)
PSNR = ...
0
votes
0answers
22 views
cutting edge 1bit image compression library? [closed]
We have 20000 b/w images, 8000*4000 pixels.
In various formats, TIFF gives the best compression so far.
PNG/GIF/JPG/WEBP give much bigger images, at least twice.
Is there any cutting-edge, preferable ...
0
votes
1answer
87 views
How to convert an image to a base64 string with gzip- android
I am trying to convert and compress an image taken from a filepath on android to be converted with base64's gzip (i am using this because my desktop version, written in java, is doing the same). Here ...
0
votes
0answers
37 views
watermark some binary information inside the SVD form of DWT of image
I am trying to write a code to watermark some binary information inside the SVD form of DWT of image
Here is the steps that I am successful so far :
Apply 3Level of DWT to host image
Apply SVD to ...
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
2answers
39 views
How to include jpeg2000 compression standard in code?
I am new to JAVA. I am working on Image compressions. How can I compress .jpg images with jpeg2000 in JAVA. Does java has any library?
0
votes
0answers
21 views
Django compressing(once saved) and decompressing images (when served)
I have a limit of number of files i can store in my server, and i have to store lot of images, (about 30-40 per chapter) so i would ask if it is possible to compress images(15-20 images per archive) ...
1
vote
2answers
109 views
why DCT transform is preferred over other transforms in video/image compression
I went through how DCT (discrete cosine transform) is used in image and video compression standards.
But why DCT only is preferred over other transforms like dft or dst?
1
vote
0answers
48 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
34 views
How to get the libraries of DivX codec and put them into the C/C++ project
I'm writing a C programming to create a AVI file from the jpeg frame which is get from camera.
I've chosen a compression function recommended on the internet to compress these frames. the compressor ...
0
votes
2answers
53 views
PHP GD compressing png but not compressing Jpeg
The following works very well for png files, but for jpeg/jpg the compression doesn't work.
function compressImage($source, $destination, $quality) {
$info = getimagesize($source);
if ...
-1
votes
1answer
153 views
Image Compression in java [closed]
I have a dicom image.and I want to compress it.the size of image should be as minimum as possible because I have to send it to the server.
how is it possible in java..?please suggest any solution for ...
1
vote
0answers
62 views
JPEG baseline standard VS progressive: compression cost
We are JPEG-compressing a large quantity of images on the fly.
This is a server-side process to interactively prepare images to be sent to the clients' browsers.
Using progressive compression would ...
5
votes
1answer
420 views
Besides standard/progressive, the 3rd kind of JPEG compression: load by channel?
this question might be an "Open Question" and many of you might be eager to close it, but please don't. Let me explain.
As we all know, JPEG has two kinds of compression (at least in Photoshop save ...
0
votes
0answers
47 views
Not getting the image as an output file in Java
I am trying for forward DCT.
The output is coming on the frame, but I want the image file as an output, not in the frame. I have used 3 classes DCT3.java and GrafixTools3.java and JEncoder3.java
The ...
0
votes
1answer
88 views
Create PHP application using API [closed]
I'd like to use TinyPNG's API and this PHP script to create a PHP application that shrinks images although I have no idea on how to implement it into a new PHP application.
I'd like to upload an ...
0
votes
0answers
72 views
Jpg Compression and viewing/writing to file
So, I am sending gray jpg images over a network. I compress them in memory using jpge: https://code.google.com/p/jpeg-compressor/, and then pass them over the network. When I go to display them using ...
0
votes
2answers
76 views
Compression of multiple images into a single image
I am looking at the problem of reducing storage space when storing multiple images together as a single bigger image. The basic intuition is that images tend to have some similarities (like those ...
0
votes
1answer
246 views
OpenCV - Possible Options for Image Compression
thanks for taking the time to read my post.
I'm working on a little project that is going well but as an optimisation exercise I would like to reduce the size of some of the JPEG's i'm outputting. ...
0
votes
0answers
86 views
how to get multi-resolution images after apply curvelets transformation in matlab?
i would like to know, how to get multi resolution images after applying curvelets transformation.so that i can delete few layers in them.. i am trying for image compression. but i want to see all the ...
1
vote
2answers
291 views
Changing Image resolution without resizing in Java
I want to compress a jpeg image, that is, decrease its resolution, without resizing it in any way. Is there any good Java library that will help me doing it? There are lots of similar posts in SO, but ...
0
votes
0answers
48 views
Explanation to do with image bitrate(bpp) allocation
I would like someone to help me with an explanation of how bit allocation is done in the DCT image compression technique. I have tried to read a few papers but i haven't found one which clearly ...
0
votes
0answers
1k views
Image compression using DCT
I have performed DCT on a 256*256 greyscale image and saved the compressed coefficients in "Compressed.mat" file(Matlab R2007b). in this code i load the file, which is a 32*32 structure, and try to ...
0
votes
0answers
188 views
Inverse DCT Decompression
I am trying to implement the DCT image decompression by reading an already compressed file from a folder. However i am getting some errors. could someone please tell me where i am going wrong? The ...
4
votes
1answer
168 views
OutOfMemory Exception: Will compressing images reduce heap size?
I've been meaning to ask this for quite awhile now. I am creating this game where I draw a very large background. But the problem is (of course), when I put more elements to the game, I get an ...
0
votes
0answers
345 views
Compression Ratio calculation
I am doing image compression but I am finding hard time caclulating the compression ratio of the decoded image.
I thought it was calculated as
CR = Size of decoded image/ size of original image
...
0
votes
1answer
171 views
Saving quantized coefficients to file
I am trying to read an image, DCT transform it, quantize it, and then save the quantized coefficients to a file that will be read into a fractal encoding program.
When I decode the file (with the ...
0
votes
2answers
63 views
Convert a layout to an image, how to have a good quality?
I have a layout in an Android activity, I convert it as an image and then share it on different social networks.
The things is that the quality is not good at all, I have artifacts on the image, and ...
0
votes
1answer
305 views
Optimize uploaded images with php (jpeg)
When running Page Speed in Google Chrome it suggests to optimize/compress the images. These images are mostly uploaded by users, so I would need to optimize them during uploading. What I find about ...
2
votes
4answers
377 views
PHP Reducing all image types quality
I am looking for a library that can reduce all image types quality (PNG, GIF and JPEG).
I know that I can reduce JPEG using imagejpeg()
I also know that I can reduce PNG using imagepng() although this ...
0
votes
2answers
154 views
How to reduce filesize of gradient PNG?
I am trying to create a background image on a webpage, which is similar to the 404 page used on tumbler...
http://testing404image.tumblr.com/
Here we can see a PNG which is 1623*1064 pixels, yet ...
1
vote
1answer
55 views
What license to choose for my lossy image compression algorithm?
I'm trying to implement lossy image compression algorithm with good ratio and (I hope) less artifacts that jpeg has. I plan to release encoder/decoder tool first. I've heard that there's some issues ...
1
vote
1answer
406 views
How to Compress captured image to a specific size in Android?
I am capturing images using my Android camera, but the camera is 8 MP, so i get around 4-5 MB jpeg images. So, I tried to compress them down to 1 MB using the following code.
data contains the the ...
0
votes
0answers
60 views
Can different ftp servers affect image compression?
I've recently been attempting to troubleshoot that image assets in an email where looking very compressed particularly on mobile/iphone.
After a lot of testing (initially on psd settings/saving for ...
-1
votes
2answers
400 views
How do I compress an image with Run-Length Encoding using C#?
How do I compress an image with Run-Length Encoding using C#? Are there any available libraries to support this?
Does Run-Length Encoding only work on bitmapped images? If so, How will I convert ...
1
vote
0answers
122 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 ...
0
votes
1answer
171 views
Create indexed-color PNG with Android
I'm wondering if anyone knows of a way to force Android to create indexed-color PNG files with it's compress function.
For example:
InputStream FIS = ...
BitmapFactory.Options opt = new ...
1
vote
1answer
680 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
54 views
Re-process all Images in WordPress
I've got a blog that has the highest-resolution version of all its images embedded in the posts, rather than a thumbnail linking off to an image attachment page.
Can you tell me how I can re-process ...
0
votes
2answers
84 views
Bulk optimization of images
My client uploaded about 500 images to the server, none of which are optimized. Most are only 800x600 or so yet are weighing in as 700 KB - 1.5 MB files. Obviously there is a lot of room for ...
1
vote
2answers
752 views
Tool for lossless image compression
Running Google Page Speed on a public site , I saw some suggestions by the tool like the following :
Losslessly compressing ...
4
votes
2answers
150 views
Saveable image library with compression?
this may be impossible, or rather, not very popular, but I was wondering how I'd go about creating a data file for images, that would actually compress them? Say I had 200MB total of image files, is ...
2
votes
1answer
476 views
Can I change the compression algorithm used by Java's ImageWriter when creating a JPEG?
Or, alternatively, is there a better library to use to handle compression?
Let me preface this with what I already understand: (1) JPEG is lossy--it won't look the same as the input file. (2) I can ...
-6
votes
1answer
103 views
can we get any images that arent compressed in the web? if so please provide details of site [closed]
Is there any image format that is uncompressed which can be compressed well using huffman coding. Also, can you point us to the source where we can obtain such images?
2
votes
1answer
216 views
AVIERR_MEMORY error occurs during AVIStreamSetFormat() call
I have a Delphi 6 application that makes AVI movies. I have gotten to the point that I can write AVI files that have uncompressed video frames. When I try to create a compressed video stream I get ...
0
votes
2answers
276 views
Considering image compression, is Run length encoding always better than Huffman coding?
We found out that run length is much better than huffman coding (JAVA) considering compression ratio. Is it true for all cases?
0
votes
1answer
286 views
which Wavelet is used for Jpeg2000 Image Compression?
which Wavelet is used for Jpeg2000 Image Compression ?
I was reading the Book on Wavelet Transform to find out how wavelet works for image compression but there are so many types of Wavelets ...
0
votes
2answers
361 views
Loading bitmaps into memory in compressed form in Android
I've programmed an Android game in the past and had always run into memory issues because my images have been quite large ~(1000x400 px each). I'm now wondering if it is necessary to load images into ...



