Tagged Questions
0
votes
2answers
76 views
image compression reducer
I am trying to have High quality Images on my site like these ones in the slider here http://www.viewbug.com/ but when I have the actual of the picture, it wont load fast enough, due to the big size. ...
0
votes
2answers
241 views
How do I reduce the quality of an image in byte format on Android?
Using resources from StackOverflow and other helpful websites, I was successful in creating an application that can upload an image taken by the camera application on an Android phone. The only ...
0
votes
2answers
639 views
Best JPEG Image compression quality
I'm encoding a bitmapData to JPG. What is a good compression rate that brings out a smaller file size without losing the overall image quality? (I'm looking for a solution that work for any image)
6
votes
3answers
3k views
In Python's PIL, how do I change the quality of an image?
I want to degrade the quality of the image to a few kilobytes.
What's the best way to do this?
Thanks!
3
votes
3answers
2k views
PVRTC format compromises image quality
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 ...
2
votes
1answer
2k views
Setting quality with imagemagick?
I use the following code to create a thumbnail on the site:
$small_image = new Imagick($large_path."/".$pic['image']);
$small_image->thumbnailImage(100, 0);
...
0
votes
4answers
543 views
Does repeated loading and saving of a compressed audio file reduce quality?
Like it is the case with jpeg images for example?
What's about mp3 or ogg vorbis audio files?